Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
# MatchDevicePath "/dev/input/event*"
Option "MaxSpeed" "1.75"
Option "AccelFactor" "0.0582581"
EndSection
像这样(在 Debian bullseye 上):
重要的参数是
MaxSpeed
和AccelFactor
(越高指针移动速度越快)/etc/X11/xorg.conf.d
。如果有,请按照下面的指定进行编辑。如果没有,请执行以下操作(您的文件名可能不同):并编辑其中的一项
/etc/X11/xorg.conf.d
(其中的内容/usr/share/X11/xorg.conf.d/70-synaptics.conf
可能会被覆盖)。具体来说,该部分改变
MaxSpeed
并AccelFactor
按照你的喜好询问
apt-cache policy libevdev2
。如果已安装,请取消注释该MatchDevicePath
行保存配置文件并注销。再次登录后,灵敏度应该改变