Update mouse.md

This commit is contained in:
Maxim Devaev 2020-11-03 23:24:56 +03:00 committed by GitHub
parent c90e959adf
commit 552840c963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 10 deletions

View File

@ -27,8 +27,7 @@ We expect to implement this in [TigerVNC](https://github.com/TigerVNC/tigervnc/i
absolute: false absolute: false
``` ```
* Perform `reboot`. * Perform `reboot`.
* If the mouse is still not detected by the BIOS/UEFI, try disabling horizontal scrolling to ensure maximum compatibility:
If the mouse is still not detected by the BIOS/UEFI, try disabling horizontal scrolling to ensure maximum compatibility:
```yaml ```yaml
kvmd: kvmd:
hid: hid:
@ -36,7 +35,7 @@ kvmd:
absolute: false absolute: false
horizontal_wheel: false horizontal_wheel: false
``` ```
Don't forget to perform `reboot`. * Don't forget to perform `reboot`.
# Enabling relative mouse on v0 platform (serial HID) # Enabling relative mouse on v0 platform (serial HID)
This is not currently supported but will be added in a future release. The reason is that we are working on improving the HID protocol. This is not currently supported but will be added in a future release. The reason is that we are working on improving the HID protocol.