blob: 1c26a941a735d8f9a1f5fc06fae781b1f174d094 [file] [log] [blame]
Section "InputClass"
Identifier "mxt_touch"
Driver "evdev"
MatchDevicePath "/dev/input/event*"
MatchProduct "Atmel maXTouch Touchscreen"
Option "SendCoreEvents" "false"
Option "GrabDevice" "true"
Option "Calibration" "344 -5 5 799"
# Numbers generated via xinput_calibrator
# Option "Calibration" "min-x max-x min-y max-y"
# Calibrates the X and Y axes for devices that need to scale to a different
# coordinate system than reported to the X server. This feature is required for
# devices that need to scale to a different coordinate system than originally
# reported by the kernel (e.g. touchscreens). The scaling to the custom
# coordinate system is done in-driver and the X server is unaware of the
# transformation.
EndSection