pb with a wacom tablet

From: kyomi (kyomi_at_free.fr)
Date: 08/31/03


Date: Sun, 31 Aug 2003 14:15:39 +0200


Hello,
I'm trying to configure my new wacom volito tablet on X but it don't
work. the tablet is reconiez bay the kernel.( # xxd /dev/input/event0 )
I think that my X11 configuration is wrong.
someone can help me ?

Part of my XF86Config :

Section "InputDevice"
     Identifier "Mouse1"
     Driver "mouse"
     Option "Protocol" "IMPS/2"
     Option "Device" "/dev/mouse"
     Option "Buttons" "3"
     Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Driver "wacom"
   Identifier "cursor"
   Option "Device" "/dev/input/event0" # USB ONLY
   Option "Type" "cursor"
   Option "Mode" "relative"
   Option "Speed" "3.0"
   Option "USB" "on" # USB ONLY
   Option "AlwaysCore" "on"
   Option "KeepShape" "on"
   Option "Threshold" "10"
EndSection

Section "InputDevice"
   Driver "wacom"
   Identifier "stylus"
   Option "Device" "/dev/input/event0" # USB ONLY
   Option "Type" "stylus"
   Option "Mode" "absolute"
   Option "USB" "on" # USB ONLY
   Option "Tilt" "on"
   Option "AlwaysCore" "on"
   Option "KeepShape" "on"
   #Option "TiltInvert" "on"
   Option "Threshold" "10"
EndSection

Section "InputDevice"
   Driver "wacom"
   Identifier "eraser"
   Option "Device" "/dev/input/event0" # USB ONLY
   Option "Type" "eraser"
   Option "Mode" "absolute"
   Option "USB" "on" # USB ONLY
   Option "Tilt" "on"
   Option "AlwaysCore" "on"
   Option "KeepShape" "on"
  #Option "TiltInvert" "on"
   Option "Threshold" "10"
EndSection

Section "ServerLayout"
     Identifier "Simple Layout"
     Screen "Screen 1"
     InputDevice "Keyboard1" "CoreKeyboard"
     InputDevice "cursor" "SendCoreEvents"
     InputDevice "stylus" "SendCoreEvents"
     InputDevice "eraser" "SendCoreEvents"
     InputDevice "Mouse1" "CorePointer"
EndSection

Thanks a lot ...

Kyomi ...


Quantcast