Bug 52408

Summary: version upgrade to 2.7.0 breaks mouse wheel emulation for vertical axis
Product: xorg Reporter: hmarton <mrtnster>
Component: Input/evdevAssignee: Peter Hutterer <peter.hutterer>
Status: RESOLVED DUPLICATE QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium CC: peter.hutterer
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.