How to get two-finger scolling to work?

Always wanted this feature but it never works in ubuntu. Is there any hack/mod to get it to work? My laptop is an Acer 5532, and my touchpad is from Synaptics. The latest drivers from Synaptics made two-finger scolling possible with Windos 7, so I'm guessing there's some way to work in Ubuntu/Linux.

1

3 Answers

Did you try to change the settings of the mouse in the control center?

mouse settings

If it still does not work, run synclient -l in the terminal and provide us the results.

2

So I guess you enabled the two finger scrolling as described in my first answer. As you cannot post the results of synclient -l try the following:

Open start up applications and add a new application and write the following command into the command line

xterm -e synclient "EmulateTwoFingerMinZ=10"

this will change the most probably too high value in synclient.

2

Touchpads explicitely need to support multi finger gestures. If you do not have such a touchpad, you are out of luck.

That's all to say without more information about your touchpad.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like