Ken*_*her 5 thinkpad kubuntu trackpoint
在我的 X1 Carbon Gen 6 上,Kubuntu 20.04 中的 TrackPoint 灵敏度设置太低,以至于我的食指每天使用它都会感到疼痛。
我使用了这篇 reddit 帖子(X1C Gen6 w/ Ubuntu 18.04)中的设置,我相信它在重新启动后立即起作用,但我认为进入挂起状态后,默认设置必须恢复。
有人对调整 (K)ubuntu 20.04 的 TrackPoint 设置有更多最新建议吗?
更新:运行xinput --list-props "TPPS/2 Elan TrackPoint"我得到以下信息:
Device 'TPPS/2 Elan TrackPoint':
Device Enabled (172): 1
Coordinate Transformation Matrix (174): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (304): 2
Device Accel Constant Deceleration (305): 0.500000
Device Accel Adaptive Deceleration (306): 1.000000
Device Accel Velocity Scaling (307): 10.000000
Device Product ID (296): 2, 10
Device Node (295): "/dev/input/event15"
Evdev Axis Inversion (344): 0, 0
Evdev Axes Swap (346): 0
Axis Labels (347): "Rel X" (182), "Rel Y" (183)
Button Labels (348): "Button Left" (175), "Button Middle" (176), "Button Right" (177), "Button Wheel Up" (178), "Button Wheel Down" (179), "Button Horiz Wheel Left" (180), "Button Horiz Wheel Right" (181)
Evdev Scrolling Distance (349): 0, 0, 0
Evdev Middle Button Emulation (350): 0
Evdev Middle Button Timeout (351): 50
Evdev Middle Button Button (352): 2
Evdev Third Button Emulation (353): 0
Evdev Third Button Emulation Timeout (354): 1000
Evdev Third Button Emulation Button (355): 3
Evdev Third Button Emulation Threshold (356): 20
Evdev Wheel Emulation (357): 1
Evdev Wheel Emulation Axes (358): 6, 7, 4, 5
Evdev Wheel Emulation Inertia (359): 2
Evdev Wheel Emulation Timeout (360): 200
Evdev Wheel Emulation Button (361): 2
Evdev Drag Lock Buttons (362): 0
Run Code Online (Sandbox Code Playgroud)
我在 Ubuntu 20.04 上的 Thinkpad X1 Carbon Gen 7 上也遇到了类似的问题。我通过运行修复了它:
xinput --set-prop "TPPS/2 Elan TrackPoint" "libinput Accel Speed" 1.0
Run Code Online (Sandbox Code Playgroud)
这会将加速度设置为最大值,从而获得更好的灵敏度。
为了在启动时保持这一点,我将命令添加到 Ubuntu 中的启动应用程序中。
您可能还需要确保将您的libinput Accel Profile设置设置为“自适应”而不是“平坦”。您可以通过运行来测试:
xinput --list-props "TPPS/2 Elan TrackPoint"
Run Code Online (Sandbox Code Playgroud)
在您获得的输出中,Accel Profile启用的值应为:
libinput Accel Profile Enabled (315): 1, 0
Run Code Online (Sandbox Code Playgroud)
此外,一旦您设置了加速配置文件,您就可以转到“系统设置”并将鼠标速度设置为最大。正确的加速度配置文件和鼠标速度的结合使指点杆在我的机器上非常流畅。
| 归档时间: |
|
| 查看次数: |
8833 次 |
| 最近记录: |