Wacom Bamboo Tablet OpenSUSE 11.0

I’m trying to get my Wacom Bamboo MTE-450 tablet working properly. (System: Pentium 4; OpenSUSE 11.0 KDE 4.1.3 Kernel 2.6.25.18-02 default i686)

I’ve installed and updated the proper drivers, run the wacdump test, and checked the xorg.conf file. Everything works except GIMP. In GIMP, my eraser draws and the stylus does nothing. (Totally bizarre :slight_smile: The InputDevice and ServerLayout portions of my xorg.conf file is below. I suspect the problem is somewhere in it, but I can’t find it.

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Wacom MTE-450"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[2]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Logitech USB Optical Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "wacom"
  Identifier   "Mouse[3]"
  Option       "Device" "/dev/input/wacom"
  Option       "InputFashion" "Tablet"
  Option       "Mode" "Absolute"
  Option       "Name" "GRAPHIRE v1-4 (USB)"
  Option       "SendCoreEvents" "on"
  Option       "Type" "cursor"
  Option       "USB" "on"
  Option       "Vendor" "WACOM"
EndSection

Section "InputDevice"
  Driver       "wacom"
  Identifier   "Mouse[5]"
  Option       "Device" "/dev/input/wacom"
  Option       "InputFashion" "Pen"
  Option       "Mode" "Absolute"
  Option       "Name" "GRAPHIRE v1-4 Stylus (USB)"
  Option       "Protocol" "Auto"
  Option       "SendCoreEvents" "on"
  Option       "Type" "stylus"
  Option       "USB" "on"
  Option       "Vendor" "WACOM"
EndSection

Section "InputDevice"
  Driver       "wacom"
  Identifier   "Mouse[7]"
  Option       "Device" "/dev/input/wacom"
  Option       "InputFashion" "Eraser"
  Option       "Mode" "Absolute"
  Option       "Name" "GRAPHIRE v1-4 Eraser (USB)"
  Option       "Protocol" "Auto"
  Option       "SendCoreEvents" "on"
  Option       "Type" "eraser"
  Option       "USB" "on"
  Option       "Vendor" "WACOM"
EndSection

Section "InputDevice"
  Driver       "wacom"
  Identifier   "Mouse[9]"
  Option       "Device" "/dev/input/event0"
  Option       "InputFashion" "Pad"
  Option       "Name" "GRAPHIRE v1-4 Pad (USB)"
  Option       "Type" "pad"
  Option       "USB" "on"
  Option       "Vendor" "WACOM"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Mouse[2]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  InputDevice  "Mouse[5]" "SendCoreEvents"
  InputDevice  "Mouse[7]" "SendCoreEvents"
  InputDevice  "Mouse[9]"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


have you read the various posts on the wacoms?

nils olsen felt he had “the answer” so check his posts too;

the wacoms seem just a wee bit tricky;

also checking for yourself in ubuntu forums via google could be good:

there is no-one posting regularly on suse who seems to a wacom ace;

check on google for specialist forums;

you could become the suse guru for us all

do let the forum know how you get along; valuable to hear how things go