+++ title = "touchpad keeps scrolling" date = "2012-04-20T17:49:06+00:00" author = "Gibheer" draft = false +++ If you have synaptics and your application just keeps scrolling even after you stopped then put the following in your xorg.conf and it should stop that: Section "InputClass" Option "CoastingSpeed" "0" EndSection That should help.