Ubuntu 20.04 Dell xps 13 触摸板登录后不工作

Ubuntu 20.04 Dell xps 13 触摸板登录后不工作

触控板停止工作,但蓝牙鼠标正常工作。仅在登录后发生。

xinput输出:

⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ DLL075B:01 06CB:76AF Mouse                id=11   [slave  pointer  (2)]
⎜   ↳ DLL075B:01 06CB:76AF Touchpad             id=12   [slave  pointer  (2)]
⎜   ↳ Designer Mouse                            id=18   [slave  pointer  (2)]
⎜   ↳ Designer Keyboard Consumer Control        id=22   [slave  pointer  (2)]

对于 12,道具如下:

Device 'DLL075B:01 06CB:76AF Touchpad':
    Device Enabled (148):   1
    Coordinate Transformation Matrix (150): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Tapping Enabled (302): 1
    libinput Tapping Enabled Default (303): 0
    libinput Tapping Drag Enabled (304):    1
    libinput Tapping Drag Enabled Default (305):    1
    libinput Tapping Drag Lock Enabled (306):   0
    libinput Tapping Drag Lock Enabled Default (307):   0
    libinput Tapping Button Mapping Enabled (308):  1, 0
    libinput Tapping Button Mapping Default (309):  1, 0
    libinput Natural Scrolling Enabled (286):   1
    libinput Natural Scrolling Enabled Default (287):   0
    libinput Disable While Typing Enabled (310):    1
    libinput Disable While Typing Enabled Default (311):    1
    libinput Scroll Methods Available (288):    1, 1, 0
    libinput Scroll Method Enabled (289):   1, 0, 0
    libinput Scroll Method Enabled Default (290):   1, 0, 0
    libinput Click Methods Available (312): 1, 1
    libinput Click Method Enabled (313):    1, 0
    libinput Click Method Enabled Default (314):    1, 0
    libinput Middle Emulation Enabled (315):    0
    libinput Middle Emulation Enabled Default (316):    0
    libinput Accel Speed (293): 0.000000
    libinput Accel Speed Default (294): 0.000000
    libinput Left Handed Enabled (298): 0
    libinput Left Handed Enabled Default (299): 0
    libinput Send Events Modes Available (271): 1, 1
    libinput Send Events Mode Enabled (272):    1, 0
    libinput Send Events Mode Enabled Default (273):    0, 0
    Device Node (274):  "/dev/input/event7"
    Device Product ID (275):    1739, 30383
    libinput Drag Lock Buttons (300):   <no items>
    libinput Horizontal Scroll Enabled (301):   1

我该如何进一步修复/调试它?

答案1

经过多天的调试后发现触摸板设置已关闭,我不知道为什么也不记得这样做过。

在此处输入图片描述

答案2

我也遇到了同样的问题。我的触摸板无法使用,但幸运的是,我的触摸屏仍然可以使用。我像你一样进入设置,但触摸板设置仍然处于启用状态。我将其关闭,然后重新打开。

根据 18.04 版触摸板问题的建议,我运行了以下命令:

sudo modprobe -r psmousesudo modprobe psmouse proto=imps

执行这些命令并重新启动后,我的触摸板又可以工作了。

相关内容