[BRLTTY] BRLTTY with "key table" enabled and Xorg

Samuel Thibault samuel.thibault at ens-lyon.org
Fri Mar 12 08:01:02 EST 2010


Alex Bernier, le Fri 12 Mar 2010 12:00:17 +0100, a écrit :
> Can anyone see where the issue come from ? (I use BRLTTY 4.2dev rev 5064, Xorg 1.7.5).

There is a bug in the Debian Xorg 2:1.7.5-1 (currently in testing and
unstable) that makes it not read from uinput devices, which has been
fixed only recently and hasn't been uploaded yet. It only exists in
Debian testing and unstable, not in released versions. You can apply the
following patch yourself to the xorg-server Debian package and recompile:

--- a/debian/patches/12-Add-libudev-input-hotplug-backend.diff
+++ b/debian/patches/12-Add-libudev-input-hotplug-backend.diff
@@ -382,7 +382,7 @@ Index: xorg-server/config/udev.c
 +    parent = udev_device_get_parent(udev_device);
 +    if (parent)
 +        name = udev_device_get_property_value(parent, "NAME");
-+    else
++    if (!name)
 +        name = "(unnamed)";
 +
 +    if (!driver || !path || !syspath)

Samuel


More information about the BRLTTY mailing list