Dieses Thema enthält Informationen zum Konfigurieren eines Wacom-Zeichentabletts für Red Hat 5.4 und Fedora Core 11 Linux. Bei diesen Schritten wird vorausgesetzt, dass Sie ein Wacom Intuos USB-Tablett verwenden.
Die mit RHEL 5.4 installierten Linux Wacom-Treiber unterstützen die meisten Tabletts. Wenn Sie ein älteres Tablett haben, können Sie diese Standard-Treiber verwenden und mit folgenden Schritten das Tablett konfigurieren.
So richten Sie xorg.conf ein
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
Dadurch wird verhindert, dass das Wacom-Gerät als Eingabegerät erkannt wird, wodurch die Werte in relative statt absolute Werte umgewandelt werden.