Gentoo Archives: gentoo-user

From: Andrew Gaydenko <a@××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] [OT] unloading wacom module
Date: Mon, 24 Nov 2008 07:30:49
Message-Id: 200811241029.52097.a@gaydenko.com
1 Hi!
2
3 After adding wacom bamboo I have a problem: at exiting from X (any DE - KDE,
4 Gnome. fluxbox) DE freezes. I have found in Xorg.log there is a problem of
5 unloading wacom module:
6
7 Backtrace:
8 0: X(xf86SigHandler+0x65) [0x482c25]
9 1: /lib/libc.so.6 [0x7f012ad85ee0]
10 2: /usr/lib64/xorg/modules/input//wacom_drv.so [0x7f01293dbf75]
11 3: /usr/lib64/xorg/modules/input//wacom_drv.so [0x7f01293e4f25]
12 4: X(DeleteInputDeviceRequest+0x3b) [0x48e8fb]
13 5: X(CloseDownDevices+0x29) [0x443bf9]
14 6: X(main+0x4ad) [0x43121d]
15 7: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f012ad72486]
16 8: X [0x4305a9]
17
18 Wacom-related xorg.conf fragment is below. linuxwacom package is installed
19 with "gtk usb" flags. ~amd64 up to date system is in use.
20
21 Thoughts? Must I supply additional info?
22
23
24
25 Andrew
26
27 ==========================================
28
29 Section "InputDevice"
30 Driver "wacom"
31 Identifier "stylus"
32 Option "Device" "/dev/input/wacom"
33 Option "Type" "stylus"
34 Option "USB" "on"
35 Option "Mode" "Absolute"
36 Option "Vendor" "WACOM"
37 Option "Threshold" "5" this line
38 EndSection
39
40 Section "InputDevice"
41 Driver "wacom"
42 Identifier "eraser"
43 Option "Device" "/dev/input/wacom"
44 Option "Type" "eraser"
45 Option "USB" "on"
46 Option "Mode" "Absolute"
47 Option "Vendor" "WACOM"
48 Option "Threshold" "5" this line
49 EndSection
50
51 Section "InputDevice"
52 Driver "wacom"
53 Identifier "cursor"
54 Option "Device" "/dev/input/wacom"
55 Option "Type" "cursor"
56 Option "USB" "on"
57 Option "Mode" "Absolute"
58 Option "Vendor" "WACOM"
59 EndSection
60
61 Section "ServerLayout"
62 Identifier "Layout0"
63 Screen "Screen0"
64 InputDevice "Mouse0" "CorePointer"
65 InputDevice "Keyboard0" "CoreKeyboard"
66
67 InputDevice "cursor" "SendCoreEvents"
68 InputDevice "stylus" "SendCoreEvents"
69 InputDevice "eraser" "SendCoreEvents"
70 EndSection

Replies

Subject Author
Re: [gentoo-user] [OT] unloading wacom module Helmut Jarausch <jarausch@××××××××××××××××.de>