I have been able to successfully activate the Wacom drivers and use my Intuos 2 A5 as a mouse - but I can't seem to figure out how to turn on pressure sensitivity.
The relevant sections of my xorg.conf look like this:
- Code: Select all
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
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
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
<snip>
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
The "PressCurve" option doesn't seem to do anything at all; the 'pressure' is a binary on or off just like a mouse click in both GIMP and ArtRage 2 (running under Wine). In GIMP when I try to "Configure Extended Input Devices..." in "Preferences" it tells me "No extended input devices" - could this be part of the problem?
Anyone have any ideas how I can enable pressure sensitivity?
Thanks.


