[Bug 223827] New: Disable Synaptics horizontal scrolling by default
https://bugzilla.novell.com/show_bug.cgi?id=223827 Summary: Disable Synaptics horizontal scrolling by default Product: openSUSE 10.3 Version: unspecified Platform: i686 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: sndirsch@novell.com ReportedBy: atte.nieminen@cs.helsinki.fi QAContact: sndirsch@novell.com I just installed 10.2 rc1 and found out that the really annoying feature of synaptics touchpad is still enabled. Thats the horizontal scrolling, which makes for example web browsing almost impossible. Don't know if someone actually like this feature, but it really should be disabled in the default installation. Why is it so annoying? The thing is that if one surfs the web (with firefox) and uses the touchpad, synaptics and its horizontal scrolling feature kicks in and activates the back/forward-function. All you need to do is move the cursor around and the web browser starts to act strangely So the horizontal sidescroll makes you go back and forward in your page history and it doesn't feel like normal behaviour . Operation is almost random, it happens really easily. Sax2 doesn't have an option to change the way the driver works. One has to either install a unofficial Ksynaptics rpm, which atleast in SLED crashed the whole X or edit xorg.conf. Not only should this be fixed asap, but including ksynaptics or similar in-house configuration tool should be pondered on.. The fix: if synaptics module is loaded in xorg add 'Option "HorizScrollDelta" "0" ' in the end of of the module -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223827 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |atte.nieminen@cs.helsinki.fi ------- Comment #1 from ms@novell.com 2006-11-27 01:31 MST ------- just to be sure, which driver do you refer to ? - synaptics or - alps Thanks -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223827 atte.nieminen@cs.helsinki.fi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|atte.nieminen@cs.helsinki.fi| ------- Comment #2 from atte.nieminen@cs.helsinki.fi 2006-11-27 10:54 MST ------- Talking about Synaptics hwinfo --mouse : " Hardware Class: mouse Model: "SynPS/2 Synaptics TouchPad" Vendor: int 0x0212 Device: int 0x0001 "SynPS/2 Synaptics TouchPad" Compatible to: int 0x0210 0x0005 " xorg.conf : Section "InputDevice" Driver "synaptics" Identifier "Mouse[1]" Option "Buttons" "7" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "on" Option "InputFashion" "Mouse" Option "Name" "Synaptics;Touchpad" Option "Protocol" "explorerps/2" Option "SHMConfig" "on" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" Option "HorizScrollDelta" "0" 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223827 ms@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #3 from ms@novell.com 2006-11-28 02:23 MST ------- thanks, fixed -- 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, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=223827#c4 Robin Knapp <robin.knapp@fujitsu-siemens.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robin.knapp@fujitsu-siemens.com Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #4 from Robin Knapp <robin.knapp@fujitsu-siemens.com> 2007-10-16 16:14:51 MST --- Mhh.. you said fixed, but in 10.3 GM there is no "HorizScrollDelta" "0" set automatically; I have to set it manually. -- 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=223827#c5 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #5 from Marcus Schaefer <ms@novell.com> 2007-10-17 02:46:05 MST --- *whoops* this is strange I found my own changelog entry but you are right within the synaptics profile there is no such option. Looks like I'm stupid that it hurts the following patch has now been applied. I will submit a package to the buildservice. Sorry for this one Index: profile/automatic/input/synaptics =================================================================== --- profile/automatic/input/synaptics (revision 1452) +++ profile/automatic/input/synaptics (working copy) @@ -6,3 +6,4 @@ InputDevice -> [X] -> Option -> ZAxisMapping = 4 5 InputDevice -> [X] -> Option -> Emulate3Buttons = on InputDevice -> [X] -> Option -> SHMConfig = on +InputDevice -> [X] -> Option -> HorizScrollDelta = 0 -- 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