Thread: Kobo Start Menu
View Single Post
Old 07-16-2014, 05:51 PM   #389
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Change screen size and offset

After installing this package you can change the size and offset of (most) Kobo Start Menu screens. You can set the values in usersettings.txt by adding a line of the following pattern for each orientation:

ksmGeometryValues[N|S|E|W]=<width>x<height>+<Xoffset>+<Yoffset>

Example (for Touch, which has a resolution of 600x800):
Code:
ksmGeometryValuesN=550x750+0+24
ksmGeometryValuesS=550x750+48+24
ksmGeometryValuesE=750x550+24+0
ksmGeometryValuesW=750x550+48+0
The values in this example are not particular useful, apart from clearly demonstrating their effect if you compare them with the results on the screen.


For Aura, I set the default values to

Code:
ksmGeometryValuesN=748x1014+5+5
ksmGeometryValuesS=748x1014+5+5
ksmGeometryValuesE=1014x748+5+5
ksmGeometryValuesW=1014x748+5+5
For the other models, I left everything at its original state.

Take care to choose reasonable values! Take care for instance not to place the menu outside of the physical screen. The start menu applies them without checking.

Do not install this package without having KBStartMenu_04_update01a.zip installed.
As always: USE THIS PACKAGE AT YOUR OWN RISK! Back up any irreplaceable data of your reader.
Note: Be aware that some of the following posts refer to a previous version of this package.
Attached Files
File Type: zip KoboRoot_variable_size_2.zip (4.9 KB, 312 views)

Last edited by tshering; 07-19-2014 at 08:27 AM.
tshering is offline   Reply With Quote