[Bug 671776] New: no third button emulation by default
https://bugzilla.novell.com/show_bug.cgi?id=671776 https://bugzilla.novell.com/show_bug.cgi?id=671776#c0 Summary: no third button emulation by default Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: yar@sibnet.ru QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- Created an attachment (id=413890) --> (http://bugzilla.novell.com/attachment.cgi?id=413890) hwinfo --mouse User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b10) Gecko/20110121 Firefox/4.0b10 I have a netbook with a touchpad, which is seen as PS/2 mouse by kernel. And I have no third button emulation, which I had on older version of X.Org. If I add following to my /etc/X11/xorg.conf.d/11-mouse.conf, all works fine: Section "InputClass" Identifier "whatever" MatchIsPointer "on" Option "Emulate3Buttons" "on" EndSection But all should work fine by default. Output of "hwinfo --mouse" is in the attachment. Reproducible: Always -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=671776 https://bugzilla.novell.com/show_bug.cgi?id=671776#c Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED AssignedTo|bnc-team-xorg-bugs@forge.pr |sndirsch@novell.com |ovo.novell.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=671776 https://bugzilla.novell.com/show_bug.cgi?id=671776#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |yar@sibnet.ru --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2011-02-14 16:48:48 UTC --- Please attach the output of cat /proc/bus/input/devices |grep "N: Name" -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=671776 https://bugzilla.novell.com/show_bug.cgi?id=671776#c2 Yaroslav Kurlaev <yar@sibnet.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|yar@sibnet.ru | --- Comment #2 from Yaroslav Kurlaev <yar@sibnet.ru> 2011-02-14 16:58:19 UTC --- Created an attachment (id=413897) --> (http://bugzilla.novell.com/attachment.cgi?id=413897) cat /proc/bus/input/devices |grep "N: Name" -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=671776 https://bugzilla.novell.com/show_bug.cgi?id=671776#c3 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |yar@sibnet.ru --- Comment #3 from Stefan Dirsch <sndirsch@novell.com> 2011-02-14 17:04:20 UTC --- Ok. Then please try that snippet in your 11-mouse.conf: Section "InputClass" # Novell Bug #671776 Identifier "ImPS/2 Generic Wheel Mouse" MatchProduct "ImPS/2 Generic Wheel Mouse" MatchIsPointer "on" Driver "evdev" Option "EmulateWheel" "on" Option "EmulateWheelButton" "2" Option "YAxisMapping" "4 5" Option "XAxisMapping" "6 7" Option "Emulate3Buttons" "on" Option "EmulateWheelTimeout" "200" EndSection -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=671776 https://bugzilla.novell.com/show_bug.cgi?id=671776#c4 Yaroslav Kurlaev <yar@sibnet.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|yar@sibnet.ru | --- Comment #4 from Yaroslav Kurlaev <yar@sibnet.ru> 2011-02-14 17:37:47 UTC --- Yes. It works. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=671776 https://bugzilla.novell.com/show_bug.cgi?id=671776#c5 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Stefan Dirsch <sndirsch@novell.com> 2011-02-14 21:20:19 UTC --- Thanks. Fixed for openSUSE 11.4 RC2. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=671776 https://bugzilla.novell.com/show_bug.cgi?id=671776#c6 Mark Gray <markgray+to-suse@puck.nac.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markgray+to-suse@puck.nac.n | |et --- Comment #6 from Mark Gray <markgray+to-suse@puck.nac.net> 2011-04-03 18:55:14 UTC --- This fix broke button 3 on my HP PS/2 mouse (a real 3-button wheeled mouse). commenting out all the Option's fixed it so I hesitate to reopen (or report the new bug) -- I just mention it here in case other people encounter the same problem. (It took me most of today to figure it out.) -- 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.
participants (1)
-
bugzilla_noreply@novell.com