|
发表于 2010-6-25 12:15:25
|
显示全部楼层
- cat /etc/X11/xorg.conf.d/05-synaptics.conf
- # /etc/X11/xorg.conf.d/10-synaptics.conf
- Section "InputClass"
- Identifier "Touchpad"
- MatchIsTouchpad "on"
- MatchDevicePath "/dev/input/event*"
- Driver "synaptics"
-
- # Option "SHMConfig" "on"
- Option "AutoServerLayout" "on"
- Option "SendCoreEvents" "on"
- Option "HorizEdgeScroll" "on"
- Option "VertTwoFingerScroll" "on"
- Option "CircularScrolling" "on"
- Option "CircScrollTrigger" "7"
- Option "FastTaps" "on"
- Option "TapButton1" "1"
- Option "TapButton2" "2"
- Option "TapButton3" "3"
- Option "MinSpeed" "0.12"
- Option "MaxSpeed" "0.20"
- Option "AccelFactor" "0.0020"
- EndSection
复制代码 |
|