Right now, I am on a wacom based tabletpc, using the wacom drivers, and I'm getting the same report of "Did not find a valid stylus cursor with >= 5 axes, returning 0 valid devices." (full log available at http://slexy.org/view/s20wProWdf ) I primarily want to use ArtRage, which kinda needs the pressure sensitivity. I have no problem with it in GIMP or any other native app. > > Section "ServerLayout" > Identifier "Xorg Configured" > Screen "Screen 0" > InputDevice "Keyboard 0" > InputDevice "PS/2 Generic Mouse 0" > InputDevice "cursor" "SendCoreEvents" > InputDevice "stylus" "SendCoreEvents" > EndSection > > Section "ServerFlags" > Option "AllowMouseOpenFail" "true" > EndSection > > Section "InputDevice" > Identifier "Keyboard 0" > Driver "kbd" > Option "CoreKeyboard" > Option "XkbRules" "xorg" > Option "XkbModel" "pc105" > Option "XkbLayout" "us,ca" > Option "XkbOptions" "altwin:super_win" > EndSection > > Section "InputDevice" > Identifier "PS/2 Generic Mouse 0" > Driver "mouse" > Option "Device" "/dev/input/mice" > Option "Protocol" "Auto" > Option "Emulate3Buttons" "true" > Option "CorePointer" > Option "SHMConfig" "on" > Option "SendCoreEvents" > EndSection > > Section "Device" > Identifier "Device 0" > Driver "intel" > BoardName "Intel Corporation 82852/855GM Integrated Graphics Device" > BusID "PCI:0:2:0" > EndSection > > Section "Monitor" > Identifier "Monitor 0" > ModelName "Default Monitor" > EndSection > > Section "Screen" > Identifier "Screen 0" > Monitor "Monitor 0" > DefaultColorDepth 24 > SubSection "Display" > Depth 8 > EndSubSection > SubSection "Display" > Depth 15 > EndSubSection > SubSection "Display" > Depth 16 > EndSubSection > SubSection "Display" > Depth 24 > EndSubSection > EndSection > > Section "Extensions" > Option "Composite" "on" > EndSection > > Section "InputDevice" > Driver "wacom" > Identifier "cursor" > Option "Device" "/dev/ttyS0" > Option "Type" "cursor" > Option "ForceDevice" "ISDV4" > Option "Mode" "Absolute" > EndSection > > Section "InputDevice" > Driver "wacom" > Identifier "stylus" > Option "Device" "/dev/ttyS0" > Option "Type" "stylus" > Option "ForceDevice" "ISDV4" > EndSection > > Section "InputDevice" > Driver "wacom" > Identifier "eraser" > Option "Device" "/dev/ttyS0" > Option "Type" "eraser" > Option "ForceDevice" "ISDV4" > EndSection >