try building wacom-tools after applying this patch from 0.8.3.x (just
edit it directly and drop the ifndef/endifs):

diff -Naur linuxwacom-0.8.2-2/src/xdrv/wcmConfig.c 
linuxwacom-0.8.3-2/src/xdrv/wcmConfig.c
--- linuxwacom-0.8.2-2/src/xdrv/wcmConfig.c     2009-01-19 20:58:37.000000000 
+0200
+++ linuxwacom-0.8.3-2/src/xdrv/wcmConfig.c     2009-04-03 22:31:24.000000000 
+0300
@@ -376,13 +377,10 @@
        if (priv->pPressCurve)
                xfree(priv->pPressCurve);
     
-#ifndef WCM_XORG_XSERVER_1_6
-       /* don't free priv for X server 1.6 or later here
-        * otherwise X server crashes 
+       /* free priv here otherwise X server 1.6 or later crashes 
         */
        xfree(priv);
        local->private = NULL;
-#endif
 
        xf86DeleteInput(local, 0);    
 }

--

If you don't know how, I can provide a package on my PPA tomorrow or so.

-- 
Xorg crashed with SIGSEGV in DeleteInputDeviceRequest()
https://bugs.launchpad.net/bugs/358643
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to