mirror of https://github.com/pikvm/pikvm.git
parent
0cd11bd64a
commit
d35d131dc0
|
|
@ -345,7 +345,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
|
|||
|
||||
|
||||
??? question "Big mouse latency on another Raspberry as managed server"
|
||||
Unusual case: RPi4 is used as a PiKVM to control RPi3. In this case, the mouse delay may be several seconds. To fix it, just add line `usbhid.mousepoll=0` to `/boot/config.txt` to the server (i.e. RPI3 in our case) and reboot it.
|
||||
Unusual case: RPi4 is used as a PiKVM to control RPi3. In this case, the mouse delay may be several seconds. To fix it, just add line `usbhid.mousepoll=0` to `/boot/cmdline.txt` to the server (i.e. RPI3 in our case) and reboot it. [Source.](https://www.reddit.com/r/pikvm/comments/m4xs79/slow_mouse_response/)
|
||||
|
||||
|
||||
??? question "What speed is the USB OTG port?"
|
||||
|
|
|
|||
Loading…
Reference in New Issue