Last active
November 2, 2018 14:18
-
-
Save steviee/5689c3e57a9fc92c1ed48cb9f6794cba to your computer and use it in GitHub Desktop.
Touchpad calibration for TrekStor Wintron 10.1 duo (tested with Fedora Workstation 29, works oob otherwise)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /usr/share/X11/xorg.conf.d/99-calibration.conf | |
Section "InputClass" | |
Identifier "calibration" | |
MatchProduct "Goodix Capacitive TouchScreen" | |
MatchIsTouchscreen "1" | |
Driver "evdev" | |
Option "MinX" "65409" | |
Option "MaxX" "-216" | |
Option "MinY" "474" | |
Option "MaxY" "65279" | |
Option "InvertX" "1" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment