Nog iets gevonden waaruit blijkt dat het toch kan werken:
Did you also add a 'pad' to your xorg file?
Code:
# This section is for Intuos3, Cintiq 21UX, Graphire4, or Bamboo
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection
And then of course to the bottom of that file:
Code:
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "pad" "SendCoreEvents"
EndSection
Dus als ik het goed begrijp dan moet je de buiten de "stylus", "cursor" en de "eraser" ook nog een "pad" aanmaken.
Nog een link naar de officiƫle site.
http://linuxwacom.sourceforge.net/index.php/howto/inputdev