From d35d131dc05964878e9917f0bdb3839687577b13 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Mon, 24 Jan 2022 01:12:35 -0800 Subject: [PATCH] Update faq.md (#620) Changed due to feedback from community user --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 9c75c15..9c93968 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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?"