[pkg-fso-maint] tslib and X 1.7 [Fwd: [Fwd: Re: [debian] Latest xserver 1.7 and touch screen problems]]
Gilles Filippini
pini at debian.org
Mon Jan 25 15:05:14 UTC 2010
Steffen Möller a écrit , Le 25/01/2010 15:53:
> From what I oversee this would now need an (emergency?) update of the
> tslib package and an update of install.sh as follows, right? The udev
> rule is added to tslib rather than to the install.sh script since this
> is then in complete harmony with what evdev is doing, right?
Well, I'm not that at ease with udev and Xorg, but I'd say "right".
I've filed bug #566849[1] against xserver-xorg-input-tslib. I don't
provide my udev rules file there since I can't tell how right it is :/
> diff --git a/install.sh b/install.sh
> index aee9a08..55f0151 100755
> --- a/install.sh
> +++ b/install.sh
> @@ -1152,7 +1152,6 @@ action_configuration () {
> # Xorg confiugration for an Openmoko FreeRunner
> Section "InputDevice"
> Identifier "Configured Touchscreen"
> - Driver "tslib"
> Option "CorePointer" "true"
> Option "SendCoreEvents" "true"
> Option "Protocol" "Auto"
>
> I have not time to test this, so I better ask for your confirmation. Is
> anybody addressing the tslib package?
Here is my current functional configuration:
pini at debian-gta02:~$ cat /lib/udev/rules.d/66-xorg-tslib.rules
ACTION!="add|change", GOTO="xorg_tslib_end"
KERNEL!="event*", GOTO="xorg_tslib_end"
ENV{ID_INPUT_TOUCHSCREEN}=="?*", ENV{x11_driver}="tslib"
LABEL="xorg_tslib_end"
pini at debian-gta02:~$ cat /etc/X11/xorg.conf
# Xorg configuration for an Openmoko FreeRunner
Section "Device"
Identifier "Configured Video Device"
Driver "glamo"
EndSection
Thanks,
_g.
[1] <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566849>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-fso-maint/attachments/20100125/322afef4/attachment.pgp>
More information about the pkg-fso-maint
mailing list