All right some details ...
Well i got no error messages at all, the Wacom just isn't working.
Here comes my installation steps :
I edit XF86config with vim and i add this line in the server output section :
InputDevice "pen1" "AlwaysCore"
InputDevice "eraser1" "AlwaysCore"
InputDevice "cursor1" "AlwaysCore"
then i add this line in the Module section :
Load "wacom" # Wacom Device Driver
And then thoses lines as InputDevice :
# Settings for wacom pen
Section "InputDevice"
Identifier "pen1"
Driver "wacom"
Option "Type" "stylus"
Option "Device" "/dev/ttyS0"
Endsection
# Settings for wacom eraser
Section "InputDevice"
Identifier "eraser1"
Driver "wacom"
Option "Type" "eraser"
Option "Device" "/dev/ttyS0"
Endsection
# Settings for wacom cursor (mouse)
Section "InputDevice"
Identifier "cursor1"
Driver "wacom"
Option "Type" "cursor"
Option "Device" "/dev/ttyS0"
Endsection
I reboot after saving the file and it still doesn't work
any help ?
|