0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ラズパイ4のマウスの動きが悪いときの対処方法

Posted at

ラズパイ4でRaspberry Pi OSを入れたのですが、マウスの動きが悪く非常に使いにくかったので、その解決策をメモとして残します。

設定ファイルの追記

設定ファイルを下のコマンドで開きます。

$ vi /boot/cmdline.txt

このファイルの最後に下の文字を追加します。

usbhid.mousepoll=0

この後、再起動します。これだけです。

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?