[Bug 658800] New: x11 can't enable TwoFingerScroll in synaptics configuration
https://bugzilla.novell.com/show_bug.cgi?id=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c0 Summary: x11 can't enable TwoFingerScroll in synaptics configuration Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: All OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: bugs@singvogel.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- Created an attachment (id=404362) --> (http://bugzilla.novell.com/attachment.cgi?id=404362) synpatics.conf User-Agent: Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.4 (like Gecko) SUSE My EeePC is having a synaptics touchpad, which is capable of scrolling using two fingers. I can configure this by command line tool: synclient VertTwoFingerScroll=1 By can't configure this in /etc/X11/xorg.conf.d/20-synaptics.conf Option "VertTwoFingerScroll" "1" The corresponding line is no effect. Using above command line tool later, works. Option "TapButton1" "1" IS working. Reproducible: Always Steps to Reproduce: 1. Append to /etc/X11/xorg.conf.d/20-synaptics.conf line: Option "VertTwoFingerScroll" "1" 2. No effect. 3. synclient VertTwoFingerScroll=1 works instead, 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c1 --- Comment #1 from Klaus Singvogel <bugs@singvogel.com> 2010-12-10 16:37:24 UTC --- Created an attachment (id=404364) --> (http://bugzilla.novell.com/attachment.cgi?id=404364) Xorg.0.log -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c2 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 | --- Comment #2 from Stefan Dirsch <sndirsch@novell.com> 2010-12-11 19:52:24 UTC --- Hi Klaus! Apparently it's set by the driver. [ 15.068] (**) Option "VertTwoFingerScroll" "1" Could you verify that by running 'synclient -l'? -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |bugs@singvogel.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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c3 --- Comment #3 from Klaus Singvogel <bugs@singvogel.com> 2010-12-13 12:44:55 UTC --- Created an attachment (id=404533) --> (http://bugzilla.novell.com/attachment.cgi?id=404533) synclient -l listing before command line output of synclient -l before setting option via command line. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c4 --- Comment #4 from Klaus Singvogel <bugs@singvogel.com> 2010-12-13 12:46:34 UTC --- Created an attachment (id=404534) --> (http://bugzilla.novell.com/attachment.cgi?id=404534) synclient -l listing after command line output after command line -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c5 --- Comment #5 from Stefan Dirsch <sndirsch@novell.com> 2010-12-13 12:58:13 UTC --- --- bug-658800_synclient.pre 2010-12-13 13:56:35.989087000 +0100 +++ bug-658800_synclient.post 2010-12-13 13:57:03.065612000 +0100 @@ -20,7 +20,7 @@ VertEdgeScroll = 1 HorizEdgeScroll = 0 CornerCoasting = 0 - VertTwoFingerScroll = 0 + VertTwoFingerScroll = 1 HorizTwoFingerScroll = 0 MinSpeed = 0.4 MaxSpeed = 0.7 Could it be that your desktop disables this setting. Please verify with a rudimentary windowmanager like twm. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c6 Quentin Denis <quentin@links2linux.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |quentin@links2linux.de InfoProvider|bugs@singvogel.com | --- Comment #6 from Quentin Denis <quentin@links2linux.de> 2011-01-04 15:32:29 UTC --- I had the same issue here and could locate the trouble causer: synaptiks. This app loads its touchpad settings on KDE start (via a daemon I think) and after every application of modified settings in the kcm module, overriding the Xorg config. The issue is that synaptiks only checks for two finger capable touchpad and ignores the emulation. If the touchpad is not capable, without any regards to the emulation, it turns the twofingerscroll feature off (that's why it's disabled in the KCM settings). This issue should be reported to the author, Sebastian Wiesner <basti.wiesner@gmx.net>, telling him to either disable that capability check or better to implement the emulation features and settings. In the meanwhile you will have to remove synaptiks and use gsynaptics for further configuration. Somehow, and I could not figure why, synaptiks keeps installing itself with a zypper upgrade, hence make sure to block that package. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c7 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|X.Org |KDE4 Applications AssignedTo|sndirsch@novell.com |kde-maintainers@suse.de QAContact|xorg-maintainer-bugs@forge. |qa@suse.de |provo.novell.com | --- Comment #7 from Stefan Dirsch <sndirsch@novell.com> 2011-01-04 16:17:14 UTC --- Thanks. So it's clearly a KDE issue. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c8 Christian Trippe <ctrippe@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 - Medium |P2 - High CC| |ctrippe@gmx.net --- Comment #8 from Christian Trippe <ctrippe@gmx.net> 2011-01-04 18:15:18 UTC --- According to https://bitbucket.org/lunar/synaptiks/issue/38/support-for-two-finger-emulat... this is already fixed in trunk. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c9 Christian Trippe <ctrippe@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |bugs@singvogel.com --- Comment #9 from Christian Trippe <ctrippe@gmx.net> 2011-01-04 19:26:58 UTC --- Can you try if the synaptiks package from http://download.opensuse.org/repositories/home:/christiantrippe:/branches:/K... helps? -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c10 Christian Trippe <ctrippe@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schmuker@gmail.com --- Comment #10 from Christian Trippe <ctrippe@gmx.net> 2011-01-09 18:11:39 UTC --- *** Bug 612834 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=612834 -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c11 Christian Trippe <ctrippe@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|bugs@singvogel.com |schmuker@gmail.com --- Comment #11 from Christian Trippe <ctrippe@gmx.net> 2011-01-09 18:18:03 UTC ---
From bug 612834:
Could you test the package mentioned there? I tested it, it works. That is, it lets me enable Two-Finger Scrolling.
However, the option of assigning two- and three-finger taps to mouse actions is still greyed out.
There is also a current svn snapshot available, in the KDE:Unstable:Playground Project. For KDE from openSUSE 11.3 this would be http://download.opensuse.org/repositories/KDE:/Unstable:/Playground/openSUSE... It would be great if you could test this package, to see if this problem is also fixed there. Otherwise this should probably be reported upstream. (Please avoid installing random other packages from this project, note the "Unstable" in its 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c12 Michael Schmuker <schmuker@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|schmuker@gmail.com | --- Comment #12 from Michael Schmuker <schmuker@gmail.com> 2011-01-10 09:57:00 UTC --- (In reply to comment #11)
It would be great if you could test this package, to see if this problem is also fixed there.
It is not fixed in that package, I can't select two-finger scrolling. How do we go about reporting upstream? -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c13 Christian Trippe <ctrippe@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |schmuker@gmail.com --- Comment #13 from Christian Trippe <ctrippe@gmx.net> 2011-01-10 18:31:13 UTC --- (In reply to comment #12)
How do we go about reporting upstream?
It would be great if you could report it on https://bitbucket.org/lunar/synaptiks/overview as I do not have a touchpad which has two finger emulation. Unfortunately you need another account for this. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c14 Michael Schmuker <schmuker@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|schmuker@gmail.com | --- Comment #14 from Michael Schmuker <schmuker@gmail.com> 2011-01-10 21:13:26 UTC --- Thanks for pointing to the synaptiks development site. There is a related bugtracker issue for synaptiks: https://bitbucket.org/lunar/synaptiks/issue/38/support-for-two-finger-emulat... It seems the bug is fixed upstream, but only if synaptics 1.3 is installed. OpenSUSE 11.3 ships with 1.2.2. Hence, the bug may well be fixed although my test in comment #12 failed (because that test was done on 11.3). Which synaptics version ships with 11.4? I could test the current milestone on an usb stick, if this helps. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c15 --- Comment #15 from Stefan Dirsch <sndirsch@novell.com> 2011-01-24 03:26:50 UTC --- (In reply to comment #14)
Which synaptics version ships with 11.4? I could test the current milestone on an usb stick, if this helps.
1.3.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.
https://bugzilla.novell.com/show_bug.cgi?id=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c16 --- Comment #16 from Michael Schmuker <schmuker@gmail.com> 2011-02-08 09:28:29 UTC --- I finally found time to test the current KDE live CD (Build 1050). Synaptiks lets me enable two/finger scrolling. However, two-finger tapping still can't be enabled. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c17 --- Comment #17 from Quentin Denis <quentin@links2linux.de> 2011-04-04 09:44:52 UTC --- Yes, I can confirm that there are still some options to implement in order to make synaptiks compatible with twofinger emulation. Two-finger tapping would be the least to do. -- 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=658800 https://bugzilla.novell.com/show_bug.cgi?id=658800#c18 Christian Trippe <ctrippe@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #18 from Christian Trippe <ctrippe@opensuse.org> 2012-01-29 10:09:52 UTC --- This should work with 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.
participants (1)
-
bugzilla_noreply@novell.com