I just tried the pad and it appears to be NOW working!!
I will not play with it and draw. thanks for everything
UPDATE: after playing with it on MyPaint, I woul say that its working but glitchy. Like I can use the pencil and stuff but somethines when im drawing the entire workspace moves around and I cant figure out how to prevent that from happening. Other times I can draw and its not moving, bu it seems to move around as if its buggy or something. Im new to using a tablet with apps so it maybe I just have to play with it. But initial guess is maybe driver is off or something.
Looks like that tablet has âintuitive Multi-Touch systemâ
Turn that crap off!
First, in that device settings area try setting the âUse Forâ setting to âIgnoreâ for everything except your stylus and your mouse.
If that doesnât help check out the xsetwacom command on the command line.
I use these in a startup script to configure my tablet to not totally drive me insane:
xsetwacom set âWacom Intuos5 touch M Pad padâ âTouchâ "off"
xsetwacom set âWacom Intuos5 touch M Pad padâ âGestureâ "off"
xsetwacom --set âWacom Intuos5 touch M Finger touchâ Touch off
You can find your device names with this command:
xsetwacom --list
Wacom Intuos5 touch M Finger touch id: 13 type: TOUCH
Wacom Intuos5 touch M Pen cursor id: 18 type: CURSOR
Wacom Intuos5 touch M Pad pad id: 12 type: PAD
Wacom Intuos5 touch M Pen stylus id: 11 type: STYLUS
Wacom Intuos5 touch M Pen eraser id: 17 type: ERASER
xsetwacom --get 13 all
Option âAreaâ "0 0 4096 4096"
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Option âDebugLevelâ "0"
Option âCommonDBGâ "0"
Option âSuppressâ "2"
Option âRawSampleâ "4"
Option âPressCurveâ "0 0 100 100"
Option âModeâ "Relative"
Property âWacom Hover Clickâ does not exist on device.
Option âTouchâ "on"
Property âWacom Hardware Touch Switchâ does not exist on device.
Option âGestureâ "on"
Option âZoomDistanceâ "180"
Option âScrollDistanceâ "80"
Option âTapTimeâ "250"
Property âWacom Proximity Thresholdâ does not exist on device.
Option âRotateâ "none"
Property âWacom Wheel Buttonsâ does not exist on device.
Property âWacom Wheel Buttonsâ does not exist on device.
Property âWacom Wheel Buttonsâ does not exist on device.
Property âWacom Wheel Buttonsâ does not exist on device.
Property âWacom Wheel Buttonsâ does not exist on device.
Property âWacom Wheel Buttonsâ does not exist on device.
Property âWacom Strip Buttonsâ does not exist on device.
Property âWacom Strip Buttonsâ does not exist on device.
Property âWacom Strip Buttonsâ does not exist on device.
Property âWacom Strip Buttonsâ does not exist on device.
Option âThresholdâ "0"
Option âSerialâ "0"
Property âWacom Pressure Recalibrationâ does not exist on device.
xsetwacom --set âWacom Intuos5 touch M Finger touchâ Touch off
xsetwacom --set âWacom Intuos5 touch M Finger touchâ Gesture off
Next: you have four Express keys and a touch ring on your Bamboo. On my Intuos I have the keys as well but no ring. Perhaps the ring can be set up with that wacom panel, but I expect the keys wânot. I use my right keys for redo and undo and the left ones for zoom in and out. However that ring seems to do zooming so hopefully someone here has some advice for you.
Next I made setup scripts for my Intuos, a Bamboo1 and a Graphire 4. The Bamboo is only a pen, no keys, no ring, Pick up the scripts for the Intuos and Graphire here as examples: https://www.dropbox.com/s/6pe3gaidc09pnbb/mypaint-scripts.zip?dl=0
I am Dutch and so comments are in Dutch, but if really needed I can do English translations.
Finding out the numbers for a key is not so easy. I ended up doing that by trial and error.
Finally, such a script is specific for an application. If you have it right for MyPaint it will need to be different in let us say Krita or Gimp. So i use the script to set up my Wacom and next start MyPaint. In Windows the setup panel allows for setups for different apps. But that is something way over my head. I would be fully lost in the workflow.