Lenovo T520 Unresponsive Touchpad in Debian Wheezy

Every now and the touchpad on my T520 either gets stuck in scroll mode, or just stops responding. As a quickfix (not a solution) one can restart the track pad driver with the following two commands:

modprobe -r psmouse
modprobe psmouse proto=imps

 

Edit:

So, I’ve discovered there is Function key ([Fn]+[F8]) that enables/disables the trackpad, which also works well to solve this issue.

Reverse Scrolling In Debian Wheezy

This works in Debian Wheezy to reverse the scroll direction (aka Natural Scrolling):

echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap

No reboot required. Reverting is as easy as running the command above again, but swapping the 5 with the 4 and the 7 with the 6.

Credit to Andy C’s Weblog