Comment 13 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

Ahem. This now works :) Thanks again.

I now need the calibration tool in System > Administration > Calibrate touchscreen to work as my XY corrdinates are a bit off.

Your xorg.conf had two minor typos, here's what I used:

Section "InputDevice"
        Identifier "Touchscreen"
        Driver "evtouch"
        Option "Device" "/dev/input/event3"
        Option "DeviceName" "Touchscreen"
        Option "ReportingMode" "Raw"
        Option "SendCoreEvents"
        Option "MinX" "316"
        Option "MinY" "36"
        Option "MaxX" "3791"
        Option "MaxY" "3934"
# Option "Rotate" "cw"
        Option "SwapX" "1"
        Option "SwapY" "1"
EndSection

The calibration tool complains it doesn't recognize the screen. I've submitted the hal information in Bug #317094 - see:
https://bugs.edge.launchpad.net/ubuntu/+source/xf86-input-evtouch/+bug/317094/comments/22