我正在运行基本操作系统,我将其安装在笔记本电脑上进行尝试,但我无法禁用指针加速(我只使用触摸板)。我尝试添加一个 bash 脚本来启动运行,xset m 0 0
但它在登录后只能运行大约 1 秒。我还尝试/usr/share/X11/xorg.conf.d/90-mouse-accel-disable.conf
使用以下代码创建一个文件:
Section "InputClass"
Identifier "mouse"
MatchIsPointer "on"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
EndSection
但它也不起作用。
x输入设备:
$ xinput --list
Virtual core pointer id=2 [master pointer (3)]
↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
↳ ETPS/2 Elantech Touchpad id=11 [slave pointer (2)]
Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ WebCam SC-13HDL12131N id=9 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
还有其他解决方案吗?任何意见是极大的赞赏
答案1
请尝试使用以下过滤器:
MatchIsTouchpad "on"