On Wed, 3 Nov 2010, Leo Arias wrote:

The upgrade I did on the weekend left my touchscreen unusable. I checked
the xorg.conf and switched tslib to evdev and now I can use it without
major issues.

i'm guessing this involves editing /etc/X11/xorg.conf, finding the section that says:

Section "InputDevice"
        Identifier      "Touchscreen"
        Driver          "tslib"
        Option          "Device"      "/dev/input/event1"
EndSection

and changing it to:

Section "InputDevice"
        Identifier      "Touchscreen"
        Driver          "evdev"
        Option          "Device"      "/dev/input/event1"
EndSection

if so, this doesn't work for me (after several reboots, my touchscreen is still not responding correctly, and touches are registered a semi-random distance and direction from where they occur). if not, and anyone can shed any light on what blooper i've just pulled, i'd be grateful.


--

      Tom Yates  -  http://www.teaparty.net
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to