我想将 TrackPoint 驱动程序从 libinput 更改为 Synaptics。我使用的是 ThinkPad X390,我已经尝试了最新版本的 libinput 驱动程序和我试图找出 libinput 驱动程序的行为为何会让 TrackPoint 对我来说不愉快现在我想改回 Synaptics,直到 libinput 得到进一步开发。我已经验证 TrackPoint 在具有 Synaptics 驱动程序的 16.04 上运行良好。
在 Ubuntu 18.04 LTS 上,如何从 libinput 切换到 Synaptics?
我已经运行了以下命令:
sudo apt install xserver-xorg-input-synaptics-hwe-18.04 xserver-xorg-input-evdev-hwe-18.04
sudo apt remove xserver-xorg-input-libinput-hwe-18.04
答案1
sudo apt install xserver-xorg-input-synaptics-hwe-18.04
sudo apt install xserver-xorg-input-evdev-hwe-18.04
sudo apt remove xserver-xorg-input-libinput
sudo apt remove xserver-xorg-input-libinput-hwe-18.04
可以通过从输出中获取设备名称xinput --list
,然后使用以下命令列出设备的属性来确定是否正在使用 libinput 或 Synaptics:
xinput --list-props "TPPS/2 Elan TrackPoint"