联想 ideapad 320。
我希望通过 GUI 修复此问题,但通过终端修复也是可以接受的。
xinput --list --short
我有罗技 USB 接收器
xinput --set-prop "Logitech USB Receiver" "Device Accel Constant Deceleration" 1.5
Warning: There are multiple devices matching 'Logitech USB Receiver'.
To ensure the correct one is selected, please use the device ID, or prefix the
device name with 'pointer:' or 'keyboard:' as appropriate.
“id9” 的正确代码是什么?或者 GUI 修复?
谢谢
答案1
回答:
确保按照以下顺序执行操作,否则您将无法使用输入软件 - 基本上,您需要 apt-get install xserver-xorg-input-evdev 包,然后 apt-get remove xserver-xorg-input-libinput 包。重新启动,您将再次拥有灵敏度和加速功能。
如果触摸板随后不工作:
sudo apt 安装 xserver-xorg-input-synaptics
然后重新启动。