Title: FirePrime Linux--FirePrime Linux- How to add input support for touch-screen [Print This Page] Author: Firefly Time: 10/12/2015 15:44 Title: FirePrime Linux--FirePrime Linux- How to add input support for touch-screen FirePrime Linux--FirePrime Linux- How to add input support for touch-screenBy Busybee
1.2 Configuration
Create a new file /etc/X11/xorg.conf.d/10-evdev-gslX680.conf£¬add the following£º
Section "InputClass"
Identifier "gslX680 evdev touchscreen"
MatchProduct "gslX680"
MatchDevicePath "/dev/input/event*"
Option "EmulateThirdButton" "true"
Option "EmulateThirdButtonTimeout" "500"
Option "EmulateThirdButtonMoveThreshold" "50"
Driver "evdev"
EndSection
Copy the code
1.3 Improve the touch screen support of evdev driver
The system evdev driver can not support the android touch screen input driver very well.Need to path and recompile, the following describes the detail steps:
1.3.1 Install compiling tools environment and relevant dependent libraries