小编sna*_*109的帖子

如何正确设置 Logitech 鼠标的 USB 轮询速率?

我有一个非常具体的需要更改 Ubuntu 15.04 中的 mousepoll 值。

在《坎巴拉太空计划》中,有一个 Linux 错误,如果在 mousepoll 值高于 125hz 时用鼠标右键拖动视图,游戏将挂起一两秒,玩起来非常令人沮丧。

我有一个 Logitech G400 鼠标,轮询频率高达 1000hz。我不知道如何改变这一点。

我努力了:

  • 设置options usbhid mousepoll=8/etc/modprobe.d/usbhid
  • usbhid.mousepoll=8启动时在命令行上设置
  • sudo modprobe -r usbhid && sudo modprobe usbhid mousepoll=8从命令行运行

这些在一定程度上有效地实现了预期的cat /sys/module/usbhid/parameters/mousepoll回报。8但问题仍然存在于 KSP 中,当我evhzhttps://github.com/ian-kelling/evhz运行时,它仍然报告轮询率为 1000hz。

可能相关:

  • 我在笔记本电脑上。根据 evhz 的说法,触摸板不使用 usbhid 并以 125hz 进行轮询。使用此功能在 KSP 中进行右键平移没有问题。
  • Xfce 4.12(尝试启用和禁用合成,没有变化)
  • Nvidia 346.59 驱动程序
  • 根据我的笔记本电脑的硬件,KSP 中的性能在其他方面符合预期
  • 软件包(包括内核)均为现货
  • 鼠标已插入 USB 3.0 端口

mouse games logitech usbhid

3
推荐指数
1
解决办法
7939
查看次数

标签 统计

games ×1

logitech ×1

mouse ×1

usbhid ×1