Comment 12 for bug 835634

Revision history for this message
Jean-Baptiste Mardelle (jb-kdenlive) wrote :

Thanks Stephen.

Yes, I confirm that splitting the inputattach udev rule like suggested in http://bugs.debian.org/632961 (baud rate of 38400 for wacom devices) AND removing the wacom id from /usr/share/X11/xorg.conf.d/50-wacom.conf (see patch below) allows my touchscreen to be correctly recognised.

There is still a small issue with random lines appearing while drawing with stylus that I have reported as: https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/799202 but I think it is unrelated (caused by an Ubuntu patch to xserver-xorg-core as I explained).

Thanks again. Just to make sure, below is my change to the 50-wacom.conf file.

@@ -13,7 +13,7 @@

 Section "InputClass"
         Identifier "Wacom serial class identifiers"
- MatchProduct "FUJ02e5|FUJ02e7|FUJ02e9"
+ MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
         Driver "wacom"
 EndSection