[pkg-fso-maint] [Debian] Re: Touchscreen not working

Johannes Schauer j.schauer at email.de
Wed Dec 23 11:06:03 UTC 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hey steven,

arne anka wrote:
> did you ever check if you use the right option for the device in xorg.conf?

add your ts device to the xorg.conf InputDevice section explicitly like
this:

Option          "Device"                "/dev/input/event1"

in your case your xorg.conf should look like that:

Section "InputDevice"
       Identifier      "Configured Touchscreen"
       Driver          "tslib"
       Option          "CorePointer"           "true"
       Option          "SendCoreEvents"        "true"
       Option          "Protocol"              "Auto"
       Option          "Width"                 "480"
       Option          "Height"                "640"
       Option          "Device"                "/dev/input/event1"
EndSection

Section "Device"
       Identifier      "Configured Video Device"
       Driver          "fbdev"
EndSection

as already pointed out you might want to replace fbdev with glamo also.
cheers
josch
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAksx+ZsACgkQXYV+f49DE/XCOgCgyIOhK4eTtQPbg8FQLValVGHu
gaIAoLs2MBVv/q4SR5SfzD5B6lggXdhX
=KXfa
-----END PGP SIGNATURE-----



More information about the pkg-fso-maint mailing list