Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chromeos-base/xorg-conf/files/xorg.conf-0.0.4

Issue 6347020: xorg-conf: optimized xorg.conf settings for xf86-input-synaptics on mario mp. Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos-base/xorg-conf/files/xorg.conf-0.0.4
diff --git a/chromeos-base/xorg-conf/files/xorg.conf-0.0.4 b/chromeos-base/xorg-conf/files/xorg.conf-0.0.4
index 21459f974ab11a8683e4bc83ed513a65b6353bfb..ff58cd2972f64f08055cfff932ac5079b6f4d049 100644
--- a/chromeos-base/xorg-conf/files/xorg.conf-0.0.4
+++ b/chromeos-base/xorg-conf/files/xorg.conf-0.0.4
@@ -25,26 +25,36 @@ Section "InputDevice"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "CorePointer"
- Option "MinSpeed" "0.4"
- Option "MaxSpeed" "1.0"
- Option "AccelFactor" "0.0035"
+
+ Option "FingerLow" "40"
+ Option "FingerHigh" "43"
+ Option "MaxTapTime" "150"
+ Option "MaxTapMove" "50"
+ Option "MaxDoubleTapTime" "150"
+ Option "SingleTapTimeout" "150"
+ Option "EmulateTwoFingerMinZ" "50"
tv 2011/02/22 22:52:35 If this behavior is desired, this value seems a li
+ Option "VertScrollDelta" "7"
Option "HorizScrollDelta" "6"
- Option "VertScrollDelta" "18"
Option "HorizEdgeScroll" "0"
Option "VertEdgeScroll" "0"
+ Option "VertTwoFingerScroll" "1"
+ Option "HorizTwoFingerScroll" "0"
+ Option "MinSpeed" "0.4"
+ Option "MaxSpeed" "1.9"
tv 2011/02/27 00:39:36 This is definitely much more usable than the defau
+ Option "AccelFactor" "0.045"
+ Option "EdgeMotionMaxSpeed" "1"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
- Option "MaxTapTime" "180"
- Option "FingerLow" "40"
- Option "FingerHigh" "43"
- Option "EmulateTwoFingerMinZ" "32"
- Option "VertTwoFingerScroll" "1"
- # Horizontal scrolling is disabled for now as it interferes w/ vertical.
- Option "HorizTwoFingerScroll" "0"
- # The resolutions were balanced for the Dell Latitudes
- Option "HorizResolution" "75"
- Option "VertResolution" "108"
+ Option "PalmDetect" "1"
+ Option "PalmMinWidth" "5"
tv 2011/02/22 22:52:35 The palm detection seems to work OK from a few hou
+ Option "PalmMinZ" "120"
+ Option "CoastingSpeed" "255"
+ Option "CoastingFriction" "50"
+ Option "AreaLeftEdge" "1375"
+ Option "AreaRightEdge" "5550"
+ Option "AreaTopEdge" "1250"
+ Option "AreaBottomEdge" "4600"
EndSection
# Include support for USB as a secondary mouse device.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698