From f2d56d923f744e7247b0c8e1b79663daf7921034 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 11 Nov 2020 12:21:18 +0300 Subject: [PATCH] Update mouse.md --- pages/mouse.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/mouse.md b/pages/mouse.md index cd8a517f..31c37395 100644 --- a/pages/mouse.md +++ b/pages/mouse.md @@ -13,11 +13,11 @@ For such cases, support is provided for the relative mode of operation, which ca When using relative mode, the browser will exclusively capture your mouse when you click on the stream window in Pi-KVM once. When you press `Esc`, the browser releases the mouse. -:exclamation: Currently, the relative mouse mode is not supported by [Pi-KVM 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). +# 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. -:exclamation: The relative mode is also not supported by mobile browsers. +Also currently the relative mouse mode is not supported by [Pi-KVM 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. # Enabling the relative mouse on the v2 platform (OTG HID) * Switch filesystem to RW-mode using command `rw`.