Improve ALPS touchpad response speed
ALPS touchpad generaly have slower response when compared to the synaptic based touchpads. Here’s a simple X hack to boost the sensitivity of my ALPS touchpad which has dramatically improved my experience with my touchpad. This worked on my openSUSE 10.3 First, check if you really do have a ALPS touchpad. cat /proc/bus/input/devices | grep ALPS sample output; N: Name="AlpsPS/2 ALPS GlidePoint" Make a backup of your xorg.conf file. cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bkp Edit the xorg.conf file. vi /etc/X11/xorg.conf Navigate to the InputDevice Section and look for the “synaptics” driver portion. Replace everything between the Identifier line and EndSection with the settings below. ...