我刚刚升级到 Ubuntu 18.04,跟踪点显示出不稳定的行为。向一个方向移动光标时,它首先向某个方向移动,然后向右移动。
这是一种奇怪的行为,就好像在我休息一段时间后再次开始移动时释放的轨迹点中有某种动量(惯性)“卡住”了。
该问题仅发生在跟踪点上,并且仅当两个移动都与跟踪点无关时。(也就是说,如果我用鼠标(或触摸板)移动,然后用轨迹点移动,没问题。)
它在 UBUNTU 17.10 上运行良好。
这是相关命令的输出。
avila@t420s ~> xinput list-props "TPPS/2 IBM TrackPoint"
Device 'TPPS/2 IBM TrackPoint':
Device Enabled (142): 1
Coordinate Transformation Matrix (144): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (281): 0
libinput Natural Scrolling Enabled Default (282): 0
libinput Scroll Methods Available (285): 0, 0, 1
libinput Scroll Method Enabled (286): 0, 0, 1
libinput Scroll Method Enabled Default (287): 0, 0, 1
libinput Button Scrolling Button (288): 2
libinput Button Scrolling Button Default (289): 2
libinput Middle Emulation Enabled (290): 0
libinput Middle Emulation Enabled Default (291): 0
libinput Accel Speed (292): -0.683453
libinput Accel Speed Default (293): 0.000000
libinput Accel Profiles Available (294): 1, 1
libinput Accel Profile Enabled (295): 1, 0
libinput Accel Profile Enabled Default (296): 1, 0
libinput Left Handed Enabled (297): 0
libinput Left Handed Enabled Default (298): 0
libinput Send Events Modes Available (266): 1, 0
libinput Send Events Mode Enabled (267): 0, 0
libinput Send Events Mode Enabled Default (268): 0, 0
Device Node (269): "/dev/input/event8"
Device Product ID (270): 2, 10
libinput Drag Lock Buttons (283): <no items>
libinput Horizontal Scroll Enabled (284): 1
禁用加速配置文件有助于:
然后你可能想提高你的指针的速度:
自下次启动后,默认情况下将再次启用加速配置文件,您可以创建一个包含上述命令并在重启后自动运行的脚本。
希望有帮助。