Isso funcionou no meu Asus Q600a.
Remover e reinstalar após dois pacotes pode resolver o seu problema:
xserver-xorg-input-multitouch
xserver-xorg-input-synaptics
Siga estas etapas para remover completamente e instalá-lo novamente.
Open terminal and execute following command:
sudo apt-get --purge remove xserver-xorg-input-multitouch
be sure you don't remove any other package than xserver-xorg-input-multitouch
sudo apt-get --purge remove xserver-xorg-input-synaptics
again follow the same precaution.
Once removed execute these commands to install it again:
sudo apt-get install xserver-xorg-input-multitouch
sudo apt-get install xserver-xorg-input-synaptics
again be sure you don't remove any other packages while installing it.
Once installed execute following commands to reconfigure it:
sudo dpkg-reconfigure $(dpkg -l | awk '{print }' | grep "^xserver" | tr '\n' ' ')
sudo update-initramfs -u
Then restart your system.
Existe uma aplicação GUI para configurar o seu touchpad. O meu mostra no Dash como "Dispositivos Apontadores". Dá-lhe o controlo da maioria das funcionalidades do seu touchpad.
Vá até o Centro de Software e procure por "Dispositivos apontadores", que também será o nome no Dash.