0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Raspberry Piのマウスの反応遅延をなんとかする

Last updated at Posted at 2025-11-02

Raspberry Piに接続したマウスを動かしたときのマウスカーソルの反応が遅いとき、以下を試す。

$ sudo nano /boot/firmware/cmdline.txt

この設定ファイルは半角スペース区切りで記述されているので末尾に半角スペースとusbhid.mousepoll=0のオプションを追加する。

/boot/firmware/cmdline.txt
...略 quiet splash usbhid.mousepoll=0

再起動する。

$ sudo reboot

これで解決しなかったら申し訳ないが上の設定を元に戻して、ネットで別の記事を漁ってくれ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?