触摸板和键盘随机行为

触摸板和键盘随机行为

几个月前我从戴尔购买了一台新笔记本电脑,即戴尔 Latitude 3510。它附带 Ubuntu 18.04,我已将其移除并安装了 Ubuntu 20.04 LTS。

问题是触摸板会突然停止大约 5 到 10 秒,然后又自行工作。它还可能突然加速并无缘无故停止滚动,当我尝试关闭触摸板时,它不会关闭。解决问题的唯一方法是暂停 Ubuntu,然后再次打开它。

键盘还可以执行一些随机操作,例如自行输入关键字以及在书写时移动光标。

我知道这里有很多关于类似问题的问题。但相信我,我尝试了这里的每一个答案,并且搜索了一个多月。我发布这个问题是因为我真的没有找到任何解决方案。

当我运行xinput list它时输出:

⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ DELL09ED:00 27C6:01E0 Mouse               id=10   [slave  pointer  (2)]
⎜   ↳ DELL09ED:00 27C6:01E0 Touchpad            id=11   [slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouse                        id=15   [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Video Bus                                 id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Power Button                              id=8    [slave  keyboard (3)]
    ↳ Integrated_Webcam_HD: Integrate           id=9    [slave  keyboard (3)]
    ↳ Intel HID events                          id=12   [slave  keyboard (3)]
    ↳ Dell WMI hotkeys                          id=13   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard

然后运行后input list-props "DELL09ED:00 27C6:01E0 Touchpad"

Device 'DELL09ED:00 27C6:01E0 Touchpad':
    Device Enabled (179):   1
    Coordinate Transformation Matrix (181): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    Device Accel Profile (312): 1
    Device Accel Constant Deceleration (313):   2.500000
    Device Accel Adaptive Deceleration (314):   1.000000
    Device Accel Velocity Scaling (315):    12.500000
    Synaptics Edges (333):  76, 1843, 58, 1021
    Synaptics Finger (334): 25, 30, 0
    Synaptics Tap Time (335):   180
    Synaptics Tap Move (336):   96
    Synaptics Tap Durations (337):  180, 180, 100
    Synaptics ClickPad (338):   1
    Synaptics Middle Button Timeout (339):  0
    Synaptics Two-Finger Pressure (340):    282
    Synaptics Two-Finger Width (341):   7
    Synaptics Scrolling Distance (342): 44, 44
    Synaptics Edge Scrolling (343): 0, 0, 0
    Synaptics Two-Finger Scrolling (344):   1, 1
    Synaptics Move Speed (345): 1.000000, 1.750000, 0.090868, 0.000000
    Synaptics Off (346):    0
    Synaptics Locked Drags (347):   0
    Synaptics Locked Drags Timeout (348):   5000
    Synaptics Tap Action (349): 2, 3, 0, 0, 1, 3, 0
    Synaptics Click Action (350):   1, 3, 0
    Synaptics Circular Scrolling (351): 0
    Synaptics Circular Scrolling Distance (352):    0.100000
    Synaptics Circular Scrolling Trigger (353): 0
    Synaptics Circular Pad (354):   0
    Synaptics Palm Detection (355): 1
    Synaptics Palm Dimensions (356):    10, 200
    Synaptics Coasting Speed (357): 20.000000, 50.000000
    Synaptics Pressure Motion (358):    30, 160
    Synaptics Pressure Motion Factor (359): 1.000000, 1.000000
    Synaptics Resolution Detect (360):  1
    Synaptics Grab Event Device (361):  0
    Synaptics Gestures (362):   1
    Synaptics Capabilities (363):   1, 0, 0, 1, 1, 0, 0
    Synaptics Pad Resolution (364): 13, 18
    Synaptics Area (365):   0, 0, 0, 0
    Synaptics Soft Button Areas (366):  959, 0, 884, 0, 0, 0, 0, 0
    Synaptics Noise Cancellation (367): 11, 11
    Device Product ID (305):    10182, 480
    Device Node (304):  "/dev/input/event7"

相关内容