Skip to content

Instantly share code, notes, and snippets.

@ferdianjovan
Created January 26, 2016 15:02
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 ferdianjovan/c45c2c17cd42f05e17d6 to your computer and use it in GitHub Desktop.
Save ferdianjovan/c45c2c17cd42f05e17d6 to your computer and use it in GitHub Desktop.
Touch screen calibration
Section "InputClass"
Identifier "Elo Touch Axis Inversion"
MatchProduct "Elo TouchSystems"
# swap x/y axes on the device. i.e. rotate by 90 degrees
#Option "SwapAxes" "on"
# Invert the respective axis.
Option "InvertX" "off"
Option "InvertY" "on"
# Calibration data. Please use xinput_calibrator to find
# out the right values for your configuration.
Option "Calibration" "149 4041 108 4043"
EndSection
Section "InputClass"
Identifier "PenMount USB Touch Axis Inversion"
MatchProduct "DIALOGUE INC PenMount USB"
# swap x/y axes on the device. i.e. rotate by 90 degrees
#Option "SwapAxes" "on"
# Invert the respective axis.
Option "InvertX" "off"
Option "InvertY" "on"
# Calibration data. Please use xinput_calibrator to find
# out the right values for your configuration.
Option "Calibration" "10 980 10 980"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment