public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Andrew Gaydenko <a@gaydenko.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] [OT] unloading wacom module
Date: Mon, 24 Nov 2008 10:29:51 +0300	[thread overview]
Message-ID: <200811241029.52097.a@gaydenko.com> (raw)

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




             reply	other threads:[~2008-11-24  7:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-24  7:29 Andrew Gaydenko [this message]
2008-11-24  8:18 ` [gentoo-user] [OT] unloading wacom module Helmut Jarausch
2008-11-24  8:34   ` Andrew Gaydenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200811241029.52097.a@gaydenko.com \
    --to=a@gaydenko.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox