个人工具

“UbuntuHelp:Wacom”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Wacom}}
 
{{From|https://help.ubuntu.com/community/Wacom}}
 
{{Languages|UbuntuHelp:Wacom}}
 
{{Languages|UbuntuHelp:Wacom}}
 +
In all cases, please take note that after having changed the configuration (if it was necessary), you will also have to [[UbuntuHelp:[Extended|configure the "Extended input devices"]]] in the programs you use, like Gimp or Inkscape
 
=== Ubuntu 8.04 Hardy Heron ===
 
=== Ubuntu 8.04 Hardy Heron ===
To set up your tablet, follow the instructions at http://ubuntuforums.org/showthread.php?t=765915
+
Your tablet should work by default.
 +
If it isn't, the instructions at http://ubuntuforums.org/showthread.php?t=765915 may help; Wacom Bamboo series tablets often do not work by default.  If your tablet works but doesn't have pressure sensitivity enabled, you probably don't need to follow all of the steps in that how-to: it's enough to edit the xorg.conf file as described in steps 8 to 12.
 
=== Notes ===
 
=== Notes ===
''Under Ubuntu 7.04 Feisty Fawn or later, thanks to updated drivers, you should have nothing more to do than plug in your tablet '''for most tablets'''. You may have to restart the X server by pressing Ctrl-Alt-Backspace or logging out then logging back in after you have closed all your applications.''
+
''Under Ubuntu 7.04 Feisty Fawn or later, thanks to updated drivers, you should have nothing more to do than plug in your tablet '''for most tablets'''. You may have to restart the X server by pressing Ctrl-Alt-Backspace or logging out then logging back in after you have closed all your applications. Don't forget that you also have to [[UbuntuHelp:[Extended|configure the "Extended input devices"]]] in the programs you use, like Gimp or Inkscape''
 
=== Bamboo Series ===
 
=== Bamboo Series ===
 
''The Bamboo series tablets require the latest development Wacom drivers, which must be installed manually''
 
''The Bamboo series tablets require the latest development Wacom drivers, which must be installed manually''
第12行: 第14行:
 
See [[UbuntuHelp:WacomGraphireBluetooth|WacomGraphireBluetooth]] for instructions on how to get this tablet working.
 
See [[UbuntuHelp:WacomGraphireBluetooth|WacomGraphireBluetooth]] for instructions on how to get this tablet working.
 
=== Others ===
 
=== Others ===
You'll need to uncomment (or put) some lines in /etc/X11/xorg.conf to get the tablet working properly:<pre><nowiki># Uncomment if you have a wacom tablet
+
You'll need to uncomment (or put) some lines in /etc/X11/xorg.conf to get the tablet working properly:
 +
<pre><nowiki>  
 +
# Uncomment if you have a wacom tablet
 
         InputDevice    "stylus"        "SendCoreEvents"
 
         InputDevice    "stylus"        "SendCoreEvents"
 
         InputDevice    "cursor"        "SendCoreEvents"
 
         InputDevice    "cursor"        "SendCoreEvents"
         InputDevice    "eraser"        "SendCoreEvents"</nowiki></pre>
+
         InputDevice    "eraser"        "SendCoreEvents"
 +
</nowiki></pre>
 
=== Dapper (6.06) and Edgy (6.10) ===
 
=== Dapper (6.06) and Edgy (6.10) ===
 
''Under Ubuntu Dapper or Edgy, installing an USB Wacom tablet is straightforward. Remember to plug in your tablet before you boot; it makes things simpler.''
 
''Under Ubuntu Dapper or Edgy, installing an USB Wacom tablet is straightforward. Remember to plug in your tablet before you boot; it makes things simpler.''
 
'''With the version of the Linux Wacom driver (0.7.2) in Ubuntu 6.06 and 6.10, if you unplug you tablet, it won't function when you plug it back in and you will have to restart X. For this reason, it is best to leave the tablet plugged in.'''
 
'''With the version of the Linux Wacom driver (0.7.2) in Ubuntu 6.06 and 6.10, if you unplug you tablet, it won't function when you plug it back in and you will have to restart X. For this reason, it is best to leave the tablet plugged in.'''
<ol><li>Using Synaptic package manager[[FootNote(System>Administration>Synaptic Package Manager. You need to have administrative rights to install the packages)]], check if the packages xserver-xorg-input-wacom and wacom-tools are already installed - if not install them. If you prefer using the command line, you can also execute : <pre><nowiki>
+
<ol><li>Using Synaptic package manager<<FootNote(System>Administration>Synaptic Package Manager. You need to have administrative rights to install the packages)>>, check if the packages xserver-xorg-input-wacom and wacom-tools are already installed - if not install them. If you prefer using the command line, you can also execute : <pre><nowiki>
 
sudo apt-get install xserver-xorg-input-wacom wacom-tools</nowiki></pre>
 
sudo apt-get install xserver-xorg-input-wacom wacom-tools</nowiki></pre>
 
</li><li>Save a copy of your /etc/X11/xorg.conf : <pre><nowiki>
 
</li><li>Save a copy of your /etc/X11/xorg.conf : <pre><nowiki>
第26行: 第31行:
 
then edit it with the command line : <pre><nowiki>
 
then edit it with the command line : <pre><nowiki>
 
  gksudo gedit /etc/X11/xorg.conf</nowiki></pre>
 
  gksudo gedit /etc/X11/xorg.conf</nowiki></pre>
and change all /dev/wacom occurences into /dev/input/wacom (created by wacom-tools udev scripts)[[FootNote(Alternatively, you could make a symbolic link between /dev/input/wacom  and /dev/wacom (pointed to by /etc/X11/xorg.conf, but this would only be a temporary solution, and you would have to set the symbolic link again after reboot : <code><nowiki>sudo ln -s /dev/input/wacom /dev/wacom</nowiki></code>)]], then save the file.
+
and change all /dev/wacom occurences into /dev/input/wacom (created by wacom-tools udev scripts)<<FootNote(Alternatively, you could make a symbolic link between /dev/input/wacom  and /dev/wacom (pointed to by /etc/X11/xorg.conf, but this would only be a temporary solution, and you would have to set the symbolic link again after reboot : <code><nowiki>sudo ln -s /dev/input/wacom /dev/wacom</nowiki></code>)>>, then save the file.
 
For an LTSP client update the /usr/bin/dexconf script instead, this is run at boot time to generate a new xorg.conf configuration file, and so any changes made to xorg.conf are lost on reboot.
 
For an LTSP client update the /usr/bin/dexconf script instead, this is run at boot time to generate a new xorg.conf configuration file, and so any changes made to xorg.conf are lost on reboot.
You should be ready to go after you have restarted X[[FootNote(Ctrl-Alt-Backspace. Save your work before doing so!)]]. Remember to [[Extended configure the "Extended input devices"]] in your graphics application, however you can already check if it's working by moving your stylus on the tablet : the mouse cursor should go through the whole screen.
+
You should be ready to go after you have restarted X<<FootNote(Ctrl-Alt-Backspace. Save your work before doing so!)>>. Remember to [[UbuntuHelp:[Extended|configure the "Extended input devices"]]] in your graphics application, however you can already check if it's working by moving your stylus on the tablet : the mouse cursor should go through the whole screen.
 
=== In case this doesn't work ===
 
=== In case this doesn't work ===
 
'''This is not the recommended solution, because sometimes your tablet will appear under an other event.'''
 
'''This is not the recommended solution, because sometimes your tablet will appear under an other event.'''
 
First, follow step 1. of the previous section to install at least xserver-xorg-input-wacom. Then :
 
First, follow step 1. of the previous section to install at least xserver-xorg-input-wacom. Then :
* check your /etc/X11/xorg.conf, you should see some new entries with the name "wacom"[[FootNote(Else add them following the model at https://wiki.ubuntu.com/WacomTroubleshooting)]], they point to /dev/wacom ;
+
* check your /etc/X11/xorg.conf, you should see some new entries with the name "wacom"<<FootNote(Else add them following the model at https://wiki.ubuntu.com/WacomTroubleshooting)>>, they point to /dev/wacom ;
* you first have to check on which /dev/input/event# (where # is a number, usually 2 or 3) your tablet appears[[FootNote(You can check this by installing the package wacom-tools, then using in a terminal the command  <code><nowiki>sudo wacdump /dev/input/event#</nowiki></code>,replacing # by the number of the event you want to check.)]],  
+
* you first have to check on which /dev/input/event# (where # is a number, usually 2 or 3) your tablet appears<<FootNote(You can check this by installing the package wacom-tools, then using in a terminal the command  <code><nowiki>sudo wacdump /dev/input/event#</nowiki></code>,replacing # by the number of the event you want to check.)>>,  
 
* Save a copy of your /etc/X11/xorg.conf first: <pre><nowiki>
 
* Save a copy of your /etc/X11/xorg.conf first: <pre><nowiki>
 
  sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup</nowiki></pre>
 
  sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup</nowiki></pre>
 
then edit it with the command line : <pre><nowiki>
 
then edit it with the command line : <pre><nowiki>
 
  gksudo gedit /etc/X11/xorg.conf</nowiki></pre>
 
  gksudo gedit /etc/X11/xorg.conf</nowiki></pre>
and change all /dev/wacom occurences into /dev/input/event# (replacing # with the number of the event)[[FootNote(Alternatively, and as a quick test, you could create a symbolic link /dev/wacom directly pointing to the exact event in /dev/input, with the command : <code><nowiki>sudo ln -s /dev/input/event# /dev/wacom</nowiki></code> (remember # is a number, so you might for example have to type: <code><nowiki>sudo ln -s /dev/input/event3 /dev/wacom</nowiki></code>)]].
+
and change all /dev/wacom occurences into /dev/input/event# (replacing # with the number of the event)<<FootNote(Alternatively, and as a quick test, you could create a symbolic link /dev/wacom directly pointing to the exact event in /dev/input, with the command : <code><nowiki>sudo ln -s /dev/input/event# /dev/wacom</nowiki></code> (remember # is a number, so you might for example have to type: <code><nowiki>sudo ln -s /dev/input/event3 /dev/wacom</nowiki></code>)>>.
You should be ready to go after you have restarted X[[FootNote(Ctrl-Alt-Backspace. Save your work before doing so!)]].
+
You should be ready to go after you have restarted X<<FootNote(Ctrl-Alt-Backspace. Save your work before doing so!)>>.
 
== If you have a Toshiba Tablet PC and you are running Gutsy Gibbon or Hardy Heron ==
 
== If you have a Toshiba Tablet PC and you are running Gutsy Gibbon or Hardy Heron ==
 
There is a bug in the kernel that prevents the tablet pen from waking up from suspend.  The issue is well-understood and there are kernel packages fixing it attached to this launchpad bug report:
 
There is a bug in the kernel that prevents the tablet pen from waking up from suspend.  The issue is well-understood and there are kernel packages fixing it attached to this launchpad bug report:
第54行: 第59行:
 
== If you have a TC1100 and you are running Edgy Eft ==
 
== If you have a TC1100 and you are running Edgy Eft ==
 
Using the instructions at the top of this guide, install the Wacom packages as noted in Step 1.  
 
Using the instructions at the top of this guide, install the Wacom packages as noted in Step 1.  
Do '''NOT''' follow the instructions in Step 2 to rename the /dev/wacom device references. Instead, backup the xorg.conf as noted in Step 2 and make sure the following line is '''not commented''' in each of the wacom InputDevice sections. <pre><nowiki>
+
Do '''NOT''' follow the instructions in Step 2 to rename the /dev/wacom device references. Instead, backup the xorg.conf as noted in Step 2 and make sure the following line is '''not commented''' in each of the wacom InputDevice sections. <pre><nowiki>
 +
 
 
Option        "ForceDevice"  "ISDV4"  # Tablet PC ONLY</nowiki></pre>  
 
Option        "ForceDevice"  "ISDV4"  # Tablet PC ONLY</nowiki></pre>  
 
After installing the packages, the Wacom driver firmware must be activated with the following terminal command. <pre><nowiki>
 
After installing the packages, the Wacom driver firmware must be activated with the following terminal command. <pre><nowiki>
 
echo "1" > /dev/wacom</nowiki></pre>
 
echo "1" > /dev/wacom</nowiki></pre>
 
Then restart X to use the stylus.
 
Then restart X to use the stylus.
[[Anchor(Extended)]]
+
<<Anchor(Extended)>>
 
== Configuring the "Extended input devices" ==
 
== Configuring the "Extended input devices" ==
 
Your tablet input devices (usuall stylus, eraser, and cursor) should now appear in programs that support them -- at the moment, [http://www.gimp.org/ Gimp]  and  [http://www.inkscape.org/ Inkscape] are the most common. However, you still have to enable them before you can use them fully.
 
Your tablet input devices (usuall stylus, eraser, and cursor) should now appear in programs that support them -- at the moment, [http://www.gimp.org/ Gimp]  and  [http://www.inkscape.org/ Inkscape] are the most common. However, you still have to enable them before you can use them fully.
 
=== Gimp ===
 
=== Gimp ===
 
Open Files>Preferences :
 
Open Files>Preferences :
https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Menus.png
+
{{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Menus.png%7D%7D
 
Use the tab "Input devices", then click on "Configure Extended Input Devices"
 
Use the tab "Input devices", then click on "Configure Extended Input Devices"
https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Preferences.png
+
{{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Preferences.png%7D%7D
Choose Device: Stylus then Mode: Screen[[FootNote(You can also choose Mode: Window, but it's not the best setting)]]. Do the same for the Eraser and the Cursor:
+
Choose Device: Stylus then Mode: Screen<<FootNote(You can also choose Mode: Window, but it's not the best setting)>>. Do the same for the Eraser and the Cursor:
https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Input.png
+
{{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Input.png%7D%7D
 
Now you're ready to draw, for example with the Paintbrush. You can change the Pressure Sensitivity effect from Opacity to Size, such as here :
 
Now you're ready to draw, for example with the Paintbrush. You can change the Pressure Sensitivity effect from Opacity to Size, such as here :
https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-GIMP_Paintbrush_Settings.png
+
{{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-GIMP_Paintbrush_Settings.png%7D%7D
 
=== Inkscape ===
 
=== Inkscape ===
 
Being a vector drawing program, unlike Gimp, Inkscape is very good for ink-style drawings. An advantage of vector drawings (apart from the low resource requirements) is that your strokes will remain sharp at whatever magnification, resolution or thinness.
 
Being a vector drawing program, unlike Gimp, Inkscape is very good for ink-style drawings. An advantage of vector drawings (apart from the low resource requirements) is that your strokes will remain sharp at whatever magnification, resolution or thinness.
 
Open Files>Input devices... :
 
Open Files>Input devices... :
https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_Menus.png
+
{{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_Menus.png%7D%7D
Choose Device: Stylus then Mode: Screen[[FootNote(You can also choose Mode: Window, but it's not the best setting)]] - do the same for the Eraser and the Cursor:
+
Choose Device: Stylus then Mode: Screen<<FootNote(You can also choose Mode: Window, but it's not the best setting)>> - do the same for the Eraser and the Cursor:
https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_Input.png
+
{{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_Input.png%7D%7D
Now you're ready to draw. The best tool with a tablet is the Calligraphy tool (Ctrl+F6) https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Calligraphy_Tool.png , you have to click  on the icon https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Pressure.png to use the pressure, and adjust the settings on the bar just above the horizontal ruler https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Calligraphy_Tool_Toolbar.png  like on the following picture :
+
Now you're ready to draw. The best tool with a tablet is the Calligraphy tool (Ctrl+F6) {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Calligraphy_Tool.png%7D%7D , you have to click  on the icon {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Pressure.png%7D%7D to use the pressure, and adjust the settings on the bar just above the horizontal ruler {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Calligraphy_Tool_Toolbar.png%7D%7D like on the following picture :
https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_calligraphy.png
+
{{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_calligraphy.png%7D%7D
 
== Tips ==
 
== Tips ==
 
=== Modifying Stroke Pressure ===
 
=== Modifying Stroke Pressure ===
If you find that with the defaults setting for the stylet it's hard to draw thin strokes, you can add this line in /etc/X11/xorg.conf[[FootNote(Remember to be careful when editing this file. First make a backup copy with <code><nowiki>sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup</nowiki></code> then edit it with the command line <code><nowiki>gksudo gedit /etc/X11/xorg.conf</nowiki></code>)]]:<pre><nowiki>
+
If you find that with the defaults setting for the stylet it's hard to draw thin strokes, you can add this line in /etc/X11/xorg.conf<<FootNote(Remember to be careful when editing this file. First make a backup copy with <code><nowiki>sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup</nowiki></code> then edit it with the command line <code><nowiki>gksudo gedit /etc/X11/xorg.conf</nowiki></code>)>>:<pre><nowiki>
 
   Option        "PressCurve"    "50,0,100,50"        # Custom preference</nowiki></pre>
 
   Option        "PressCurve"    "50,0,100,50"        # Custom preference</nowiki></pre>
 
to the section "InputDevice" relative to the stylet. It will then look like this :<pre><nowiki>
 
to the section "InputDevice" relative to the stylet. It will then look like this :<pre><nowiki>
第98行: 第104行:
 
=== Fixing the Inverted Scrolling Problem ===
 
=== Fixing the Inverted Scrolling Problem ===
 
If the scroll wheel on your Wacom mouse is inverted (up is down and down is up), there is a workaround.  Open up the terminal and type in:
 
If the scroll wheel on your Wacom mouse is inverted (up is down and down is up), there is a workaround.  Open up the terminal and type in:
<pre><nowiki>xsetwacom set cursor RelWDn 4
+
<pre><nowiki>
 +
xsetwacom set cursor RelWDn 4
 
xsetwacom set cursor RelWUp 5</nowiki></pre>
 
xsetwacom set cursor RelWUp 5</nowiki></pre>
 
If the scroll wheel now works correctly (which it should), open up a text editor, type "#!/bin/sh", and then below that paste in the above commands.  Save it as ".xsetwacomrc" in your home directory and make sure it is executable (type in "chmod +x .xsetwacomrc" from the terminal).  To load this file on startup, go to System->Preferences->Sessions and click on the "Startup Programs" tab.  Click on "New" and enter the command "/home/USERNAME/.xsetwacomrc", then give it a title like "Wacom Cursor Scroll Inversion Rectifier".  You may of course like to place other xsetwacom commands into that file, depending on your needs.
 
If the scroll wheel now works correctly (which it should), open up a text editor, type "#!/bin/sh", and then below that paste in the above commands.  Save it as ".xsetwacomrc" in your home directory and make sure it is executable (type in "chmod +x .xsetwacomrc" from the terminal).  To load this file on startup, go to System->Preferences->Sessions and click on the "Startup Programs" tab.  Click on "New" and enter the command "/home/USERNAME/.xsetwacomrc", then give it a title like "Wacom Cursor Scroll Inversion Rectifier".  You may of course like to place other xsetwacom commands into that file, depending on your needs.
''With my Graphire4 on Ubuntu 7.10, those commands did not work. Instead, the following commands fixed the inverted scrollwheel issue:'' <pre><nowiki>xsetwacom set wacompad relwup "button 5"
+
''With my Graphire4 on Ubuntu 7.10, those commands did not work. Instead, the following commands fixed the inverted scrollwheel issue:'' <pre><nowiki>
 +
xsetwacom set wacompad relwup "button 5"
 
xsetwacom set wacompad relwdn "button 4"
 
xsetwacom set wacompad relwdn "button 4"
</nowiki></pre>'' -- DavidAllouche [[DateTime(2007-12-08T16:25:42Z)]]
+
</nowiki></pre>'' -- DavidAllouche [[UbuntuHelp:DateTime(2007-12-08T16:25:42Z)]]
 
''Note: For this to work the xorg.conf must refer to your wacom device pad as wacompad. By default in Gutsy there is no reference to the pad as an input device. For the scrollwheel to work add the following lines under Section "InputDevice":
 
''Note: For this to work the xorg.conf must refer to your wacom device pad as wacompad. By default in Gutsy there is no reference to the pad as an input device. For the scrollwheel to work add the following lines under Section "InputDevice":
<pre><nowiki>Section "InputDevice"
+
<pre><nowiki>
 +
Section "InputDevice"
 
   Driver        "wacom"
 
   Driver        "wacom"
 
   Identifier    "pad"
 
   Identifier    "pad"
第113行: 第122行:
 
     EndSection</nowiki></pre>
 
     EndSection</nowiki></pre>
 
In the above example, which is the configuration in my xorg.conf, the option "Type" is "pad" and not "wacompad". It will work either way but use one not both. Similarly in the Section "ServerLayout" you must add the following line:
 
In the above example, which is the configuration in my xorg.conf, the option "Type" is "pad" and not "wacompad". It will work either way but use one not both. Similarly in the Section "ServerLayout" you must add the following line:
<pre><nowiki>Section "ServerLayout"
+
<pre><nowiki>
 +
Section "ServerLayout"
 
         InputDevice "pad"  #Do not add SendCoreEvents
 
         InputDevice "pad"  #Do not add SendCoreEvents
 
</nowiki></pre>
 
</nowiki></pre>
 
Again careful about whether you use "pad" or "wacompad"!
 
Again careful about whether you use "pad" or "wacompad"!
=== use a specific area of the tablet ===
+
=== Use a specific area of the tablet ===
 
You can limit the used area of the tablet to get the correct aspect ratio (if you draw circles and get something oval).  
 
You can limit the used area of the tablet to get the correct aspect ratio (if you draw circles and get something oval).  
<pre><nowiki>Section "InputDevice"
+
<pre><nowiki>
 +
Section "InputDevice"
 
         ... 
 
         ... 
 
   Option          "TopX"        "100"     
 
   Option          "TopX"        "100"     
第128行: 第139行:
 
     EndSection</nowiki></pre>
 
     EndSection</nowiki></pre>
 
Although you can make this different for the pen and the eraser, you propably want to have the same area for both of them. On the Graphire4 XL the resolution is 800 dots per cm, so 6000-200 is 7.25 cm on the tablet.
 
Although you can make this different for the pen and the eraser, you propably want to have the same area for both of them. On the Graphire4 XL the resolution is 800 dots per cm, so 6000-200 is 7.25 cm on the tablet.
 +
=== Problems related to mouseemu ===
 +
mouseemu is used on some systems (mostly Apple hardware) to emulate a two button mouse using a single button trackpad. It conflicts with the Wacom drivers stopping it working altogether and producing errors in /var/log/Xorg.0.log similar to
 +
<pre><nowiki>
 +
(**) Option "Device" "/dev/input/wacom"
 +
pad Wacom X driver can't grab event device, errno=1022
 +
</nowiki></pre>
 +
To fix this simply uninstall mouseemu using the package manager of your choice and restart the X server.
 
== Others sources of information ==
 
== Others sources of information ==
 
[http://linuxwacom.sourceforge.net/ The Linux Wacom Project]
 
[http://linuxwacom.sourceforge.net/ The Linux Wacom Project]

2008年10月19日 (日) 18:00的版本

In all cases, please take note that after having changed the configuration (if it was necessary), you will also have to [[UbuntuHelp:[Extended|configure the "Extended input devices"]]] in the programs you use, like Gimp or Inkscape

Ubuntu 8.04 Hardy Heron

Your tablet should work by default. If it isn't, the instructions at http://ubuntuforums.org/showthread.php?t=765915 may help; Wacom Bamboo series tablets often do not work by default. If your tablet works but doesn't have pressure sensitivity enabled, you probably don't need to follow all of the steps in that how-to: it's enough to edit the xorg.conf file as described in steps 8 to 12.

Notes

Under Ubuntu 7.04 Feisty Fawn or later, thanks to updated drivers, you should have nothing more to do than plug in your tablet for most tablets. You may have to restart the X server by pressing Ctrl-Alt-Backspace or logging out then logging back in after you have closed all your applications. Don't forget that you also have to [[UbuntuHelp:[Extended|configure the "Extended input devices"]]] in the programs you use, like Gimp or Inkscape

Bamboo Series

The Bamboo series tablets require the latest development Wacom drivers, which must be installed manually See http://ubuntuforums.org/showpost.php?p=4253232&postcount=133 for a howto

Graphire Bluetooth

Unfortunately the Graphire Bluetooth requires changes to the kernel hidp module to work. See WacomGraphireBluetooth for instructions on how to get this tablet working.

Others

You'll need to uncomment (or put) some lines in /etc/X11/xorg.conf to get the tablet working properly:

 
# Uncomment if you have a wacom tablet
        InputDevice     "stylus"        "SendCoreEvents"
        InputDevice     "cursor"        "SendCoreEvents"
        InputDevice     "eraser"        "SendCoreEvents"

Dapper (6.06) and Edgy (6.10)

Under Ubuntu Dapper or Edgy, installing an USB Wacom tablet is straightforward. Remember to plug in your tablet before you boot; it makes things simpler. With the version of the Linux Wacom driver (0.7.2) in Ubuntu 6.06 and 6.10, if you unplug you tablet, it won't function when you plug it back in and you will have to restart X. For this reason, it is best to leave the tablet plugged in.

  1. Using Synaptic package manager<<FootNote(System>Administration>Synaptic Package Manager. You need to have administrative rights to install the packages)>>, check if the packages xserver-xorg-input-wacom and wacom-tools are already installed - if not install them. If you prefer using the command line, you can also execute :
    sudo apt-get install xserver-xorg-input-wacom wacom-tools
  2. Save a copy of your /etc/X11/xorg.conf :
     sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
then edit it with the command line :
 gksudo gedit /etc/X11/xorg.conf

and change all /dev/wacom occurences into /dev/input/wacom (created by wacom-tools udev scripts)<<FootNote(Alternatively, you could make a symbolic link between /dev/input/wacom and /dev/wacom (pointed to by /etc/X11/xorg.conf, but this would only be a temporary solution, and you would have to set the symbolic link again after reboot : sudo ln -s /dev/input/wacom /dev/wacom)>>, then save the file. For an LTSP client update the /usr/bin/dexconf script instead, this is run at boot time to generate a new xorg.conf configuration file, and so any changes made to xorg.conf are lost on reboot. You should be ready to go after you have restarted X<<FootNote(Ctrl-Alt-Backspace. Save your work before doing so!)>>. Remember to [[UbuntuHelp:[Extended|configure the "Extended input devices"]]] in your graphics application, however you can already check if it's working by moving your stylus on the tablet : the mouse cursor should go through the whole screen.

In case this doesn't work

This is not the recommended solution, because sometimes your tablet will appear under an other event. First, follow step 1. of the previous section to install at least xserver-xorg-input-wacom. Then :

  • check your /etc/X11/xorg.conf, you should see some new entries with the name "wacom"<<FootNote(Else add them following the model at https://wiki.ubuntu.com/WacomTroubleshooting)>>, they point to /dev/wacom ;
  • you first have to check on which /dev/input/event# (where # is a number, usually 2 or 3) your tablet appears<<FootNote(You can check this by installing the package wacom-tools, then using in a terminal the command sudo wacdump /dev/input/event#,replacing # by the number of the event you want to check.)>>,
  • Save a copy of your /etc/X11/xorg.conf first:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup then edit it with the command line :
 gksudo gedit /etc/X11/xorg.conf

and change all /dev/wacom occurences into /dev/input/event# (replacing # with the number of the event)<<FootNote(Alternatively, and as a quick test, you could create a symbolic link /dev/wacom directly pointing to the exact event in /dev/input, with the command : sudo ln -s /dev/input/event# /dev/wacom (remember # is a number, so you might for example have to type: sudo ln -s /dev/input/event3 /dev/wacom)>>. You should be ready to go after you have restarted X<<FootNote(Ctrl-Alt-Backspace. Save your work before doing so!)>>.

If you have a Toshiba Tablet PC and you are running Gutsy Gibbon or Hardy Heron

There is a bug in the kernel that prevents the tablet pen from waking up from suspend. The issue is well-understood and there are kernel packages fixing it attached to this launchpad bug report: https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/152187

If you have a Volito2 and you are running Edgy Eft

There is actually a bug in Edgy Eft, and you need a workaround to get your Volito2 working.

  1. Make a backup copy of your wacom.ko :
     sudo mv /lib/modules/2.6.17-10-generic/kernel/drivers/usb/input/wacom.ko /lib/modules/2.6.17-10-generic/kernel/drivers/usb/input/wacom.ko_backup 
  2. Download the wacom.ko module at http://librarian.launchpad.net/4936142/wacom.ko
  3. Copy it to /lib/modules/2.6.17-10-generic/kernel/drivers/usb/input/ :
     sudo cp <your download directory>/wacom.ko /lib/modules/2.6.17-10-generic/kernel/drivers/usb/input/ 

Now reboot your system and everything should work fine as the other pen tablets.

If you have a TC1100 and you are running Edgy Eft

Using the instructions at the top of this guide, install the Wacom packages as noted in Step 1.

Do NOT follow the instructions in Step 2 to rename the /dev/wacom device references. Instead, backup the xorg.conf as noted in Step 2 and make sure the following line is not commented in each of the wacom InputDevice sections.
  
Option        "ForceDevice"   "ISDV4"  # Tablet PC ONLY
After installing the packages, the Wacom driver firmware must be activated with the following terminal command.
echo "1" > /dev/wacom

Then restart X to use the stylus. <<Anchor(Extended)>>

Configuring the "Extended input devices"

Your tablet input devices (usuall stylus, eraser, and cursor) should now appear in programs that support them -- at the moment, Gimp and Inkscape are the most common. However, you still have to enable them before you can use them fully.

Gimp

Open Files>Preferences : {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Menus.png%7D%7D Use the tab "Input devices", then click on "Configure Extended Input Devices" {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Preferences.png%7D%7D Choose Device: Stylus then Mode: Screen<<FootNote(You can also choose Mode: Window, but it's not the best setting)>>. Do the same for the Eraser and the Cursor: {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Gimp_Input.png%7D%7D Now you're ready to draw, for example with the Paintbrush. You can change the Pressure Sensitivity effect from Opacity to Size, such as here : {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-GIMP_Paintbrush_Settings.png%7D%7D

Inkscape

Being a vector drawing program, unlike Gimp, Inkscape is very good for ink-style drawings. An advantage of vector drawings (apart from the low resource requirements) is that your strokes will remain sharp at whatever magnification, resolution or thinness. Open Files>Input devices... : {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_Menus.png%7D%7D Choose Device: Stylus then Mode: Screen<<FootNote(You can also choose Mode: Window, but it's not the best setting)>> - do the same for the Eraser and the Cursor: {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_Input.png%7D%7D Now you're ready to draw. The best tool with a tablet is the Calligraphy tool (Ctrl+F6) {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Calligraphy_Tool.png%7D%7D , you have to click on the icon {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Pressure.png%7D%7D to use the pressure, and adjust the settings on the bar just above the horizontal ruler {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Inkscape_Calligraphy_Tool_Toolbar.png%7D%7D like on the following picture : {{https://help.ubuntu.com/community/Wacom?action=AttachFile&do=get&target=Screenshot-Inkscape_calligraphy.png%7D%7D

Tips

Modifying Stroke Pressure

If you find that with the defaults setting for the stylet it's hard to draw thin strokes, you can add this line in /etc/X11/xorg.conf<<FootNote(Remember to be careful when editing this file. First make a backup copy with sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup then edit it with the command line gksudo gedit /etc/X11/xorg.conf)>>:
  Option        "PressCurve"    "50,0,100,50"         # Custom preference
to the section "InputDevice" relative to the stylet. It will then look like this :
Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "PressCurve"    "50,0,100,50"         # Custom preference
  Option        "Threshold"     "60"                  # sensetivity to do a "click"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

The parameter "50,0, 100,50" determine the slope of two tangents of the pressure curve("deltaX_1,deltaY_1 ,100-deltaX_2,100-deltaY_2"; 1:no pressure, 2:full pressure). On Gnome Graphic Tablet Apps you can find an application that does this and some pictures that show what the pressure curve is.

Fixing the Inverted Scrolling Problem

If the scroll wheel on your Wacom mouse is inverted (up is down and down is up), there is a workaround. Open up the terminal and type in:

xsetwacom set cursor RelWDn 4
xsetwacom set cursor RelWUp 5

If the scroll wheel now works correctly (which it should), open up a text editor, type "#!/bin/sh", and then below that paste in the above commands. Save it as ".xsetwacomrc" in your home directory and make sure it is executable (type in "chmod +x .xsetwacomrc" from the terminal). To load this file on startup, go to System->Preferences->Sessions and click on the "Startup Programs" tab. Click on "New" and enter the command "/home/USERNAME/.xsetwacomrc", then give it a title like "Wacom Cursor Scroll Inversion Rectifier". You may of course like to place other xsetwacom commands into that file, depending on your needs.

With my Graphire4 on Ubuntu 7.10, those commands did not work. Instead, the following commands fixed the inverted scrollwheel issue:
xsetwacom set wacompad relwup "button 5"
xsetwacom set wacompad relwdn "button 4"
-- DavidAllouche UbuntuHelp:DateTime(2007-12-08T16:25:42Z)

Note: For this to work the xorg.conf must refer to your wacom device pad as wacompad. By default in Gutsy there is no reference to the pad as an input device. For the scrollwheel to work add the following lines under Section "InputDevice":

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

In the above example, which is the configuration in my xorg.conf, the option "Type" is "pad" and not "wacompad". It will work either way but use one not both. Similarly in the Section "ServerLayout" you must add the following line:

Section "ServerLayout"
        InputDevice	"pad"  #Do not add SendCoreEvents

Again careful about whether you use "pad" or "wacompad"!

Use a specific area of the tablet

You can limit the used area of the tablet to get the correct aspect ratio (if you draw circles and get something oval).

Section "InputDevice"
        ...  	
  	Option          "TopX"        "100"     
        Option          "TopY"        "200"      
        Option          "BottomX"     "14000"
        Option          "BottomY"     "6000"
  	...
    EndSection

Although you can make this different for the pen and the eraser, you propably want to have the same area for both of them. On the Graphire4 XL the resolution is 800 dots per cm, so 6000-200 is 7.25 cm on the tablet.

Problems related to mouseemu

mouseemu is used on some systems (mostly Apple hardware) to emulate a two button mouse using a single button trackpad. It conflicts with the Wacom drivers stopping it working altogether and producing errors in /var/log/Xorg.0.log similar to

(**) Option "Device" "/dev/input/wacom"
pad Wacom X driver can't grab event device, errno=1022

To fix this simply uninstall mouseemu using the package manager of your choice and restart the X server.

Others sources of information

The Linux Wacom Project The page https://wiki.ubuntu.com/WacomTabletIssue has more detailed information, especially for previous Ubuntu releases. The information is sometimes quite dated, though some notes can be usefull, especially if your tablet isn't working properly. The page https://wiki.ubuntu.com/WacomTroubleshooting contains fewer advices, but they are more recent. The page https://wiki.ubuntu.com/Install_linuxwacom_driver is an up-to-date guide especialy useful if you want or need to do things by hand. The page http://alexmac.cc/tablet-apps/ is home to a wacom configuration application which allows you to edit pressure curve, device mode and tilt(coming soon) it also includes a nice test area to which offers realtime testing of your decisions. This site includes both source code and .deb's On the page http://www.runkel-it.de/wacom_tablet_howto.de-5.html (german) most of the parameters are described.