===此為舊設定,新版xorg使用hal,自行grep再加上紅色部份===
檢查
/etc/X11/xorg.conf 新增紅色部份
- Section "InputDevice"
- Identifier "Synaptics Touchpad"
- Driver "synaptics"
- Option "SendCoreEvents" "true"
- Option "Device" "/dev/psaux"
- Option "Protocol" "auto-dev"
- Option "HorizScrollDelta" "0"
- Option "SHMConfig" "on"
- EndSection
Section "ServerLayout"
- Identifier "Default Layout"
- Screen "Default Screen"
- InputDevice "Generic Keyboard"
- InputDevice "Configured Mouse"
- InputDevice "Synaptics Touchpad"
- EndSection
重新開機後下面的指令才會生效
- 關閉
Touchpad -->
synclient TouchpadOff=1
啟用Touchpad -->
synclient TouchpadOff=0
No comments:
Post a Comment