Section "InputDevice"
Identifier "touchpanel"
Driver "evtouch"
Option "Device" "/dev/input/evtouch_event"
Option "DeviceName" "touchpanel"
# These values proved to be good in my setup
Option "MinX" "140"
Option "MinY" "100"
Option "MaxX" "1882"
Option "MaxY" "1970"
# For some reason the guys at Zalman rotated the touch-surface
Option "Rotate" "CW"
Option "ReportingMode" "Raw"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "SendCoreEvents" "On"
# This option is needed for 8.04, make cursor move more smoothly
Option "MoveLimit" "2"
EndSection