LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Two Finger Scrolling w/synaptics and 14.0 (https://www.linuxquestions.org/questions/slackware-14/two-finger-scrolling-w-synaptics-and-14-0-a-4175433288/)

bl0tt0 10-20-2012 08:45 PM

Two Finger Scrolling w/synaptics and 14.0
 
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


bl0tt0 10-20-2012 08:52 PM

Nevermind, I found out that I needed to tweak EmulateTwoFingerMinZ and EmulateTwoFingerMinW.


All times are GMT -5. The time now is 10:02 AM.