public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] [OT] unloading wacom module
@ 2008-11-24  7:29 Andrew Gaydenko
  2008-11-24  8:18 ` Helmut Jarausch
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Gaydenko @ 2008-11-24  7:29 UTC (permalink / raw
  To: gentoo-user

Hi!

After adding wacom bamboo I have a problem: at exiting from X (any DE - KDE, 
Gnome. fluxbox) DE freezes. I have found in Xorg.log there is a problem of 
unloading wacom module:

Backtrace:
0: X(xf86SigHandler+0x65) [0x482c25]
1: /lib/libc.so.6 [0x7f012ad85ee0]
2: /usr/lib64/xorg/modules/input//wacom_drv.so [0x7f01293dbf75]
3: /usr/lib64/xorg/modules/input//wacom_drv.so [0x7f01293e4f25]
4: X(DeleteInputDeviceRequest+0x3b) [0x48e8fb]
5: X(CloseDownDevices+0x29) [0x443bf9]
6: X(main+0x4ad) [0x43121d]
7: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f012ad72486]
8: X [0x4305a9]

Wacom-related xorg.conf fragment is below. linuxwacom package is installed 
with  "gtk usb" flags. ~amd64 up to date system is in use.

Thoughts? Must I supply additional info?



Andrew

==========================================

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"       "/dev/input/wacom"
  Option        "Type"         "stylus"
  Option        "USB"          "on"
  Option        "Mode"         "Absolute"
  Option        "Vendor"       "WACOM"
  Option        "Threshold"    "5"  this line
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"       "/dev/input/wacom"
  Option        "Type"         "eraser"
  Option        "USB"          "on"
  Option        "Mode"         "Absolute"
  Option        "Vendor"       "WACOM"
  Option        "Threshold"    "5" this line
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"       "/dev/input/wacom"
  Option        "Type"         "cursor"
  Option        "USB"          "on" 
  Option        "Mode"         "Absolute"
  Option        "Vendor"       "WACOM"
EndSection

Section "ServerLayout"
    Identifier "Layout0"
    Screen	"Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"

    InputDevice "cursor" "SendCoreEvents" 
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
EndSection




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-11-24  8:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24  7:29 [gentoo-user] [OT] unloading wacom module Andrew Gaydenko
2008-11-24  8:18 ` Helmut Jarausch
2008-11-24  8:34   ` Andrew Gaydenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox