On Tue, May 29, 2012 at 05:20:19PM -0400, F Bax wrote:
>
> Are there any suggestions what files I should be looking at?
>
Same thing happened to me with 5.1-current on my ThinkPad T500 and
Fujitsu Esprimo U9210. Try removing
Option "Protocol" "wsmouse"
and set
Option "Device" "/dev/wsmouse"
to
Option "Device" "/dev/wsmouse0" # (notice the device number)
I also had to specify "MaxTapTime", "MaxTapMove" and "TapButton1"
according to synaptics(4):
Section "InputDevice"
Identifier "Mouse0"
Driver "synaptics"
Option "Device" "/dev/wsmouse0"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "TapButton1" "1"
EndSection
--
Cheers,
Erling