如何调整触摸板的灵敏度?

smo*_*aro 5 touchpad 20.04

我有一台 Dell Precision 5520,最初附带 Ubuntu 16.04。我更新到了 20.04,在此过程中我不得不调整一些设置以降低触摸板的灵敏度。然后我改用Manjaro。我喜欢 XFCE 界面,但不喜欢随机重启,所以现在我回到了 Ubuntu 20.04。不幸的是,我不再记得我做了什么来“修复”触摸板。这就是 xinput 告诉我的内容。

% xinput list | grep Touchpad
DLL07BF:01 06CB:7A13 Touchpad               id=17   [slave  pointer  (2)]
% xinput --list-props 17
Device 'DLL07BF:01 06CB:7A13 Touchpad':
Device Enabled (209):   1
Coordinate Transformation Matrix (211): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (361): 1
libinput Tapping Enabled Default (362): 0
libinput Tapping Drag Enabled (363):    1
libinput Tapping Drag Enabled Default (364):    1
libinput Tapping Drag Lock Enabled (365):   0
libinput Tapping Drag Lock Enabled Default (366):   0
libinput Tapping Button Mapping Enabled (367):  1, 0
libinput Tapping Button Mapping Default (368):  1, 0
libinput Natural Scrolling Enabled (343):   0
libinput Natural Scrolling Enabled Default (344):   0
libinput Disable While Typing Enabled (369):    1
libinput Disable While Typing Enabled Default (370):    1
libinput Scroll Methods Available (345):    1, 1, 0
libinput Scroll Method Enabled (346):   1, 0, 0
libinput Scroll Method Enabled Default (347):   1, 0, 0
libinput Click Methods Available (371): 1, 1
libinput Click Method Enabled (372):    1, 0
libinput Click Method Enabled Default (373):    1, 0
libinput Middle Emulation Enabled (350):    0
libinput Middle Emulation Enabled Default (351):    0
libinput Accel Speed (352): 0.000000
libinput Accel Speed Default (353): 0.000000
libinput Left Handed Enabled (357): 0
libinput Left Handed Enabled Default (358): 0
libinput Send Events Modes Available (328): 1, 1
libinput Send Events Mode Enabled (329):    0, 0
libinput Send Events Mode Enabled Default (330):    0, 0
Device Node (331):  "/dev/input/event14"
Device Product ID (332):    1739, 31251
libinput Drag Lock Buttons (359):   <no items>
libinput Horizontal Scroll Enabled (360):   1
Run Code Online (Sandbox Code Playgroud)

当我询问搜索引擎时,我得到的结果是“深圳市汇顶科技有限公司 DLL07BF:01 06CB:7A13 Touchpad”。这些属性看起来都与敏感性无关。我该如何解决这个超灵敏触摸板问题?

smo*_*aro 2

问题解决了。我需要安装 Synaptics 驱动程序并重新启动。xinput 列表的输出随后显示了 Synaptics 的各种内容。使用此页面上的信息:

https://help.ubuntu.com/community/SynapticsTouchpad

我至少能够改变灵敏度。现在要稍微调整一下......