LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 09-21-2007, 03:57 PM   #1
izquierdista
Member
 
Registered: Mar 2005
Distribution: Ubuntu
Posts: 344

Rep: Reputation: 30
How do I configure my wacom graphics tablet to work with ubuntu (inkscape,GIMP etc.)


Hello,
I just purchased a wacom graphire 4 graphics tablet because I saw that it is supossedly compatible with linux. I plugged it into the usb port of the laptop and opened up inkscape to see if I could configure it but I didnt see it, I just saw my laptop's touchpad listed.

I then installed the following packages:

wacom-kernel-source

wacom-tools

xserver-xorg-input-wacom

and then I restarted the laptop and replugged my wacom tablet, and then opened up inkscape to see if I could use it but it didnt function or could I configure it.

I hope that someone can help me on this
 
Old 09-21-2007, 05:02 PM   #2
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
You'll need to edit /etc/X11/xorg.conf. You'll find three Wacom Inputdevice sections. You'll need to edit as follows and the fourth one for "pen". Lastly you need to add a line for "pad" to the ServerLayout section. My four Wacom inputdevice section and my serverlayout section follow. Use them for guidance.

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

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

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

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

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"
EndSection
 
Old 09-30-2007, 04:38 PM   #3
Mr. Grimm
LQ Newbie
 
Registered: Sep 2007
Posts: 2

Rep: Reputation: 0
I've made the changes to xorg.conf that you listed, and I now have a related question: After installing xinput and wacom-tools (along with xserver-xorg-input-wacom and wacom-kernel-source), I find that I don't have any wacom files present in /dev/input. It seems that wacom-tools was supposed to have created /dev/input/wacom, but it did not. However, my xorg/conf is referring to it anyways (after I told it to). Is there another step I missed, that forces wacom-tools create that file? Thank you.
 
Old 09-30-2007, 10:36 PM   #4
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I don't recall doing anything specific for /dev/input/wacom. I just looked at the /dev/input folder find it there. Note that all these files have today's date. There may be created by udev rules.

fragos@Geo:~$ ls -al /dev/input
total 0
drwxr-xr-x 4 root root 380 2007-09-30 15:43 .
drwxr-xr-x 14 root root 15000 2007-09-30 15:43 ..
drwxr-xr-x 2 root root 160 2007-09-30 15:43 by-id
drwxr-xr-x 2 root root 200 2007-09-30 15:43 by-path
crw-rw---- 1 root root 13, 64 2007-09-30 15:43 event0
crw-rw---- 1 root root 13, 65 2007-09-30 15:43 event1
crw-rw---- 1 root root 13, 66 2007-09-30 15:43 event2
crw-rw---- 1 root root 13, 67 2007-09-30 15:43 event3
crw-rw---- 1 root root 13, 68 2007-09-30 15:43 event4
crw-rw---- 1 root root 13, 69 2007-09-30 15:43 event5
crw-rw---- 1 root root 13, 70 2007-09-30 15:43 event6
crw-rw---- 1 root root 13, 71 2007-09-30 15:43 event7
crw-rw---- 1 root root 13, 63 2007-09-30 15:43 mice
crw-rw---- 1 root root 13, 32 2007-09-30 15:43 mouse0
crw-rw---- 1 root root 13, 33 2007-09-30 15:43 mouse1
crw-rw---- 1 root root 13, 34 2007-09-30 15:43 mouse2
crw-rw---- 1 root root 13, 35 2007-09-30 15:43 mouse3
lrwxrwxrwx 1 root root 6 2007-09-30 15:43 tablet-graphire4-4x5 -> event5
lrwxrwxrwx 1 root root 6 2007-09-30 15:43 wacom -> event5
 
Old 09-30-2007, 11:26 PM   #5
Mr. Grimm
LQ Newbie
 
Registered: Sep 2007
Posts: 2

Rep: Reputation: 0
thanks for the reply, fragos! I ran that ls -al, and the output was the same as yours, except for those last two lines. I'm thinking wacom-tools and and the kernel source didn't install correctly, as that's been happening a lot lately. I've been meaning to install Gutsy soon, so I might just wait to get my Bamboo working under that distro instead. Thanks for your help!
 
Old 10-01-2007, 12:05 AM   #6
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
I installed Gutsy in a spare partition when the beta came out. I haven't booted to Feisty since I got Gutsy. It's amazing. As expected their are a couple of little glitches but nothing I can deal with. The full release is only about 18 days away.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommended graphics tablet for Ubuntu? rjlee Ubuntu 2 09-17-2007 06:46 PM
Can't get wacom intuos 3 tablet to work under rhel 4u2 forevernerdcore Linux - Hardware 0 04-26-2007 12:41 PM
Configuring a Wacom Graphire Tablet to track like a tablet (not like a mouse) anlace Debian 2 11-07-2006 06:20 AM
Wacom Graphire 3 tablet cant configure by myself on xorg greenbox Linux - Hardware 2 01-29-2006 08:48 AM
getting Wacom tablet to work in 'absolute' mode xilmin Linux - Hardware 7 05-07-2005 08:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration