You are not logged in.

#1 2011-08-28 06:19:02

keith_hanson
Member
Registered: 2010-09-26
Posts: 7

86-input-mtrack - Sane values for Macbook?

I'm wondering if anyone else is happy with their Touchpad on their Macbook running Archlinux, and if so, what values you have in your xorg.conf?

Here's mine, which uses this project here: https://github.com/BlueDragonX/xf86-input-mtrack

Section "InputClass"
    MatchIsTouchpad "on"
    Identifier "Touchpads"
    Driver "mtrack"
    Option "Thumbsize" "50"
    Option "ScrollDistance" "100"
    Option "IgnorePalm" "true"
    Option "ClickFinger2" "0"
    Option "ClickFinger3" "2"
    Option "TapButton1" "0"
    Option "TapButton2" "0"
    Option "TapButton3" "0"
    Option "TapButton4" "0"
    Option "DisableOnThumb" "true"
    Option "ThumbSize" "15"
EndSection

I'm finding that everything works fairly well, but when I try and click (I have to push down the whole touchpad to click), my mouse jumps. Does anyone know of a configuration setting I might be able to set to prevent that?

Thanks!

Offline

Board footer

Powered by FluxBB