Ubuntu – Twofinger scroll on lenovo g50

multi-touchtouchpad

I recently switched from windows 8 to Ubuntu 14.04. With windows I could scroll pages using two fingers but this does not work running Ubuntu.

I have followed this guide:
Enable BOTH edge scrolling and two-finger scrolling for touchpad

but the commands only gives me the message:
Couldn't find synaptics properties. No synaptics driver loaded?

Any idea what to do?

Regards

Best Answer

This instructions solved the issue for me on a Lenovo G50 + Mint Cinnamon 17

http://www.evilcodingmonkey.com/2014/01/23/ubuntu-activate-multi-touch-on-elantech/

Copy-paste (code typo fixed and a bit more of info added), as backup

First, if you aren't sure your computer was built with an Elantech touchpad, open a terminal, and type the following:

cat /proc/bus/input/devices

You should find a block containing a line looking like this one, which confirms you are on an Elantech touchpad:

N: Name="ETPS/2 Elantech Touchpad"

or

N: Name="PS/2 Elantech Touchpad"

Download this archive (from Ubuntu's bug reporting page).

Open a terminal, and follow these steps (after step 4, you will have no mouse at all):

cd ~/Downloads 
sudo dkms ldtarball psmouse-elantech-x551c.tar.gz 
sudo dkms install -m psmouse -v elantech-x551c 
sudo rmmod psmouse 
sudo modprobe psmouse

Enjoy multitouch!