Comment 6 for bug 1251637

Revision history for this message
Ed Bakker (gaytan) wrote :

In my xorg.conf has already been added (by myself):

Section "InputClass"
    Identifier "Apple Magic Trackpad"
    MatchIsTouchpad "on"
    MatchUSBID "05ac:030e"
    Driver "Synaptics"
    Option "VertScrollDelta" "50"
    Option "HorizScrollDelta" "50"
    Option "MinSpeed" "0.6"
    Option "MaxSpeed" "2.5"
    Option "AccelFactor" "1.0"
    Option "ZAxisMapping" "5 4"
    Option "TapButton1" "1"
    Option "VertEdgeScroll" "1"
    Option "EmulateTwoFingerMinZ" "29"
    Option "EmulateTwoFingerMinW" "5"
    # these two options are for multiple monitors 3:1 ratio.
EndSection