GNOME Bugzilla – Bug 702952
Aspect ratio corrected speed in the two axes
Last modified: 2014-02-14 01:29:02 UTC
I now have two touchpads, the Apple Magic Trackpad and now the Wacom Intuos 5 Touch L on an extremely wide display setup (2x 2560x1440). Both input devices work correctly, but the movement in Y direction is way more sensitive than horizontally (roughly 3 times) making it extremely clumsy to use. It would be nice to correct the pixel distance in each axis, so that the same physical distance traveled on the device moves the mouse cursor the same way in each axis.
I don't know why the magic trackpad would behave that way, but the intuos touch behaves like this because the wacom plugin sets it to behave like a stylus (absolute, not relative). The wacom plugin needs to ignore the "touch" part of wacom and not change its coordinate matrix, and the mouse plugin should handle it as a touchpad. Ditto the gnome-control-center panels.
I am unable to pair the Apple device now. Will try to get this working again. This seems to be related to wacom tablet screen mapping indeed. Only when the tablet is mapped to both screens, the aspect ratio of the touch device seems correct. When either left or right display is mapped to tablet, the touch device is half sensitive in X. The tablet is in absolute mode but the touch device remains relative though (as it should).
Fairly certain this is a dual-head problem, with any mouse or touchpad.
Any chance you can test again without using a wacom tablet? I'm pretty certain I've seen this when using a touchpad on a laptop plugged into a TV.
(In reply to comment #4) > Any chance you can test again without using a wacom tablet? I'm pretty certain > I've seen this when using a touchpad on a laptop plugged into a TV. The way I trigger it is with the 'map to display' button. It goes from one display to the other and then the aggregate area. Once I turn off 'keep aspect' in the settings off and on again, things work again with the correct aspect. To keep things even more odd, it seems to stop breaking the aspect from then on. I can use the button to switch displays and the aspect remains correct. My mouse pointer never seems to be affected by the aspect breakage though. I will try testing on a touchpad.
From my testing this seems gone with the patches in bug #709600, now that the patches there are pushed to master I'm closing this as a dup. testing is appreciated though :) *** This bug has been marked as a duplicate of bug 709600 ***