Quote:
Originally Posted by kaznelson
|
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