Breezy: Wacom doesn't work with GIMP

'Forum Post ulist at gs1.ubuntuforums.org
Mon Oct 10 01:34:46 UTC 2005


my wacom tablet is working perfectly.  i have 2 questions.

is your mouse in your xorg.conf using the mouse device? or something
like mouse0? it needs to be using mouse0 and not mouse otherwise it
will conflict with the tablet driver.

is your gimp preferences set correctly? you need to open gimp, and
under file, preferences. click input devices. and set your cursor,
stylus, and erasor to screen.

here is my xorg section with wacom.


Code:
--------------------
    Section "InputDevice"
  Identifier "cursor"
  Driver "wacom"
  Option "Device" "/dev/input/event3"
  Option "Type" "cursor"
  Option "USB" "on"
  Option "Speed"     "3.0"
  EndSection
  
  Section "InputDevice"
  Identifier "stylus"
  Driver "wacom"
  Option "Device" "/dev/input/event3"
  Option "Type" "stylus"
  Option "USB" "on"
  Option "PressCurve" "50,0,100,50"
  EndSection
  
  Section "InputDevice"
  Identifier "eraser"
  Driver "wacom"
  Option "Device" "/dev/input/event3"
  Option "Type" "eraser"
  Option "USB" "on"
  EndSection
  
--------------------


-- 
graigsmith




More information about the ubuntu-users mailing list