ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #107712
[Bug 133060] Re: Synaptic touchpad fails to register some of the taps for tap-to-click
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
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in ubuntu.
https://bugs.launchpad.net/bugs/133060
Title:
Synaptic touchpad fails to register some of the taps for tap-to-click