i noticed there is little information on configuring touchscreens on fc4/fc5/fc6. has anyone successfully configured a wincor POS touchscreen device here? i've tried several configurations:
xorg disagrees with the following config:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "Touch0" "SendCoreEvents"
Section "InputDevice"
Identifier "Touch0"
Driver "mutouch"
Option "Type" "finger"
Option "Device" "/dev/ttyS1"
Option "MinX" "0"
Option "MaxX" "16383"
Option "MinY" "0"
Option "MaxY" "16383"
Option "BaudRate" "2400"
Option "HistorySize" "256"
EndSection
Section "Screen"
Identifier "Screen0"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "800x600"
Option "dpms"
EndSubSection
EndSection