Thread: Kobo Start Menu
View Single Post
Old 11-20-2014, 06:44 AM   #600
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
Quote:
Originally Posted by kaznelson View Post
Problems with libKoboTS.so on Aura H2O:
New Qt drivers for Kobo Aura H2O #19
The post you refer to mentions two points, (1) failure to reset sleep timeout, (2) part of screen covered by the bezel.

To point 1, could you tell me in which context this happens? What application is running at that time? Which application sets the initial sleep timeout? I Guess it is KoboLauncher/CR?

Point 2 seems hardly related to the touch/mouse driver. You can try setting the geometry of the KSM applications. For H2O, add to the usersettings (.kobo\usersettings.txt) the line
Code:
ksmGeometryValuesN=1070x1420+5+5
The values are: <width>x<height>+<Xoffset>+<Yoffset>
(Just for information: the resolution of H20 is 1430 x 1080 according to the official web site)
Use a text editor that uses unix style end-of-line-markers.
Restart your device, check the results and modify the values as you see fit. This will only concern the appearance of KSM. It does not concern Koreader, KoboLauncher/CR.
If you find a convenient setting, please share the values here.

An example for Aura for all four orientations is

Code:
ksmGeometryValuesN=753x1007+1+3
ksmGeometryValuesS=753x1007+4+14
ksmGeometryValuesE=1007x753+14+1
ksmGeometryValuesW=1007x753+3+4

Last edited by tshering; 11-20-2014 at 07:57 AM.
tshering is offline   Reply With Quote