Den*_*nny 5 touchpad laptop 17.10
我刚刚在我的笔记本电脑上安装了 17.10。安装过程进行得很顺利,另外我正在运行一个实时 USB 以测试一切是否正常。我自己注意到的一件事是,在移动鼠标时,鼠标感觉像在各个方向上迈步 - 导致移动滞后。
如果你有一个网格,感觉就像鼠标在移动时将自己附加到网格中的每个十字架上。这种效果在对角线方向最明显,但也可以在其他地方注意到。随着鼠标的颠簸,做更小的动作是具有挑战性的。
我尝试更改系统上股票设置菜单中的可用设置,但没有任何明显的运气。我也尝试搜索类似的问题,但我不确定他们是否准确描述了我的问题。例如,让我们看看:Jerky mouse Movement
xinput --list-props "SynPS/2 Synaptics TouchPad" gives:
`simen@Yoga-ubuntu:~$ xinput --list-props "SynPS/2 Synaptics TouchPad"
Device 'SynPS/2 Synaptics TouchPad':
Device Enabled (171): 1
Coordinate Transformation Matrix (173): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (311): 1
libinput Tapping Enabled Default (312): 0
libinput Tapping Drag Enabled (313): 1
libinput Tapping Drag Enabled Default (314): 1
libinput Tapping Drag Lock Enabled (315): 0
libinput Tapping Drag Lock Enabled Default (316): 0
libinput Tapping Button Mapping Enabled (317): 1, 0
libinput Tapping Button Mapping Default (318): 1, 0
libinput Accel Speed (319): -0.244604
libinput Accel Speed Default (320): 0.000000
libinput Natural Scrolling Enabled (321): 1
libinput Natural Scrolling Enabled Default (322): 0
libinput Send Events Modes Available (292): 1, 1
libinput Send Events Mode Enabled (293): 0, 0
libinput Send Events Mode Enabled Default (294): 0, 0
libinput Left Handed Enabled (323): 0
libinput Left Handed Enabled Default (324): 0
libinput Scroll Methods Available (325): 1, 1, 0
libinput Scroll Method Enabled (326): 1, 0, 0
libinput Scroll Method Enabled Default (327): 1, 0, 0
libinput Click Methods Available (328): 1, 1
libinput Click Method Enabled (329): 1, 0
libinput Click Method Enabled Default (330): 1, 0
libinput Middle Emulation Enabled (331): 0
libinput Middle Emulation Enabled Default (332): 0
libinput Disable While Typing Enabled (333): 1
libinput Disable While Typing Enabled Default (334): 1
Device Node (295): "/dev/input/event6"
Device Product ID (296): 2, 7
libinput Drag Lock Buttons (335): <no items>
libinput Horizontal Scroll Enabled (336): 1
Run Code Online (Sandbox Code Playgroud)
我已经尝试在这里更改一些值,但到目前为止还没有摆脱触控板的“网格移动”。
将外接鼠标连接到笔记本电脑似乎解决了这个问题,但我仍然对触控板的性能不满意。用我的触控板移动指针并不顺利。
如果有任何其他方便的信息,请告诉我,我会提供。这是一个烦人的问题,因为我不能一直使用外接鼠标。
小智 2
触摸板移动的网格状图案是由 libinput 的旧矩形迟滞算法引起的。它在 libinput 版本 1.10.2(包括 Ubuntu 18.04)中通过切换到椭圆(通常是圆形)方法进行了修复:
https://lists.freedesktop.org/archives/wayland-devel/2018-March/037317.html