Comment 0 for bug 63862

Revision history for this message
magilus (magilus) wrote : wacom entries appear even when not having a tabletpc

Binary package hint: xserver-xorg

The hardware detection of Xorg does not seem to work fine. The configuration process of Xorg (can be manually called by dpkg-reconfigure xserver-xorg) adds wacom entries to the xorg.conf even when not having a tabletpc.

The following entries are obsolete for me:

>Section "InputDevice"
> Driver "wacom"
> Identifier "stylus"
> Option "Device" "/dev/wacom" # 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/wacom" # 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/wacom" # Change to
> # /dev/input/event
> # for USB
> Option "Type" "cursor"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
>EndSection