Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Wacom tablet under Gentoo?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
spupy
Tux's lil' helper
Tux's lil' helper


Joined: 08 May 2007
Posts: 102
Location: Germany

PostPosted: Mon Jul 07, 2008 5:04 pm    Post subject: [SOLVED] Wacom tablet under Gentoo? Reply with quote

Hi guys. I want to buy a Wacom Bamboo Fun tablet. However, the only thing that is giving me doubts is how well it is supported in Linux. I know there are drivers for wacom tablets, I read the gentoo-wiki page on setting up a wacom tablet. But I want to hear personal experiences, if anyone owns a bamboo tablet or just has experience with it under linux. How hard is it to set up? Is everything working normal?

Thanks for any responses!
_________________
Make install - not war!


Last edited by spupy on Wed Jul 09, 2008 7:26 pm; edited 1 time in total
Back to top
View user's profile Send private message
Lomion
n00b
n00b


Joined: 18 Dec 2007
Posts: 25
Location: Milano, Italy

PostPosted: Mon Jul 07, 2008 6:12 pm    Post subject: Reply with quote

Hi!

Have you checked Gentoo wiki?
http://gentoo-wiki.com/HOWTO_Wacom_Tablet

Worked for me but I had an old Wacom, not bamboo...
Back to top
View user's profile Send private message
spupy
Tux's lil' helper
Tux's lil' helper


Joined: 08 May 2007
Posts: 102
Location: Germany

PostPosted: Mon Jul 07, 2008 6:56 pm    Post subject: Reply with quote

Lomion wrote:
Hi!

Have you checked Gentoo wiki?
http://gentoo-wiki.com/HOWTO_Wacom_Tablet

Worked for me but I had an old Wacom, not bamboo...


As I said, I've already read the howto carefully, I just want to hear it from someone who is using it himself!
_________________
Make install - not war!
Back to top
View user's profile Send private message
Gabriel_Blake
Guru
Guru


Joined: 16 Sep 2007
Posts: 362

PostPosted: Wed Jul 09, 2008 6:54 pm    Post subject: Reply with quote

I have a wacom bamboo A6 (the black one) and it works PERFECTLY :) It work even better since the windows driver has problems in detecting the tablet, because XP detects it as a mouse :P

I didn't use any graphic configuration tool but there is something like that (GTK based).

Pressure sensitivity can e tested in gimp (just be sure to activate your tablet in gimp settings).

I use fluxbox and all the buttons can be defined the keys.conf (the circle scroll as buttons 4 and 5, and the 4 function buttons as 9, 10, 11, 12)


It works great.................... too bad I still haven't managed to learn to draw :P
Back to top
View user's profile Send private message
spupy
Tux's lil' helper
Tux's lil' helper


Joined: 08 May 2007
Posts: 102
Location: Germany

PostPosted: Wed Jul 09, 2008 7:01 pm    Post subject: Reply with quote

Gabriel_Blake wrote:

I use fluxbox and all the buttons can be defined the keys.conf (the circle scroll as buttons 4 and 5, and the 4 function buttons as 9, 10, 11, 12)


I just ordered a white A6 bamboo! :) And you bring good news! Can you paste your fluxbox keys for the tablet, I happen to use fluxbox as well.
:D
_________________
Make install - not war!
Back to top
View user's profile Send private message
Gabriel_Blake
Guru
Guru


Joined: 16 Sep 2007
Posts: 362

PostPosted: Wed Jul 09, 2008 7:23 pm    Post subject: Reply with quote

Well.. the scrolls work without any special configuration :) I haven't set anything on the buttons yet, but they work. You can check that by using ie. "OnDesktop Mouse9 :RootMenu"

I only use the following in my keys.conf
Code:

OnDesktop Mouse1 :HideMenus
OnDesktop Mouse3 :RootMenu


And here are parts of my xorg.conf. This is based on a tutorial/guide somewhere. Maybe it should be done better, but it works :)
Code:


(.........)

Section "InputDevice"
   Driver   "wacom"
   Identifier   "cursor"
   Option   "Device"   "/dev/input/wacom"
   Option   "Type"      "cursor"
   Option   "Vendor"   "WACOM"
EndSection

Section "InputDevice"
   Driver   "wacom"
   Identifier   "stylus"
   Option   "Device"   "/dev/input/wacom"
   Option   "Type"      "stylus"
   Option   "Vendor"   "WACOM"
   Option   "USB"      "on"
   Option   "PressCurve"   "0,0,100,100"
EndSection

Section "InputDevice"
   Driver   "wacom"
   Identifier   "eraser"
   Option   "Device"   "/dev/input/wacom"
   Option   "Type"      "eraser"
   Option   "Vendor"   "WACOM"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "tablet"
  Option        "Device"        "/dev/input/wacom"
  Option        "Type"          "pad"
  Option        "USB"           "on"
EndSection

(.........)

Section "ServerLayout"
    (.........)
    InputDevice   "stylus"   "SendCoreEvents"
    InputDevice   "eraser"   "SendCoreEvents"
    InputDevice   "cursor"   "SendCoreEvents"
    InputDevice   "tablet"   "SendCoreEvents"
EndSection


The best way to install the tablet driver is to add the following to your /etc/make.conf:
Code:
INPUT_DEVICES="wacom"

And then just:
Code:
emerge -avuND world

The xorg-server will be updated and the driver will be installed :)
I'm now running an x86 system but when I was still using x86_64 I'd had to unmask x11-drivers/linuxwacom.


Last edited by Gabriel_Blake on Wed Jul 09, 2008 7:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
spupy
Tux's lil' helper
Tux's lil' helper


Joined: 08 May 2007
Posts: 102
Location: Germany

PostPosted: Wed Jul 09, 2008 7:26 pm    Post subject: Reply with quote

Thank you. This information will be helpful. I will mark the thread as solved for now.
_________________
Make install - not war!
Back to top
View user's profile Send private message
spupy
Tux's lil' helper
Tux's lil' helper


Joined: 08 May 2007
Posts: 102
Location: Germany

PostPosted: Fri Jul 11, 2008 5:04 pm    Post subject: Reply with quote

Yeah! The tablet came, i followed the guide, everything is working. :)

It is amazing!
_________________
Make install - not war!
Back to top
View user's profile Send private message
Gabriel_Blake
Guru
Guru


Joined: 16 Sep 2007
Posts: 362

PostPosted: Fri Jul 11, 2008 6:56 pm    Post subject: Reply with quote

Using a tablet is an incredible experience :) Glad I could help :) I'd be happy to see some of your art if you don't mind :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum