RawDev.net - Developing Developement Developing Developers
Home - Files - Pastebin - Mail

Wacom Bamboo Fun on Linux

Thursday, October 9th, 2008 by Hekos


I Bought a Wacom Bamboo Fun Small Graphics Tablet a couple of days ago.
Wanting one for quite some time now, I decided to go and buy it on-line. And after 3 days, it came all the way from Germany :D.

I didnt even try running it on windows/mac before I plugged it into my ‘box running OpenSuse 11. First thing I notice: Its already working. Kindof.  It’s got relative tracking and the pad/buttons dont work.

How i got it running and some pics, after the jump.

First of all, wacom packages were installed in opensuse by default, so not much action was needed there. I tried running the command line tool wacomcpl-exec to no avail. xsetwacom didn’t find anything. That only meant that the devices were not intialised properly in xorg.conf and i would have to find and set them myself.

After some poking around, I found wacdump ( included with wacom packages ) was the tool i needed. Since Bamboo Fun is a USB device, /dev/input/event* is where you will find it. Using wacdump i located it at /dev/input/event7. And then a quick look at http://linuxwacom.sourceforge.net/index.php/howto/inputdev to find out the proper way to configure xorg.

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event7"
Option "Type" "stylus"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event7"
Option "Type" "eraser"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event7"
Option "Type" "cursor"
Option "USB" "on"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/event7"
Option "Type" "pad"
Option "USB" "on"
EndSection

Changing the “Device” appropriately. After a quick X restart (CTRL ALT BACKSPACE), everything started working. Then for the final touches, I used wacomcpl-exec, that recognised the devices now, to change the rotation of the wheelpad, the buttons and sentitivity etc. I tried Bamboo in Inkscape, where i only had to enable the device in Input Devices under File.

Debriefing:

Things not working:

Things one would wish to work better:

All in all, well worth the effort.

Reblog this post [with Zemanta]

Tags: , ,

This entry was posted on Thursday, October 9th, 2008 at 1:21 pm under Hacking, Linux, Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed. One Response.
You can leave a response, or trackback from your own site.
Mobile Phones, Laptop, Computer, Gadget, Hardware Specs
November 11th, 2008 at 12:44 pm

Wacom Bamboo Fun (Small)…

Wacom Bamboo Fun is a digital canvas. You can express yourself by simply touching the pen tip to the tablet. You may use it for touch up digital photos, draw by hand, create artwork and paintings, and even write in your own handwriting.

Wacom Bamboo F…


« Spore on WINE Comic: Family Pack »