From 3495dcd5ee23e017916cb0ceda4601e6cab1ff27 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sat, 14 Aug 2021 09:42:09 +0300 Subject: [PATCH] Update faq.md --- pages/faq.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/faq.md b/pages/faq.md index c513960d..276d761d 100644 --- a/pages/faq.md +++ b/pages/faq.md @@ -200,6 +200,15 @@ Note: if you can't find an answer to your question here, try the [Community FAQ] * In rare cases, some very buggy BIOSes does not like HID and Mass Storage in one USB device. You can either [disable Mass Storage](https://github.com/pikvm/pikvm/blob/master/pages/msd.md#disable-msd), or use [Arduino HID](https://github.com/pikvm/pikvm/blob/master/pages/arduino_hid.md) to physically separate them. +### Buggy absolute mouse on Windows 98 as managed server +
+ Click to view + +* How to fix: + - [v2+/OTG](https://github.com/pikvm/pikvm/blob/master/pages/mouse.md#fixing-absolute-mouse-on-windows-98). + - [Arduino HID](https://github.com/pikvm/pikvm/blob/master/pages/arduino_hid.md#fixing-absolute-mouse-on-windows-98). +
+ ### Big mouse latency on another Raspberry as managed server
Click to view