Wacom support should work out of the box

Bug #73160 reported by Simon Law
10
Affects Status Importance Assigned to Milestone
wacom-tools (Ubuntu)
Confirmed
Medium
Rodrigo Novo
xorg (Ubuntu)
Confirmed
Medium
Rodrigo Novo

Bug Description

xserver-xorg-input-wacom should recommend wacom-tools.

As well, the default xorg.conf should point to /dev/input/wacom, not /dev/wacom. wacom-tools will create this device.

Revision history for this message
Simon Law (sfllaw) wrote :

Reference: bug 73156.

Changed in udev:
assignee: nobody → rodarvus
importance: Undecided → Medium
status: Unconfirmed → Confirmed
Changed in xorg:
assignee: nobody → rodarvus
importance: Undecided → Medium
status: Unconfirmed → Confirmed
Revision history for this message
Rodrigo Novo (rodarvus) wrote :

(repeating my comment on bug 73156)

Actually, /dev/wacom is created on startup, by /etc/init.d/wacom-tools. This file is owned by package 'wacom-tools', which *should* be required (or at least recommended) by xserver-xorg-input-wacom.

All this script does is to manually link /dev/wacom to the appropriate device, by grepping for wacom devices on /sys/bus/pnp/devices/*/id .

wacom-tools has a an udev rules file (65-wacom.rules), containing:

KERNEL=="event[0-9]*", SYSFS{idVendor}=="056a", SYMLINK+="input/wacom"

This package (and relevant bits of package 'xorg') was inherited directly from Debian, without Ubuntu specific changes. I'll contact the Debian packager to know if he has any specific reasons on why he decided to do this manually instead of just use /dev/input/wacom and always rely on udev. (does udev works fine with devices attached on the serial port?)

Revision history for this message
Akkana Peck (akkzilla) wrote :

For anyone stumbling on this bug while trying to get their wacom to work, here's what I had to do on edgy (it's possible that not all the steps are required):

1. Install wacom-tools and xinput
2. Edit /etc/X11/xorg.conf and comment out those ForceDevice lines that say "Tablet PC ONLY".
3. Reconcile the difference between udev creating /dev/input/wacom and xorg.conf using /dev/wacom: you can either change xorg.conf, change /etc/udev/rules.d/65-wacom.rules, or symlink /dev/input/wacom to /dev/wacom (that's what I did for testing, but it won't survive a reboot, so I'll have to pick a device name and make udev and X consistent).

A useful tool for testing: /usr/X11R6/bin/xinput list (part of the xinput package). That's a lot faster than going through GIMP's input device preference panel every time.

Revision history for this message
Kristoffer Lundén (kristoffer-lunden) wrote :

Duplicate of bug 40473 ?

Revision history for this message
Joachim Beckers (jbeckers) wrote :

certainly a duplicate

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.