使用 Ubuntu 20.04 的 Dell XPS 上的触摸板灵敏度

tdu*_*eon 5 touchpad xps dell synaptics 20.04

触摸板过于敏感导致随机跳跃和点击似乎是一个常见问题,但我发现的所有建议似乎都不适合我:

  • 戴尔 XPS 15 型号 9560
  • Ubuntu 20.04

大多数解决方案,包括此处描述的内容:https : //help.ubuntu.com/community/SynapticsTouchpad暗示正在使用 Synaptics 触摸板和 Synaptics 驱动程序。但是在我的设置中,触摸板是 Synaptics(我相信)但它似乎没有使用 Synaptics 驱动程序。以下是列出的内容:

# xinput list
? Virtual core pointer                      id=2    [master pointer  (3)]
?   ? Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
?   ? ELAN Touchscreen                          id=12   [slave  pointer  (2)]
?   ? DLL07BE:01 06CB:7A13 Mouse                id=13   [slave  pointer  (2)]
?   ? DLL07BE:01 06CB:7A13 Touchpad             id=14   [slave  pointer  (2)]
?   ? PS/2 Generic Mouse                        id=19   [slave  pointer  (2)]
? Virtual core keyboard                     id=3    [master keyboard (2)]
    ? Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ? Power Button                              id=6    [slave  keyboard (3)]
    ? Video Bus                                 id=7    [slave  keyboard (3)]
    ? Video Bus                                 id=8    [slave  keyboard (3)]
    ? Power Button                              id=9    [slave  keyboard (3)]
    ? Sleep Button                              id=10   [slave  keyboard (3)]
    ? Integrated_Webcam_HD: Integrate           id=11   [slave  keyboard (3)]
    ? Intel HID events                          id=15   [slave  keyboard (3)]
    ? Intel HID 5 button array                  id=16   [slave  keyboard (3)]
    ? Dell WMI hotkeys                          id=17   [slave  keyboard (3)]
    ? AT Translated Set 2 keyboard              id=18   [slave  keyboard (3)]
Run Code Online (Sandbox Code Playgroud)

然后我做:

# xinput --list-props 14 
Device 'DLL07BE:01 06CB:7A13 Touchpad':
    Device Enabled (200):   1
    Coordinate Transformation Matrix (202): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Tapping Enabled (356): 1
    libinput Tapping Enabled Default (357): 0
    libinput Tapping Drag Enabled (358):    1
    libinput Tapping Drag Enabled Default (359):    1
    libinput Tapping Drag Lock Enabled (360):   0
    libinput Tapping Drag Lock Enabled Default (361):   0
    libinput Tapping Button Mapping Enabled (362):  1, 0
    libinput Tapping Button Mapping Default (363):  1, 0
    libinput Natural Scrolling Enabled (340):   1
    libinput Natural Scrolling Enabled Default (341):   0
    libinput Disable While Typing Enabled (364):    0
    libinput Disable While Typing Enabled Default (365):    1
    libinput Scroll Methods Available (342):    1, 1, 0
    libinput Scroll Method Enabled (343):   1, 0, 0
    libinput Scroll Method Enabled Default (344):   1, 0, 0
    libinput Click Methods Available (366): 1, 1
    libinput Click Method Enabled (367):    0, 1
    libinput Click Method Enabled Default (368):    1, 0
    libinput Middle Emulation Enabled (369):    0
    libinput Middle Emulation Enabled Default (370):    0
    libinput Accel Speed (347): 0.000000
    libinput Accel Speed Default (348): 0.000000
    libinput Left Handed Enabled (352): 0
    libinput Left Handed Enabled Default (353): 0
    libinput Send Events Modes Available (321): 1, 1
    libinput Send Events Mode Enabled (322):    0, 0
    libinput Send Events Mode Enabled Default (323):    0, 0
    Device Node (324):  "/dev/input/event15"
    Device Product ID (325):    1739, 31251
    libinput Drag Lock Buttons (354):   <no items>
    libinput Horizontal Scroll Enabled (355):   1
Run Code Online (Sandbox Code Playgroud)

“Synaptics Finger”未列出,灵敏度设置似乎也没有任何等效属性。

如何调整灵敏度?默认设置几乎不可能使用,光标到处跳跃,幻象点击频繁发生,这可能是非常具有破坏性的。

小智 1

我遇到了类似的问题(在 Dell Precision 5550 上运行 Ubuntu 18.04),触摸板太敏感,但没有突触驱动程序来调整它。我按照戴尔网站上的说明进行操作,它似乎有所帮助(尽管仍然不完美):

https://www.dell.com/support/kbdoc/fr-fr/000150104/ precision-xps-ubuntu-general-touchpad-mouse-issue-fix?lang=en

因为我没有 synaptics 驱动程序,所以我能够跳过步骤 5,7 和 8。此外,我所有的 HWE 设置都是最新的 18.04,所以我所要做的就是向我的 libinput 添加一些行.conf 文件(步骤 8)。这并没有产生像 Synaptics 那样可定制的东西,但它有一点帮助。


Unn*_*med 0

我遇到了完全相同的问题,然后发现了这个问题。如果您运行sudo apt-get install xserver-xorg-input-synaptics并重新启动计算机,它应该列出“Synaptic Fingers”。