LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-25-2006, 11:21 AM   #1
dr_zayus69
Member
 
Registered: Sep 2004
Location: western massachusetts
Distribution: fedora core 3, Suse 10
Posts: 877

Rep: Reputation: 35
Do you like your Wacom Graphire tablet?


hi. i just ordered a Graphire 4 tablet from New Egg. I was just curious as to people's experience with them in linux. You have a hard time getting it working? What programs do you use with it? I mainly got mine so that i can use it in gimp. Are there many programs for linux that can utilize tablets? I think it would be cool if blender supported a tablet. thanks for replies in advance.
 
Old 06-26-2006, 07:45 PM   #2
SpelledJ
Member
 
Registered: Jun 2006
Location: Birmingham, AL
Distribution: Slackware64-13.1, 12.1
Posts: 119

Rep: Reputation: 20
I recently bought a Graphire4 to use as an alternative to a mouse at work, but I set it up on my Linux laptop for about a week first. It took about an hour of Googling and tweaking to get it working, but it works perfectly under Linux. I only tried it in the Gimp, but I really enjoyed it. I'm a pencil artist, and I was able to very quickly start creating sketches that were equivalent to what I could do with a real pencil and paper.

I was using it on Kubuntu 6.06, which already had the kernel configured for it. I had to install the wacom-tools package also. You may need to look under /dev/input to verify that the wacom device is a pointer to eventXX. It appeared that the tablet would use a different eventXX (where XX is a number) between reboots, but the link always tracked correctly. I think that happens due to a udev rule, but I didn't have to do anything to set that up.

Good luck and have fun with it! I've since taken mine to work, where the pressure sensitivity is mostly going to waste. But it is a very comfortable mouse alternative, and I've found I'm a lot faster with spreadsheets and other tasks with a tablet over a mouse. I'm now considering an Intuos for artwork at home.

You can get lots of info here: http://linuxwacom.sourceforge.net/index.php/main

Here's the applicable parts of xorg.conf:
Code:
Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/input/wacom"         
  Option        "Type"          "stylus"
EndSection

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

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

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen  0	"Screen0"
	InputDevice	"Generic Keyboard"
	InputDevice	"USB Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection
 
  


Reply



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
Wacom Graphire 4 tablet with FC5 Lastomega Linux - Hardware 3 12-01-2006 01:37 AM
Configuring a Wacom Graphire Tablet to track like a tablet (not like a mouse) anlace Debian 2 11-07-2006 05:20 AM
Wacom Graphire 3 tablet cant configure by myself on xorg greenbox Linux - Hardware 2 01-29-2006 07:48 AM
Wacom Graphire 2 Tablet and Mouse sfnitro230 Slackware 1 01-09-2004 06:10 PM
how do I use a Wacom Graphire II usb tablet with Mandrake 8.2? juverne_1777 Linux - General 0 09-09-2002 09:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:37 AM.

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