Comment 53 for bug 133060

Revision history for this message
To Do (entodoays) wrote :

That code works for me too except that the id is not always the same: sometimes it's 11 and sometimes it's 10. So I have to check each time with xinput list and then pass the xinput command.

I tried creating a partial xorg.conf with only the section for the touchpad but it doesn't seem to work.
My xorg.conf file:

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "SHMConfig" "on"

 Option "RTCornerButton" "1"
 Option "RBCornerButton" "1"
 Option "LTCornerButton" "1"
 Option "LBCornerButton" "1"

 Option "VertScrollDelta" "100"
 Option "HorizScrollDelta" "0"

 Option "MinSpeed" "0.09"
 Option "MaxSpeed" "0.18"
 Option "AccelFactor" "0.0015"
EndSection