Comment 78 for bug 317094

Revision history for this message
owenspa (peter-nanks) wrote : Re: evtouch meta bug to collect lshal info

I have a sony vaio vgn-ux17gp. Was running Kununtu Hardy using evtouch, it didn't
need calibrating using this xorg.conf entry. With UMR Jaunty it does need calibrating.

Section "InputDevice"
        Identifier "Touchscreen"
        Option "SendCoreEvents" "true"
        Driver "evtouch"
        Option "Device" "/dev/input/gunze"
        Option "DeviceName" "touchscreen"
        Option "MinX" "32"
        Option "MaxX" "992"
        Option "MinY" "38"
        Option "MaxY" "968"
        Option "ReportingMode" "Raw"
        Option "MoveLimit" "5"
        Option "ButtonlessDevice" "true"

        #Option "MinY" "33"
        #Option "MaxY" "993"
        #Option "MinX" "39"
        #Option "MaxX" "968"
        #Option "Rotate" "CCW"
        #Option "Calibrate" "1"
EndSection