Comment 5 for bug 359133

Revision history for this message
Jasper Mattsson (jasper-mattsson) wrote :

I'm seeing this issue with Wine programs requiring tablet. i386, X41Tablet too.

Also, Intel video driver crashes X, sometimes GDM comes back and reboot is not required, sometimes I can't even get to the virtual console.

I'm using Xorg.conf for Wacom, since the autodetected wacom doesn't support rotating the tablet.

Xorg log most relevant parts:

BEGIN xf86WcmProc dev=0x92c1788 priv=0x92eef50 type=eraser((null)) flags=97 fd=153813100 what=INIT
xf86WcmDevOpen

Backtrace:
0: /usr/bin/X(xorg_backtrace+0x3b) [0x813518b]
1: /usr/bin/X(xf86SigHandler+0x55) [0x80c7be5]
2: [0xb7f04400]
3: /usr/lib/xorg/modules/input//wacom_drv.so [0xb77719c2]
4: /usr/bin/X(ActivateDevice+0x4f) [0x808662f]
5: /usr/bin/X(OpenInputDevice+0x24) [0x80d89a4]
6: /usr/bin/X(ProcXOpenDevice+0xaa) [0x818bf8a]
7: /usr/bin/X [0x8187713]
8: /usr/bin/X(Dispatch+0x33f) [0x808d57f]
9: /usr/bin/X(main+0x3bd) [0x80722ed]
10: /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7ad8775]
11: /usr/bin/X [0x80717a1]
Saw signal 11. Server aborting.
(II) UnloadModule: "wacom"
(II) UnloadModule: "wacom"
(II) UnloadModule: "wacom"

Xorg.conf relevant parts:

Section "InputDevice"
 Driver "wacom"
 Identifier "stylus"
 Option "Device" "/dev/input/wacom"
 Option "Type" "stylus"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "ServerLayout"
...
#Uncomment if you have a wacom tablet
 InputDevice "stylus" "SendCoreEvents"
 InputDevice "cursor" "SendCoreEvents"
 InputDevice "eraser" "SendCoreEvents"
EndSection