我的 lenovo x230 上的触摸板没有运行突触驱动程序,我需要它来增加功能。相反,它使用 libinput。如何让突触驱动程序在启动时优先?
触摸板是(xinput list):
? ? PS/2 Synaptics TouchPad id=13 [slave pointer (2)]
Run Code Online (Sandbox Code Playgroud)
我可以检查它正在使用什么驱动程序grep -i "Using input driver" /var/log/Xorg.0.log:
(II) Using input driver 'libinput' for 'PS/2 Synaptics TouchPad'
Run Code Online (Sandbox Code Playgroud)
但是,我肯定安装了突触驱动程序 ( sudo apt install xserver-xorg-input-synaptics):
Reading package lists... Done
Building dependency tree
Reading state information... Done
xserver-xorg-input-synaptics is already the newest version (1.9.0-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)
我可以在 libinput 驱动程序 ( ls /usr/share/X11/xorg.conf.d/)旁边看到 Synaptics …