How do I install a Wacom Bamboo Fun?

6,866

Solution 1

Unfortunately, the wacom configuration is not one of the things that has made it to "automatic plug and play" level yet with Ubuntu, but I'm very happy that we have working drivers at all.

Most wacoms will work out of the box with ubuntu 9.10+. This means pointer and pressure-sensitivity, and default configuration for the buttons.

As Ryan said above, xserver-xorg-input-wacom is the wacom driver that comes installed by default in Ubuntu 10+. However, this will not necessarily mean all your buttons are working how you want them to be. To get everything else working, there is a little bit of configuration involved, and you may have to do some googling to figure out how to get your particular model working.

This is something that can be *(Hopefully!) solved with the Linux-wacom-project's wacom-tools package; this is an extra utility that allows creates specific settings for your wacom tablet.

I was using this up until ubuntu Karmic, but I have not determined wether this is yet working on ubuntu Maverick. Last I checked, it wasn't working for me.

But for starters:

  1. Google your question.
    See if anyone has already gotten your model of wacom working yet in Ubuntu Maverick.

  2. Go to the Ubuntu wiki Wacom page: https://help.ubuntu.com/community/Wacom.

  3. Check out the Ubuntu forums for the same question.

    -- Edit: -- See this forums thread: http://ubuntuforums.org/showthread.php?t=1423278&page=1

  4. --IF-- someone has gotten their Bamboo fun working with wacom-tools/xsetwacom, head to the linux-wacom-project howto page and figure out how to change the settings for your various buttons and inputs.

  5. Please post here if you get any answers!

Solution 2

There is a software package called "xserver-xorg-input-wacom" that provides support for the Bamboo and other Wacom tablets. On Ubuntu 10.10, that package comes pre-installed.

To verify this for yourself, go to System -> Administration -> Synaptic Package Manager, then search for "wacom" in the field in the upper right hand corner. If the checkbox next to "xserver-xorg-input-wacom" is green, then your computer is already prepared to use your Bamboo tablet.

Share:
6,866
pedroo
Author by

pedroo

Updated on September 17, 2022

Comments

  • pedroo
    pedroo over 1 year

    I own a Wacom Bamboo Fun CTH-661 and would like to know how I make it work on Ubuntu 10.10. I am a Linux newbie trying to migrate from Windows, so it would be wonderful to have a step-by-step answer.

    Many thanks!

  • Chris Jester-Young
    Chris Jester-Young over 13 years
    IIRC, that is not enough. There is also a kernel module that needs to be updated from the Linux Wacom drivers site, if you're using the very latest products.
  • pedroo
    pedroo over 13 years
    Yes, I have the xserver-xorg-input-wacom installed but the tablet doesn't work...
  • pedroo
    pedroo over 13 years
    Thanks for the information. Although I have xserver-xorg-input-wacom installed, the tablet doesn't work (I have to work with a mouse). I have seen the links you provided but for a linux newbie they seem a bit difficult... I was hoping there was an easier way to make it work.
  • emf
    emf over 13 years
    I hear you, aren't we all? sorry for your experience, there's generally been good out-of-the-box support for at the very least the basic utilities of the wacom tablets since Jaunty. If it's not working for you as it should be, then the only solutions here are going to come from research, unforunately.
  • pedroo
    pedroo over 13 years
    Thanks. Research, here I come! By the way, do you know any command to see if the tablet is being recognized?
  • emf
    emf over 13 years
    List recognized devices: xsetwacom --list
  • emf
    emf over 13 years
    Just found this forum thread: ubuntuforums.org/showthread.php?t=1423278&page=1 This should help you get started.
  • Admin
    Admin over 13 years
    I've managed to get it to work on 10.10, too! Simply followed the instructions on: skritter.com/forum/topic?id=51345959. It is working!