![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Tall Cafè Ubuntu
![]() Join Date: Jan 2005
My beans are hidden!
|
This HOW-TO is written for USB Wacom Tablet devices.
Some links for reference: Ubuntu Tablet Wiki Page Wacom Help Page Once you have some success these links will make more sense. Theres TONS of good info that will make working in The GIMP better. 1. Connect your USB Wacom Tablet device 2. Install "wacom-tools". This is need to set the event in your xorg.conf. In a terminal: Code:
sudo apt-get install wacom-tools 3. Edit this below Section "InputDevice" under the "Configured Mouse". Make sure you use the right "Device" based on how your pad is connected. ie: USB or serial. Code:
Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/ttyS0" #SERIAL ONLY Option "Device" "/dev/input/wacom" #USB ONLY Option "Type" "stylus" Option "USB" "on" #USB ONLY Option "ForceDevice" "ISDV4" #Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/ttyS0" #SERIAL ONLY Option "Device" "/dev/input/wacom" #USB ONLY Option "Type" "eraser" Option "USB" "on" #USB ONLY Option "ForceDevice" "ISDV4" #Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/ttyS0" #SERIAL ONLY Option "Device" "/dev/input/wacom" #USB ONLY Option "Type" "cursor" Option "Mode" "relative" Option "USB" "on" #USB ONLY Option "ForceDevice" "ISDV4" #Tablet PC ONLY EndSection Code:
Section "InputDevice" Driver "wacom" Identifier "pad" Option "Device" "/dev/ttyS0" #SERIAL ONLY Option "Device" "/dev/input/wacom" #USB ONLY Option "Type" "pad" Option "USB" "on" #USB ONLY EndSection Code:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents" #For non-LCD tablets only
InputDevice "pad" #For Intuos3/Cintiq 21UX/Graphire4 tablets. It should NOT send core event
EndSection
You can adjust the pressure curves on your tablet. Just adjust the "PressCurve" line at bottom of the stylus section. Example: Code:
Option "PressCurve" "50,0,100,50" 5. Reboot or restart X with ctrl-alt-backspace and launch The GIMP 6.Enable the tablet in applications. The GIMP - File-> Preferences-> Input Devices-> "Configure Extended Input Devices". - Under "Device" you will have 3 settings: Cursor, Eraser and Stylus. Set them from "Disabled" to "Screen". Now you should have pressure sensitivity in The GIMP. Also, a useability note with Gimp: Each input device (stylus,cursor,eraser) has a completely different set of attributes in Gimp, and in theory, you can even assign a unique serial number to different pens to get even more granularity. You will experience this when you try to use your eraser for the first time. Rather than selecting the eraser tool, you get the rectangle selection tool instead. This is by design, believe it or not. Gimp does not care that its an eraser, just that it's not the pen you were just using. If you choose the eraser tool now, it will remember that for the next time you try to use it. On the plus side, you can set the eraser to be anything, including the Airbrush tool or Clone tool. -Taken from The Wacom Help Page. Inkscape - File-> "Input Devices...". (The dialog is the same as The GIMP) - Under "Device" you will have 3 settings: Cursor, Eraser and Stylus. Set them from "Disabled" to "Screen". Krita - Settings-> "Configure Krita..." then click on the "Tablet" icon. - Check the "Enable" boxes for all 3 Devices. Do you know of more apps that use a tablet? If anyone has info to make this better let me know. Last edited by MetalMusicAddict; March 25th, 2007 at 11:04 PM.. |
|
|
|
|
|
#2 |
|
Skinny Soy Caramel Ubuntu
![]() |
Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity
Step 2 is unnecessary if you replace it with this easier way to get your device.
Code:
sudo apt-get install wacom-tools Now all you have to do is just rename all your wacom devices, from /dev/input/event0 to /dev/input/wacom Also if you run into problems make sure that you didn't include the commented things in the xorg file. Code:
Option "Device" "/dev/input/event0" #USB ONLY Last edited by graigsmith; February 16th, 2007 at 01:50 PM.. |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() |
Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity
Thanks very much for this!
Mine is on event3, btw. -Paul |
|
|
|
|
|
#4 |
|
Fresh Brewed Ubuntu
![]() Join Date: Jan 2005
Location: Portland, Oregon U.S.A.
Beans: 1,200
Ubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity
The link labeled 'wacom help page' goes to Microsoft.com(!!)
__________________
Tales from America |
|
|
|
|
|
#5 |
|
Tall Cafè Ubuntu
![]() Join Date: Jan 2005
My beans are hidden!
|
Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity
Wow. So does the link to the original thread.
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() |
Thank you very much.
__________________
ThinkPad R61i, 15.4" (1280x800), Intel Core 2 Duo T5250, 2x512MB RAM, 160GB SATA, DVD±RW DL, Intel GMA X3100, Intel HDA, Bluetooth, Intel 3945 a/b/g, Gigabit Ethernet, VGA, S-Video, IEEE 1394, Multicard Reader (SD/MMC/MS/XD), Fingerprint Reader Last edited by c4pp4; February 9th, 2006 at 02:34 PM.. |
|
|
|
|
|
#7 | |
|
May the Ubuntu Be With You!
![]() Join Date: Apr 2005
Location: Under the Jolly Roger
Beans: 1,564
|
Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity
Quote:
__________________
My sole duty is to my own happiness and well-being. I recognize no other. |
|
|
|
|
|
|
#8 |
|
Quad Shot of Ubuntu
![]() |
Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity
My tablet's an older serial port one. what would I put in place of /dev/usb? /dev/ttyS0 ?
__________________
"If the real Jesus Christ were to stand up today He'd be gunned down cold by the CIA" - Armageddon Days are Here Again - The The |
|
|
|
|
|
#9 | |
|
May the Ubuntu Be With You!
![]() Join Date: Apr 2005
Location: Under the Jolly Roger
Beans: 1,564
|
Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity
Quote:
__________________
My sole duty is to my own happiness and well-being. I recognize no other. |
|
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Location: Jitra, Malaysia
Beans: 20
|
Re: HOWTO: Enable your Wacom Intous/Graphire Tablet with Pressure Sensitivity
A noob question here if you dont mind..:-
I downloaded the WacomLinux-0.6.8.tar.bz2 driver. So, how to install it. Im not sure whats the first step after downloaded the driver.. can you walk me through this briefly please?? I think you guys edited the xorg.conf file after installing the driver, right??
__________________
http://i23.photobucket.com/albums/b356/Labya_Majora/UbuntuSig.jpg |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|