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

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

我有一台 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

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

答案1

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

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

我至少可以改变灵敏度。现在再稍微调整一下……

相关内容