Hey all,
So previous to the upgrade to 14.0, I had disabled edge scrolling on my Thinkpad T400 and enabled Two finger scrolling, and everything was working fine. After the upgrade Two finger scrolling no longer works, although I can enable edge scrolling with synclient and it works fine. Has anyone else had this problem? Here's the relevant config from /etc/X11/xorg.conf.d:
Code:
# DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN ON UPGRADES
# Copy this file to /etc/X11/xorg.conf.d/ and edit the copy
#
# Use "synclient -l" to see all available options
# Use "man synaptics" for details about what the options do
#
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "on"
Option "SHMConfig" "1"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "MaxTapMove" "0"
Option "MaxTapTime" "0"
Option "VertEdgeScroll" "0"
Option "HorizEdgeScroll" "0"
Option "VertTwoFingerScroll" "1"
Option "HorizTwoFingerScroll" "1"
Option "MinSpeed" "2"
Option "MaxSpeed" "5"
EndSection