You are not logged in.

#1 2011-02-25 14:13:44

benob
Member
Registered: 2008-11-11
Posts: 187

[SOLVED] disabling synaptics scroll inertia

How can I disable scrolling inertia (scrolling continues after releasing your finger from the side of the touchpad)? I have a T400 with a synaptics touchpad, and I haven't found any xorg option that would do the job. It's pretty annoying when deciding to close a tab in a web browser with ctrl-w while the touchpad is still sending scroll events. It zooms / unzooms the page like crazy just before closing it.

--- edit ---
Solution in voidux's post

Last edited by benob (2011-02-25 16:13:50)

Offline

#2 2011-02-25 14:16:58

rickdg
Member
From: The Lowlands
Registered: 2011-01-01
Posts: 24

Re: [SOLVED] disabling synaptics scroll inertia

My Wacom Bamboo does the same. As soon as I release the scroll pad, it sends a final button 4 event. I can never reach the end of a website.

Slightly annoying but haven't found a way to fix it yet.

Last edited by rickdg (2011-02-25 14:17:33)

Offline

#3 2011-02-25 16:03:08

voidux
Member
Registered: 2010-02-03
Posts: 31

Re: [SOLVED] disabling synaptics scroll inertia

I had the same annoying behaviour of touchpad on dell latitude d620. Here is the solution:

xinput --set-prop --type=float "AlpsPS/2 ALPS DualPoint TouchPad" "Synaptics Coasting Speed" 0 0

But don't forget to change "AlpsPS/2 ALPS DualPoint TouchPad" string to yours, according to output of `xinput list`.

Last edited by voidux (2011-02-25 16:05:34)

Offline

#4 2011-02-25 16:12:35

benob
Member
Registered: 2008-11-11
Posts: 187

Re: [SOLVED] disabling synaptics scroll inertia

It works! Thanks a lot.

I just added that line to /etc/X11/xorg.conf.d/10-synaptics.conf

Option "CoastingSpeed" "0"

Offline

#5 2011-02-25 17:04:17

tom5760
Member
From: Philadelphia, PA, USA
Registered: 2006-02-05
Posts: 283
Website

Re: [SOLVED] disabling synaptics scroll inertia

You can also set it in your per-user config by adding something like this to your ~/.xinitrc

synclient CoastingSpeed=0

Offline

#6 2015-05-02 12:23:53

catalin.hritcu
Member
From: Paris, France
Registered: 2014-04-27
Posts: 26
Website

Re: [SOLVED] disabling synaptics scroll inertia

Sorry for commenting on this so much after the fact, but I used the solution proposed by tom5760 for a while, just that now it stopped working. Does anyone know why or how to fix this again?

Offline

#7 2015-05-02 15:14:00

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [SOLVED] disabling synaptics scroll inertia

catalin.hritcu wrote:

Sorry for commenting on this so much after the fact, but I used the solution proposed by tom5760 for a while, just that now it stopped working. Does anyone know why or how to fix this again?

You should open a new thread and link back to this one.
https://wiki.archlinux.org/index.php/Fo … bumping.22

When you do, post the content of your synaptics configuration file (if you use one) and the output of:

synclient

Offline

Board footer

Powered by FluxBB