From 2e9703b8fb6afc4628e59288365e7c1b59fbd19b Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 14 Oct 2020 22:18:45 +0300 Subject: [PATCH] Update troubleshooting.md --- pages/troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/troubleshooting.md b/pages/troubleshooting.md index f4909700..6a3275f4 100644 --- a/pages/troubleshooting.md +++ b/pages/troubleshooting.md @@ -44,3 +44,6 @@ As a first step we recommend carefully reading our documentation on [GitHub](htt ### I can't copy clipboard contents from the server (the machine controlled via Pi-KVM) to the client. - The clipboard only works from the client to the server not vice versa. There is currently no way to do it. + +### Big mouse latency on RPi as managed server +- Unusual case: RPi4 is used as a Pi-KVM 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.