You are not logged in.

#1 2012-04-17 16:26:17

dront78
Member
From: Moscow
Registered: 2010-11-24
Posts: 47

[SOLVED] - Synaptics unable to stop scrolling

Hello

I've synaptics with two fingers vertical scroll enabled
Sometimes when I realesed scroll it still continue scrolling
The speed depends on speed I scroll manually before and works on all applications

My conf is Gnome3, ArchLinux x86_64 fully updated with linux-lts kernel and nvidia drivers

How I can disable this annoing feature?

Regards, Ivan

Last edited by dront78 (2012-04-18 06:19:00)

Offline

#2 2012-04-17 16:33:26

65kid
Member
From: Germany
Registered: 2011-01-26
Posts: 663

Re: [SOLVED] - Synaptics unable to stop scrolling

set "CoastingSpeed"  to 0 in /etc/X11/xorg.conf.d/10-synaptics.conf :

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
	Option "CoastingSpeed" "0"
EndSection

And yes, this is annoying as hell, especially when you use a keyboard shortcut with Ctrl while it's still "coasting" and it resizes your text in firefox. mad

Offline

#3 2012-04-17 16:43:39

dront78
Member
From: Moscow
Registered: 2010-11-24
Posts: 47

Re: [SOLVED] - Synaptics unable to stop scrolling

65kid wrote:

set "CoastingSpeed"  to 0 in /etc/X11/xorg.conf.d/10-synaptics.conf :

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
	Option "CoastingSpeed" "0"
EndSection

And yes, this is annoying as hell, especially when you use a keyboard shortcut with Ctrl while it's still "coasting" and it resizes your text in firefox. mad


OMG. Thank you. Imagine I have this in Netbeans while coding also big_smile

Offline

#4 2012-04-17 16:47:39

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,530
Website

Re: [SOLVED] - Synaptics unable to stop scrolling

Ah, it's days like these I really love the arch community.  I just came on to ask about this as the upgrade of xf86-input-synaptics (version ...902 -> ...903) made this an issue for me as well.  CoastingSpeed did the trick.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2012-04-17 20:43:13

LoBo3268715
Member
From: WI, USA
Registered: 2012-02-23
Posts: 34

Re: [SOLVED] - Synaptics unable to stop scrolling

Nice work 65kid. Also dront78 don't forget to mark thread as solved.


"Linux. A big, bad, scary computer operating system known only by people with neck beards."

Offline

#6 2012-04-18 11:22:08

bokal
Member
Registered: 2010-12-15
Posts: 30

Re: [SOLVED] - Synaptics unable to stop scrolling

Thanks so much!

Offline

#7 2012-04-18 12:53:16

vaccaaa
Member
Registered: 2011-04-20
Posts: 20

Re: [SOLVED] - Synaptics unable to stop scrolling

Thank you 65kid!!!!!!!!!!!!!!

EDIT:
Ps for KDE users: don't forget to untick "Enable Coasting" in "Touchpad settings -> Scrolling"! wink

Last edited by vaccaaa (2012-04-18 13:03:30)

Offline

#8 2012-04-18 16:18:31

Diaz
Member
From: Portugal
Registered: 2008-04-16
Posts: 366

Re: [SOLVED] - Synaptics unable to stop scrolling

Thanks.

More options for synaptics can be seen on "man synaptics" wink

Offline

#9 2012-04-18 19:00:46

dront78
Member
From: Moscow
Registered: 2010-11-24
Posts: 47

Re: [SOLVED] - Synaptics unable to stop scrolling

Diaz wrote:

Thanks.

More options for synaptics can be seen on "man synaptics" wink

Yes it can but this one looks like a bug - not a feature wink

Offline

#10 2012-04-19 08:46:28

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: [SOLVED] - Synaptics unable to stop scrolling

Well, this behaviour was always there for me. When scrolling fast and then releasing the touchpad scrolling would quickly decelerate. Now it decelerates really slowly... And not only with two finger scrolling but with scrolling at the edge of the touchpad too.

That's a buggy default behaviour for me too.

edit: I installed kcm_touchpad and the slider for Coasting had no effect whatsoever. Disabling Coasting does successfully disable the scrolling after relasing the fingers from the touchpad. From this I would think that the bug is that the configuration options for Coasting don't work anymore.

Last edited by Cdh (2012-04-19 09:02:20)


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#11 2012-04-19 09:08:33

alexey
Member
Registered: 2012-03-29
Posts: 56

Re: [SOLVED] - Synaptics unable to stop scrolling

thanks 65kid, i faced same thing after latest uprade.

Offline

#12 2012-04-19 18:43:48

jijijaco
Member
Registered: 2011-04-20
Posts: 14

Re: [SOLVED] - Synaptics unable to stop scrolling

Thank you for this solution ! I was already downgrading the package to older version...

Offline

#13 2012-04-19 19:32:39

doug piston
Member
From: Seattle
Registered: 2011-09-11
Posts: 387
Website

Re: [SOLVED] - Synaptics unable to stop scrolling

Trilby wrote:

Ah, it's days like these I really love the arch community.  I just came on to ask about this as the upgrade of xf86-input-synaptics (version ...902 -> ...903) made this an issue for me as well.  CoastingSpeed did the trick.


+1 I just came to the forum looking for this exact answer as lastest update foobar'd it. Quick search of "scrolling" and I'm a happy camper.

Offline

#14 2012-04-19 22:03:52

k.sarend
Member
From: NY
Registered: 2011-12-08
Posts: 12

Re: [SOLVED] - Synaptics unable to stop scrolling

+1 Good job for the fix, 65kid.


Everything in the future is a wave, everything in the past is a particle. -Lawrence Bragg

Offline

#15 2012-04-20 07:02:06

Cdh
Member
Registered: 2009-02-03
Posts: 1,098

Re: [SOLVED] - Synaptics unable to stop scrolling

Indeed a bug, this is probably the fix, but I haven't tested it. Maybe we'll soon get an updated synaptics.
http://patchwork.freedesktop.org/patch/9653/

oh and https://bugs.freedesktop.org/show_bug.cgi?id=48855

Last edited by Cdh (2012-04-20 07:04:30)


฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz

Offline

#16 2012-04-20 12:52:09

ajaxas
Member
Registered: 2009-02-23
Posts: 65
Website

Re: [SOLVED] - Synaptics unable to stop scrolling

This was *madness*! I had to downgrade the package and add it to ignore string in /etc/pacman.conf

Thanks a lot, 65kid!

Offline

#17 2012-04-21 09:18:38

frostering
Member
Registered: 2012-01-14
Posts: 8

Re: [SOLVED] - Synaptics unable to stop scrolling

Thank you! This was absolutely annoying...

Offline

Board footer

Powered by FluxBB