Advertisement
Guest User

Untitled

a guest
Dec 21st, 2010
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Section "InputDevice"
  2. Identifier "Synaptics Mouse"
  3. Driver "synaptics"
  4. Option "Device" "/dev/psaux"
  5. Option "Protocol" "auto-dev"
  6. Option "LeftEdge" "1700"
  7. Option "RightEdge" "5300"
  8. Option "TopEdge" "1700"
  9. Option "BottomEdge" "4200"
  10. Option "FingerLow" "25"
  11. Option "FingerHigh" "30"
  12. Option "MaxTapTime" "180"
  13. Option "MaxTapMove" "220"
  14. Option "VertScrollDelta" "100"
  15. Option "MinSpeed" "0.09"
  16. Option "MaxSpeed" "0.18"
  17. Option "AccelFactor" "0.0015"
  18. Option "SHMConfig" "on"
  19. # new in synaptics 0.99
  20. Option "ClickFinger1" "1"
  21. Option "ClickFinger2" "0"
  22. Option "ClickFinger3" "0"
  23. Option "HorizTwoFingerScroll" "0"
  24. Option "VertTwoFingerScroll" "0"
  25. Option "HorizScrollDelta" "100"
  26. Option "PressureMotionMinZ" "10"
  27. Option "FingerPress" "256"
  28. Option "PalmDetect" "0"
  29. Option "PalmMinWidth" "10"
  30. Option "PalmMinZ" "200"
  31. Option "MaxTapMove" "220"
  32. Option "MaxTapTime" "180"
  33. Option "MaxDoubleTapTime" "200"
  34. Option "TapButton1" "1"
  35. Option "TapButton2" "0"
  36. Option "TapButton3" "0"
  37. Option "RTCornerButton" "2"
  38. Option "RBCornerButton" "3"
  39. Option "LTCornerButton" "0"
  40. Option "LBCornerButton" "0"
  41. # Circular scrolling is uber-cool, but it's not for everyone. Check out "gsynaptics" as well.
  42. Option "CircularScrolling" "0"
  43. # Scrolling with the right and bottom side can be fun... or incredibly annoying. Use "1" to enable.
  44. Option "HorizEdgeScroll" "0"
  45. Option "VertEdgeScroll" "0"
  46. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement