尝试拨入我的 Synaptics 触控板(在 Thinkpad T420 上)。几乎完美,但 Gpointing 设备设置中的最大速度和加速度设置似乎完全没有效果,所以我完全依赖于最低速度。
有什么建议么?
答案1
我似乎在 Ubuntu Mate 中看到了同样的问题。要以传统方式调整速度,您可以使用 xinput 命令行工具。例如在 Dell XPS 13 上:
# list your devices
xinput
# list properties
xinput --list-props "CyPS/2 Cypress Trackpad"
# increase acceleration
xinput --set-prop "CyPS/2 Cypress Trackpad" 265 2
--set-prop 命令可以转换为脚本并添加到您的启动应用程序中。
我还没有找到可以设置所有触摸板选项的 GUI。