RawDev.net - Just another Zabreznik.si Sites site
Home - Mail - About

Wacom Bamboo Fun on Linux

Thursday, October 9th, 2008 by Marko Zabreznik


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.

http://picasaweb.google.com/rawdevelopement/Wacom

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.
You can follow any responses to this entry through the RSS 2.0 feed. 4 Responses.
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…


Valentino
January 4th, 2009 at 7:40 am

You are a beast! :D
I was sticked but your simple guide solved me all!

What I can say… THANKS!


DigitalMofo
May 18th, 2009 at 1:41 am

I just installed ubuntu 9 “remix” which is a netbook distro and it runs like a charm.
I was wondering what vector draw software to use besides gimp.
Any hint?


Hekos
May 19th, 2009 at 9:52 am

fyi: 9.4 netbook remix actually and gimp is a raster editor.
if you want a vector editor, i would recommend you to use Inkscape. But you probably have a ~10 incher so the stable build is not usable on it.
so, wait untill June 15 to get the next version or get the development version here.

Others might include Karbon14 or Skencil.


« »