Breezy: Wacom doesn't work with GIMP

Luis Moran luismo.listas at gmail.com
Sun Oct 2 18:45:59 UTC 2005


Hello all,

I am fighting with my Wacom Intuos 1 tablet, which have been working
time ago in Debian....

Everything is configured folowing any howto I've found..... xidump
program shows everything ok for all devices: x, y, pressure, tilt and
that stuff...

But stylus and eraser doesn't work on GIMP.... It seems like they
receive a 0 pressure, cause the "Device dialog" shows the device
change when I take the stylus or the eraser, but never paints
anything....

I am starting to wonder if gtk has the xinput extensions enabled. I
think yes, cause it worked for several seconds but suddenly stops
working.....

Below you will find my xorg.conf (I tested nearly everything here
regarding coreevents and alwayscore, but suggestions are always
welcome).

I hope somebody can help me.... I am out of ideas now.

Thank you.

Cheers

################ WACOM ###############################
Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/input/event2"
  Option        "Type"          "cursor"
  Option        "Mode"          "Relative"
  Option        "USB"           "on"
  Option	"Threshold"	"10"
   #Option "TopX" "0"
   #Option "TopY" "0"
   #Option "BottomX" "1280"
   #Option "BottomY" "1024"
EndSection

 Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/input/event2"
  Option        "Type"          "stylus"
  Option        "USB"           "on"
  Option	"Tilt"		"on"
  Option	"TiltInvert"	"on"
  Option	"Threshold"	"10"
  Option	"Mode"		"Absolute"
   #Option "TopX" "0"
   #Option "TopY" "0"
   #Option "BottomX" "1280"
   #Option "BottomY" "1024"	
 EndSection

 Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/input/event2"
  Option        "Type"          "eraser"
  Option        "USB"           "on"
  Option	"Tilt"		"on"
  Option	"TiltInvert"	"on"
  Option	"Threshold"	"10"
  Option	"Mode"		"Absolute"
   #Option "TopX" "0"
   #Option "TopY" "0"
   #Option "BottomX" "1280"
   #Option "BottomY" "1024"	
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"   "CorePointer"
        InputDevice     "cursor"    "SendCoreEvents"
        InputDevice     "stylus"    "SendCoreEvents"
        InputDevice     "eraser"    "SendCoreEvents"
EndSection
############################### WACOM ########################################




More information about the ubuntu-users mailing list