Hello and welcome to fedoraforum. Can you please post your Xorg.conf? Here's the wacom relative parts of my Xorg.conf file:
Code:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "pad" "SendCoreEvents"
Option "AIGLX" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
Option "Tilt" "on"
# Option "PressCurve" "0,0,100,100"
Option "Mode" "Absolute"
Option "Speed" "1.5"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "USB" "on"
# Option "PressCurve" "0,0,100,100"
Option "Mode" "Absolute"
Option "Speed" "1.5"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom" # USB ONLY
Option "Type" "cursor"
Option "USB" "on" # USB ONLY
Option "Speed" "1.5"
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
Option "Button1" "6"
Option "Button2" "7"
Option "Button3" "4"
Option "Button4" "5"
EndSection
I'm using the 0.7.7 beta driver, though... Since I'm using a Graphire 4, that's why there's a "pad" device (for the extra buttons and wheel), you will have to do the same for the many buttons in the Intous. I strongly recommend you checking the archives of the linuxwacom project so you know better how to configure your Intous.
Ohh, and before I forget, here are the udev rules you need in 60-wacom.rules:
Code:
# udev rule to create /dev/input/wacomN for wacom tablets
KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k", SYMLINK="input/wacom%e"
I actually changed my 60-wacom.rules to 10-wacom.rules, so vinculation to /dev/input/event? for /dev/input/wacom is done earliest and before the X server starts by RHGB.
__________________
If ain't broken, don't fix it! :eek:
If can be improved, go for it! :cool:
FedoraForum Community forums lurker.
Fedora user since RHL 5.2 :cool:
Systems:
Laptop,
Main System,
Netbook.