小编Kev*_*rce的帖子

使用 libinput 而不是突触驱动程序的触摸板

我的 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 …

touchpad synaptics drivers libinput

5
推荐指数
2
解决办法
5220
查看次数

标签 统计

drivers ×1

libinput ×1

synaptics ×1

touchpad ×1