Cette rubrique fournit des informations détaillées sur la configuration d'une tablette Wacom sous Linux Red Hat 5.4 et Fedora Core 11. Les étapes suivantes supposent que vous utilisez une tablette Wacom Intuos USB.
Les pilotes Wacom Linux installés avec RHEL 5.4 prennent en charge la plupart des tablettes. Si vous disposez d'une ancienne tablette, vous pouvez utiliser ces pilotes et effectuer les étapes suivantes pour configurer la tablette.
Pour configurer Xorg.conf
Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "stylus" Option "USB" "on" # USB ONLY EndSection
Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "eraser" Option "USB" "on" # USB ONLY EndSection
Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "cursor" Option "USB" "on" # USB ONLY EndSection
Section "InputDevice" Driver "wacom" Identifier "pad" Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "pad" Option "USB" "on" # USB ONLY EndSection
Section "InputDevice" Driver "wacom" Identifier "touch" Option "Device" "/dev/input/wacom" # USB ONLY Option "Type" "touch" Option "USB" "on" # USB ONLY EndSection
InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" # For non-LCD tablets only InputDevice "touch" "SendCoreEvents" InputDevice "pad" # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
Cela empêche le périphérique Wacom d'être envoyé au périphérique d'entrée, ce qui permet de convertir les valeurs en relatif/absolu.