我带了一个罗技无线触控键盘 K400r并将其插入我的笔记本电脑,操作系统是 Ubuntu 14.04。它开箱即用。然而,我注意到它的触控板非常慢,我想更改它的设置。设定点Logitech 提供的用于自定义键盘选项的软件没有 Linux 发行版。我找到的唯一适用于 Ubuntu 的选项是太阳能应用程序。虽然它有一些选项,但不包括触控板设置。对于在 Ubuntu 上运行的这款 Logitech 无线键盘,是否有触控板设置的解决方法?基本上,我在 Ubuntu 中寻找 Logitech Setpoint 替代品。
更新 -
经过大量搜索,我发现隐藏点似乎不再活跃了。
答案1
忘掉 Solaar 吧,你可以在本地实现它(我使用的是 Xubuntu Core 18.04,但这显然已经在 Ubuntu 9.10 上运行)。我有一台 Logitech K400 Pro,我把它从垃圾改造成了一台可以使用的垃圾
$ xinput
记下指针,而不是 K400 的键盘。假设是 10,那么
$ xinput --list-props 10
请注意以下有趣的几行:
Coordinate Transformation Matrix (145): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (289): 0.000000
libinput Accel Speed Default (290): 0.000000
libinput Accel Profiles Available (291): 1, 1
libinput Accel Profile Enabled (292): 1, 0
增加灵敏度:
$ xinput --set-prop 10 289 1
$ xinput --set-prop 10 292 0 0
$ xinput --set-prop 10 145 2 0 0 0 4 0 0 0 2