View Single Post
Old 08-02-2016, 01:11 AM   #17
lucida
Enthusiast
lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.lucida 's ceiling is 100% spider-free.
 
Posts: 30
Karma: 118906
Join Date: Jul 2016
Device: PW3
Quote:
Originally Posted by geekmaster View Post
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.
lucida is offline   Reply With Quote