SYNOPSIS
Section "InputDevice"
Identifier "tslib"
Driver "tslib"
Option "Device" "/dev/event0"
...
EndSection
DESCRIPTION
tslib is an tslib Xorg input driver. It supports touchscreen devices.CONFIGURATION DETAILS
Please refer to xorg.conf(5) for general configuration details and for options that can be used with all input drivers. This section only covers configuration details specific to this driver.Hal is now supported and allows the touchscreen to operate correctly without any need to change "/etc/X11/xorg.conf".
BASIC CONFIGURATIONS
If hal is not available, the following defaults may be sufficient. If you want to use hal, please comment out the Option "Device".
Section "InputDevice" Identifier "tslib" Driver "tslib" Option "Device" "/dev/event0" Option "ScreenNumber" "0" Option "Width" "0" Option "Height" "0" Option "Rotate" "NONE" Option "EmulateRightButton" "0" ... EndSection
AUTHORS
Sascha Hauer <[email protected]> Clement Chauplannaz, Thales e-Transactions <[email protected]> Michael Olbrich <[email protected]>