Horizontal scrolling reversed recently
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xserver-xorg-input-evdev |
In Progress
|
Medium
|
|||
xserver-xorg-input-evdev (Ubuntu) |
Fix Released
|
High
|
Chase Douglas |
Bug Description
I use an Apple Might Mouse (http://
The mouse scroll wheel and/or track pad (my laptop is in the shop so I can't test that) direction changed recently. When I scroll to the right, expecting to move the window (nautilus, say) to the right, it doesn't, it goes left. I think this is called 'natural scrolling'.
Down still scrolls down, up still scrolls up, but left and right seem reversed.
0003:05AC
[ 3.926287] input: Mitsumi Electric Apple Optical USB Mouse as /devices/
[ 3.926392] apple 0003:05AC:
Bus 004 Device 003: ID 05ac:0304 Apple, Inc. Optical USB Mouse [Mitsumi]
[ 5.872] (II) config/udev: Adding input device Mitsumi Electric Apple Optical USB Mouse (/dev/input/event6)
[ 5.872] (**) Mitsumi Electric Apple Optical USB Mouse: Applying InputClass "evdev pointer catchall"
[ 5.872] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: Device: "/dev/input/event6"
[ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Vendor 0x5ac Product 0x304
[ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found 8 mouse buttons
[ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found scroll wheel(s)
[ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found relative axes
[ 5.872] (--) evdev: Mitsumi Electric Apple Optical USB Mouse: Found x and y relative axes
[ 5.872] (II) evdev: Mitsumi Electric Apple Optical USB Mouse: Configuring as mouse
[ 5.872] (II) evdev: Mitsumi Electric Apple Optical USB Mouse: Adding scrollwheel support
[ 5.872] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: YAxisMapping: buttons 4 and 5
[ 5.872] (**) evdev: Mitsumi Electric Apple Optical USB Mouse: EmulateWheelButton: 4, EmulateWheelIne
[ 5.872] (**) Option "config_info" "udev:/
[ 5.872] (II) XINPUT: Adding extended input device "Mitsumi Electric Apple Optical USB Mouse" (type: MOUSE, id 11)
[ 5.873] (II) config/udev: Adding input device Mitsumi Electric Apple Optical USB Mouse (/dev/input/mouse1)
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Mitsumi Electric Apple Optical USB Mouse id=11 [slave pointer (2)]
version.compiz: compiz 1:0.9.7.
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.
version.
version.
version.
version.
version.
version.
version.
version.
Related branches
description: | updated |
Changed in xserver-xorg-input-evdev (Ubuntu): | |
assignee: | nobody → Bryce Harrington (bryce) |
summary: |
- Horizontal scrolling feels backwards + Horizontal scrolling on Apple Mighty Mouse reversed recently |
Changed in evdev: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
summary: |
- Horizontal scrolling on Apple Mighty Mouse reversed recently + Horizontal scrolling reversed recently |
Changed in xserver-xorg-input-evdev (Ubuntu): | |
assignee: | Bryce Harrington (bryce) → Chase Douglas (chasedouglas) |
status: | Triaged → Fix Committed |
milestone: | none → ubuntu-12.04-beta-2 |
Changed in evdev: | |
status: | Confirmed → In Progress |
Try this as a workaround:
xinput set-button-map 11 1 2 3 4 5 7 6
That should swap the h-scroll axis.