View Single Post
Posts: 3 | Thanked: 7 times | Joined on Jun 2017 @ (A)
#88
If you are running 4.9 kernel, the Display is listed as TSC2005 instead of TSC200X, so you also need to edit

/etc/X11/xorg.conf

Code:
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

Last edited by err0r3o3; 2017-09-16 at 12:23.
 

The Following 3 Users Say Thank You to err0r3o3 For This Useful Post: