From a79b6fc3a8d505bdf7761ffff2ddec64266fad89 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 11 Sep 2014 05:42:32 +0100 Subject: Documentation: macbook21: add new machine as tested Documentation: macbook21: add info about improving touchpad sensitivity --- docs/index.html | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 14fa9d8..aca9037 100644 --- a/docs/index.html +++ b/docs/index.html @@ -975,7 +975,7 @@
  • MA699LL/A / A1181 (EMC 2121) / Intel Core 2 Duo T5600 (tested - working)
  • MA701LL/A / A1181 (EMC 2121) / Intel Core 2 Duo T7200 (tested - working)
  • MB061LL/A / A1181 (EMC 2139) / Intel Core 2 Duo T7200 (untested)
  • -
  • MA700LL/A / A1181 (EMC 2121) / Intel Core 2 Duo T7200 (untested)
  • +
  • MA700LL/A / A1181 (EMC 2121) / Intel Core 2 Duo T7200 (tested - working)
  • MB063LL/A / A1181 (EMC 2139) / Intel Core 2 Duo T7400 (untested)
  • MB062LL/A / A1181 (EMC 2139) / Intel Core 2 Duo T7400 (tested - working)
  • @@ -1045,6 +1045,53 @@

    +

    + A user reported that they could get better response from the touchpad with the following in their xorg.conf: +

    + +
    +Section "InputClass"
    + Identifier "Synaptics Touchpad"
    + Driver "synaptics"
    + MatchIsTouchpad "on"
    + MatchDevicePath "/dev/input/event*"
    + Driver "synaptics"
    +# The next two values determine how much pressure one needs
    +# for tapping, moving the cursor and other events.
    + Option "FingerLow" "10"
    + Option "FingerHigh" "15"
    +# Do not emulate mouse buttons in the touchpad corners.
    + Option "RTCornerButton" "0"
    + Option "RBCornerButton" "0"
    + Option "LTCornerButton" "0"
    + Option "LBCornerButton" "0"
    +# One finger tap = left-click
    + Option "TapButton1" "1"
    +# Two fingers tap = right-click
    + Option "TapButton2" "3"
    +# Three fingers tap = middle-mouse
    + Option "TapButton3" "2"
    +# Try to not count the palm of the hand landing on the touchpad
    +# as a tap. Not sure if helps.
    + Option "PalmDetect" "1"
    +# The following modifies how long and how fast scrolling continues
    +# after lifting the finger when scrolling
    + Option "CoastingSpeed" "20"
    + Option "CoastingFriction" "200"
    +# Smaller number means that the finger has to travel less distance
    +# for it to count as cursor movement. Larger number prevents cursor
    +# shaking.
    + Option "HorizHysteresis" "10"
    + Option "VertHysteresis" "10"
    +# Prevent two-finger scrolling. Very jerky movement
    + Option "HorizTwoFingerScroll" "0"
    + Option "VertTwoFingerScroll" "0"
    +# Use edge scrolling
    + Option "HorizEdgeScroll" "1"
    + Option "VertEdgeScroll" "1"
    +EndSection
    +
    +

    Back to top of page.


    -- cgit v1.1-4-g5e80