Thank you for the informatinon. Since you did not mention anything, I supposed the updated touch driver solved the touch problem. But on the Koreader thread I read that the problem persists in KSM.
I just compared the pertinent reports, and I have a problem understanding what actually is the issue.
Quote:
Originally Posted by CH23
Right now touch is 'flipped' (when i touch in top left, it thinks i touch bottom left)
|
Quote:
Originally Posted by CH23
If i touch on the left, it will register on the right
If i touch on the right, it will register on the left
If i touch at the top, it will register on the top
If i touch at the bottom, it will register on the bottom
|
Quote:
Originally Posted by CH23
As KSM has the same kind of issue (image correct, touch left/right swapped) I believe this is the same issue for both.
|
The first description does not agree with the second and third. Which one is correct? Or do they refer to different versions of the touch driver?
Do you have currently the latest version of libKoboTS_h2o2.so in adds/kbmenu/Qt/plugins/mousedrivers?
Could you do the following? (With the latest touch driver):
- exit nickel
- press "kill KSM"
- execute
Code:
export ksmrotate=0 mrotation=90; $ksmroot/kobomenu.sh "a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"
- touch the screen; when you select one of the options (not the buttons on the bottom) you should see the selected item (letter a-Z) in the output field of the webinterface (at this point you would have to execute the command newly in order to repeat the test); when you press one of the buttons, the list of options should move accordingly.
Quote:
Originally Posted by CH23
added nova to adds/kbmenu/onstart/ksmhome.sh
|
What exactly did you do?