From 362e3eaf3a24302cdcb2a03050289a43930ad7c1 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Fri, 11 Feb 2022 14:04:18 -0800 Subject: [PATCH] Update mouse.md (#647) Verbiage added for clarification --- docs/mouse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mouse.md b/docs/mouse.md index 52fa9a65..3326612a 100644 --- a/docs/mouse.md +++ b/docs/mouse.md @@ -16,7 +16,7 @@ When you press `Esc`, the browser releases the mouse. ## Important notes -The relative mouse generates a huge number of events that can be poorly transmitted over the network or very slowly perceived by the BIOS/UEFI driver. To solve this problem, mouse events are optimized using a vector sum. This mode is enabled by default and is available in the web menu `System -> Squash mouse moves`. You can try disabling this if you have problems with mouse acceleration. This is the best and most reasonable compromise right now. +The relative mouse generates a huge number of events that can be poorly transmitted over the network or very slowly perceived by the BIOS/UEFI driver. To solve this problem, mouse events are optimized using a vector sum. This mode is enabled by activating the below first and is available in the web menu `System -> Squash mouse moves`. You can try disabling this if you have problems with mouse acceleration. This is the best and most reasonable compromise right now. Also currently the relative mouse mode is not supported by [PiKVM VNC server](vnc.md) yet. The reason is that none of the recommended clients support the [QEMU Pointer Motion Change](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#qemu-pointer-motion-change-pseudo-encoding) extension. We expect to implement this in [TigerVNC](https://github.com/TigerVNC/tigervnc/issues/619). The relative mode is also not supported by mobile browsers.