Comment 25 for bug 218671

Revision history for this message
Dominic (dominic-letourneau) wrote :

Here is my touchscreen section in xorg.conf

#########################
# Touchscreen section #
#########################
Section "Inputdevice"
        Identifier "TouchScreen"
        Driver "elographics"
        Option "Device" "/dev/ttyS1"
# Option "AlwaysCore"
        Option "ScreenNumber" "0"
        Option "MinX" "3500"
        Option "MaxX" "600"
        Option "MinY" "600"
        Option "MaxY" "3400"
# Option "UntouchDelay" "2"
# Option "ReportDelay" "1"
 Option "PortraitMode" "Portrait"
 Option "SwapXY" "true"
 Option "SendCoreEvents"
        Option "ReportingMode" "Raw"
        Option "ButtonThreshold" "17"
        Option "ButtonNumber" "1"
EndSection

Dominic