Skip to content

Instantly share code, notes, and snippets.

@ion1
Created April 2, 2010 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ion1/353570 to your computer and use it in GitHub Desktop.
Save ion1/353570 to your computer and use it in GitHub Desktop.
My xorg.conf with Wacom calibration
Section "InputClass"
MatchProduct "Wacom"
MatchIsTablet "true"
Identifier "Tablet"
Driver "wacom"
Option "TPCButton" "on"
Option "TopX" "150"
Option "BottomX" "26200"
Option "TopY" "225"
Option "BottomY" "16375"
EndSection
Section "InputClass"
MatchProduct "Wacom"
MatchIsTouchscreen "true"
Identifier "Touchscreen"
Driver "wacom"
Option "TopX" "175"
Option "BottomX" "4000"
Option "TopY" "175"
Option "BottomY" "3900"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment