Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

It is disabled (greyed out) in Mouse and Touchpad settings. Edge scrolling works though :) Tried many solutions available online but couldn't succeed.

My touchpad is

SynPS/2 Synaptics TouchPad

Please help.

share|improve this question

1 Answer

up vote 3 down vote accepted

it can be enabled also using commands:

xinput --set-prop --type=int --format=32 "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Pressure" 4
xinput --set-prop --type=int --format=32 "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Width" 8
xinput --set-prop --type=int --format=8  "SynPS/2 Synaptics TouchPad" "Synaptics Two-Finger Scrolling" 1 0

Works on my T410...

share|improve this answer
Wow, excellent it works on T400 as well. Thanks :) – mac Sep 13 '12 at 7:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.