Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Palm Rejection not working at all #90

Open
gregorydavidmartinez opened this issue Jun 15, 2019 · 1 comment
Open

Palm Rejection not working at all #90

gregorydavidmartinez opened this issue Jun 15, 2019 · 1 comment

Comments

@gregorydavidmartinez
Copy link

gregorydavidmartinez commented Jun 15, 2019

For some reason, I can't get palm rejection to work at all. Here is my conf file:

Section "InputClass"
MatchIsTouchpad "on"
Identifier      "Touchpads"
MatchDevicePath "/dev/input/event*"
Driver          "mtrack"
Option          "Sensitivity" "1.1"
Option          "FingerHigh" "5"
Option          "FingerLow" "5"
Option          "IgnoreThumb" "true"
Option          "ThumbRatio" "70"
Option          "ThumbSize" "25"
Option          "IgnorePalm" "true"
Option          "DisableOnPalm" "true"
Option          "DisableOnThumb" "true"
Option          "MaxTapMove" "45"
Option          "TapButton1" "0"
Option          "TapButton2" "0"
Option          "TapButton3" "0"
Option          "ClickFinger1" "1"
Option          "ClickFinger2" "3"
Option          "ClickFinger3" "2"
Option          "ButtonMoveEmulate" "true"
Option          "ButtonIntegrated" "true"
Option          "ButtonEnable" "true"
Option          "ScrollCoastDuration" "800"
Option          "ScrollCoastEnableSpeed" "0.05"
Option          "ScrollUpButton" "4"
Option          "ScrollDownButton" "5"
Option          "ScrollLeftButton" "7"
Option          "ScrollRightButton" "6"
Option          "ScrollDistance" "22"
Option          "ScrollClickTime" "12"
Option          "ScrollSensitivity" "0"
EndSection

I'm sure I'm missing something simple...

EDIT: So, it appears there was a problem with my touchpad reporting the pressure. After I blacklisted i2c_hid it worked fine. But, the scrolling seem kinda wonky. When I scroll, it seems fine for a little while, then after a while the scrolling becomes incredibly fast.

@p2rkw
Copy link
Owner

p2rkw commented Jun 24, 2019

Hi,
Please set ScrollCoastDuration to 0, that should help with fast scrolling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants