Wacom

Ubuntu 6.10, Acer Travelmate C100. Steps i do to get the Stylus working.

0. not sure if this is necessary apt-get install xserver-xorg-input-wacom wacom-tools

1. edit xorg.conf Section "InputDevice"

  • Driver "wacom" Identifier "stylus" Option "Device" "/dev/ttyS0" # Change to
    • # /dev/input/event # for USB
    Option "Type" "stylus"

    Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

Section "InputDevice"

  • Driver "wacom" Identifier "eraser" Option "Device" "/dev/ttyS0" # Change to
    • # /dev/input/event # for USB
    Option "Type" "eraser"

    Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

Section "InputDevice"

  • Driver "wacom" Identifier "cursor" Option "Device" "/dev/ttyS0" # Change to
    • # /dev/input/event # for USB
    Option "Type" "cursor"

    Option "ForceDevice" "ISDV4" # Tablet PC ONLY

EndSection

2. dpkg-configure setserial select MANUAL

3. edit /var/lib/setserial/autoserial.conf /dev/ttyS0 port 0x93f8 autoconfigure

4. restart

Wacom (last edited 2008-08-06 16:26:11 by localhost)