Comment 4 for bug 362308

Revision history for this message
Fabián Rodríguez (magicfab) wrote : Re: EloTouch 2639L touchscreen (input device) possibly not properly recognized, XY axis inverted

Relevant xorg.conf device section:
Section "InputDevice"
        Identifier "xeloserial"
        Driver "elographics"
        Option "Device" "/dev/hidraw0"

        Option "MinX" "0"
        Option "MaxX" "1366"
        Option "MinY" "0"
        Option "MaxY" "768"
        Option "ScreenNumber" "0"
        Option "ReportingMode" "Raw"
        Option "ButtonThreshold" "17"
        Option "ButtonNumber" "1"
        Option "SendCoreEvents"
 Option "SwapXY" "0"
EndSection