Bug 52408 - version upgrade to 2.7.0 breaks mouse wheel emulation for vertical axis
Summary: version upgrade to 2.7.0 breaks mouse wheel emulation for vertical axis
Status: RESOLVED DUPLICATE of bug 52508
Alias: None
Product: xorg
Classification: Unclassified
Component: Input/evdev (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Peter Hutterer
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 18:42 UTC by hmarton
Modified: 2012-07-30 06:30 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description hmarton 2012-07-23 18:42:34 UTC
I've configured pointer devices as follows:

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
	Option "EmulateWheel" "True"
	Option "EmulateWheelButton" "3"
	Option "YAxisMapping" "4 5"
	Option "XAxisMapping" "6 7"
        Driver "evdev"
EndSection

Mouse wheel emulation for the Y (vertical) axis doesn't work since the upgrade to version 2.7.0. The mouse pointer stops moving while I'm holding the right button as it should, but mouse button press events for Y axis scrolling (4 and 5) are not generated, only for X axis (6 and 7).

I'm running ArchLinux and I'm using an unpatched (custom built) version of xf86-input-evdev.
Comment 1 hmarton 2012-07-27 10:39:41 UTC
Same with 2.7.1
Comment 2 Peter Hutterer 2012-07-30 06:30:42 UTC

*** This bug has been marked as a duplicate of bug 52508 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.