https://bugzilla.novell.com/show_bug.cgi?id=779322 https://bugzilla.novell.com/show_bug.cgi?id=779322#c0 Summary: Evdev Wheel Emulation works only for X axis Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: alien.www@gmx.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0 I used additional button on my mouse for wheel emulation, to scroll easily in all directions (by holding that button and dragging the mouse) This is my setup: # set buttons xinput set-button-map $DEVICE_ID 1 2 3 4 5 6 7 9 8 # set Wheel Emulation Button xinput set-int-prop $DEVICE_ID "Evdev Wheel Emulation Button" 8 8 # set Wheel Emulation Axes xinput set-int-prop $DEVICE_ID "Evdev Wheel Emulation Axes" 8 6 7 4 5 # enable Wheel Emulation xinput set-int-prop $DEVICE_ID "Evdev Wheel Emulation" 8 1 As you see, I'm setting it for both axes X and Y (6 7 4 5) Unfortunately, it stopped to work correctly in 12.2 — vertical dragging has no effect. Reproducible: Always Steps to Reproduce: 1. Start Xorg session with your favourite DE 2. Find your mouse device id using `xinput list` 3. Choose desired mouse button (defined in "Evdev Wheel Emulation Button") and turn on wheel emulation, as shown in example. Actual Results: Wheel Emulation works only for X axis (horizontal scrolling) Expected Results: Wheel Emulation should work for both X and Y axes (horizontal and vertical scrolling), as set in "Evdev Wheel Emulation Axes" It worked fine in OpenSuSE 12.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.