如何在 Ubuntu 11.04 上启用 SHMconfig?我试图在运行时更改触摸板的配置,但不能,因为它需要启用 SHMconfig,我该怎么做?
我认为你可以添加Option "SHMConfig" "true如下/usr/share/X11/xorg.conf.d/50-synaptics.conf内容:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "SHMConfig" "true"
EndSection
Run Code Online (Sandbox Code Playgroud)
或者暂时您可以synclient SHMConfig=1在终端中检查您想要的行为。
| 归档时间: |
|
| 查看次数: |
7258 次 |
| 最近记录: |