| The Following User Says Thank You to eviln900 For This Useful Post: | ||


| The Following User Says Thank You to eviln900 For This Useful Post: | ||
apt-get remove xserver-xorg-input-libinput
cd /usr/share/X11/xorg.conf.d mv 10-evdev.conf 50-evdev.conf
Section "InputClass"
Identifier "calibration"
MatchProduct "TSC200X touchscreen"
Option "Calibration" "142 3913 3748 274"
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "750"
Option "EmulateThirdButtonMoveThreshold" "30"
Option "SwapAxes" "0"
EndSection
Section "InputClass"
Identifier "calibration"
MatchProduct "TSC2005 touchscreen"
Option "Calibration" "180 3900 3729 242"
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "750"
Option "EmulateThirdButtonMoveThreshold" "30"
Option "SwapAxes" "0"
EndSection
| The Following User Says Thank You to blackjack4it For This Useful Post: | ||