Skip to content

Instantly share code, notes, and snippets.

@steviee
Last active November 2, 2018 14:18
Show Gist options
  • Save steviee/5689c3e57a9fc92c1ed48cb9f6794cba to your computer and use it in GitHub Desktop.
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)
# /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