arduinoVNC icon indicating copy to clipboard operation
arduinoVNC copied to clipboard

Display unresponsive to mouse/keyboard events

Open Isysxp opened this issue 4 months ago • 2 comments

Device: Waveshare ESP32S3 4.3" display using a USB mouse Via x11vnc Board: ESP32 by Espressif Ver:3.1.1 (ESP-IDF) 53.) Libraries: ArduinoVNC Ver: 1.6 EspUsbHostLVGL-master: requires LVGL (https://github.com/ArtronShop/EspUsbHostLVGL/tree/master) Arduino_GFX_Library Ver: 1.5.5

Fault: After approximately 1 minute, the mouse cursor disappears and there is no response to key events. Mitigation: Start x11vnc on the server using this command line: x11vnc -display :0 -rfbport 5901 -geometry 800x480 -nonap Connect client using: vnc.begin("", 5901); Please note that -nonap appears corrects the above fault.......

Isysxp avatar Aug 05 '25 16:08 Isysxp