** Description changed: My problem with my Wacom Graphire USB is similar to bug #44279, and has been existing in every Ubuntu release so far where the tablet would work out of the box, including Feisty. Steps to reproduce, partially quoting from bug #44279, adjusted to my situation: 1. Boot any Ubuntu release with Wacom support 2. Plug in the Wacom Graphire tablet (I expect other graphire tablets to exhibit the same problem). 3. Place the Wacom pen in the top left position on the tablet. 4. The mouse pointer should move to the top left corner of the screen. 5. Move the pen diagonally across the tablet towards the lower right corner. Stop when the pen reaches the lower right corner of the tablet. Observe that the mouse pointer has not yet reached the lower right corner of the screen. What you see here is a failed attempt at using absolute positioning. What it looks like is an attempt to translate purely relative positioning into an absolute position much like navigation by dead reckoning. Unfortunately there seems to be a large deviation. This issue is quite annoying for someone working with a tablet, especially since aside from the underrun I describe here, there's also an overrun effect from time to time, where the mouse pointer has already reached the edge of the screen whereas the pen has not yet reached the end of the tablet (main description from bug #44279). There's no telling which one of the two effects will happen when, it seems random and they are both very annoying. One thing this bug does NOT share with bug #44279, is the reference to bug #44274, that seems to be / have been a different problem which I'm not experiencing. + Update: I checked the wacom manpage, which mentions this: + + Option "Mode" "Relative"|"Absolute" + sets the mode of the device. + + I brief 'hurray, found it!' moment flashed my mind. However, when I + looked at /var/log/Xorg.0.log I noticed this: + + (**) stylus device is /dev/wacom + (**) stylus is in absolute mode + (**) stylus: forcing TabletPC ISD V4 protocol + (**) WACOM: suppress value is 2 + (**) Option "BaudRate" "9600" + (**) stylus: serial speed 9600 + (**) Option "SendCoreEvents" + (**) cursor: always reports core events + (**) cursor device is /dev/wacom + (**) cursor is in relative mode + (**) cursor: forcing TabletPC ISD V4 protocol + (**) WACOM: suppress value is 2 + (**) Option "BaudRate" "9600" + (**) cursor: serial speed 9600 + (**) Option "SendCoreEvents" + (**) eraser: always reports core events + (**) eraser device is /dev/wacom + (**) eraser is in absolute mode + + So... Both the stylus and the eraser are in absolute mode, but the + cursor is not. So I tried the eraser, expecting it to be in 'real' + absolute mode... but no. The problem remains. 'Absolute' mode just seems + to be buggy. + As always, if more info is needed, I'll happily submit it.
-- Wacom pointer not absolute by default https://bugs.launchpad.net/bugs/117170 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs