Quote:
Originally Posted by geekmaster
Maybe a mouse will get me past issues I have when my PW3 touchscreen is not working. I need to try this after I recharge my PW3. I wonder how hard it would be to make it act like a mouse rather than just page tuen buttons...
|
It's possible and shouldn't be difficult, just config it like other Linux distro. Maybe add section below to /etc/xorg.conf
Code:
Section "InputDevice"
Identifier "Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "AllowMouseOpenFail" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
However if anything goes wrong X may fail to start so I never tried that myself as I don't have serial on my kindle.