level 6
我用的水,因分辨率问题KSM菜单字体太小了,有没有方法调大一点?
2015年03月08日 08点03分
1
level 13
kobomenuFontsize=75
kobomenuMenuBarFontsize=40
frontlightOnLevel=4
# whether to insert CoolReader into the Home menu
# this is only of very limited use
insertCRportrait=false
insertCRlandscape=false
# whether to combine these items into a sub menu
combineCoolreaderAdditions=true
# whether to insert nickel to koreader / koreader to nickel loops into the main menu
insertNickelKoreaderSwitch=true
insertKoreaderNickelSwitch=true
# whether to enable access to several koreader versions
selectKoreaderVersion=true
# whether to combine these items into a sub menu
combineKoreaderAdditions=true
# whether to insert the rotation option into the Home menu
enablerotation=false
# overwrite the values for image display
#ksmImageWidthLandscape=1000
#ksmImageWidthPortrait=800
# prevent freezing (use it only, if your device constantly freezes)
preventfreeze=true
# start dropbear when starting usbnet
# only effective when vlasovsoft launcher is installed)
useDropbear=true
## auto select
ksmAutoselectafter=20
ksmAutoselectoption=start_nickel
## you can autoselect any entry of the ksm home screen (except "reboot" and "power_off"
## examples:
# ksmAutoselectoption=sleep
# ksmAutoselectoption=start_koreader
# auto select proper font if available
# useMultiplefonts=false
#debug mode
# KSMdebugmode=true
# private options
# export kobomenuShowClock=true
2015年03月09日 13点03分
3
上述代码为KOREADER的配置文件。
2015年03月10日 09点03分
@sbwtxj 十分感谢,我的代码中前两行都是#开头的,不知道是不是这个原因,改成你这个就好了
2015年03月10日 14点03分
回复
��������
:正确!
2015年03月11日 11点03分
若有需要,我可以讲解配置文件每项功能。但当下足够使用的了。
2015年03月11日 11点03分
level 1
重装ksm7,我昨天装coolreader的时候也刷成小字体了,由于没有开启关闭灯光的选项就再刷了次,就变回大的了,也有灯光开关了
2015年03月10日 00点03分
4
level 13
#./kobo/kbmenu/usersettings.txt ===KBMENU版本是2014.11.19 版本4
,针对kobo mini的固件是3.4.1 或者3.11.0的。 KSM版本不同后,配置文件的格式及内容表达不同。
请先确定KSM的版本,以及对应的设备固件版本。上面的脚步对应的是H2O设备下的KSM版本6.
export kobomenuFontsize=50
export kobomenuMenuBarFontsize=30
#frontlightOnLevel=4
# whether to insert CoolReader into the Home menu
#insertCRportrait=true
#insertCRlandscape=true
# whether to combine these items into a sub menu
#combineCoolreaderAdditions=true
# whether to insert nickel to koreader / koreader to nickel loops into the main menu
insertNickelKoreaderSwitch=true
insertKoreaderNickelSwitch=true
# whether to combine these items into a sub menu
combineKoreaderAdditions=true
# whether to insert the rotation option into the Home menu
enablerotation=true
# overwrite the values for image display
#ksmImageWidthLandscape=1000
#ksmImageWidthPortrait=800
# keep the system busy by putting it constantly to sleep
preventfreeze=true
2015年03月14日 09点03分
5