0

I have a lenovo z510. I recently multibooted it with ubuntu 14.04 I have tried a lot , but i couldn't enable a two finger scroll. There is no option for it in mouse settings. i also tried using ubuntu tweak tool, but with no effect. pls help me out

![output of xinput ] https://i.stack.imgur.com/qndau.jpg

Sidak
  • 1

1 Answers1

1

You might need to edit your xorg.conf file, which lives in the /etc/X11 directory. Try adding a line in the config file that says:

Option    "VertTwoFingerScroll"  "1"

There are lots of customizations you can make to your touchpad config using that xorg.conf document. Check out all the possibilities at https://help.ubuntu.com/community/SynapticsTouchpad

dagrha
  • 962