Hi,
for me the keyboard worked but the mouse didnt.
export QT_QPA_EGLFS_NO_LIBINPUT=1
export QT_QPA_EVDEV_MOUSE_PARAMETERS=grab=1
export QT_QPA_EVDEV_KEYBOARD_PARAMETERS=grab=1
./myApp --platform eglfs -plugin evdevmouse:/dev/input/event2
Here is how i start x11vnc:
x11vnc -noipv6 -rawfb /dev/fb0 -geometry 1920x1080 -pipeinput UINPUT:direct_abs=/dev/uinput -dk -dp
I found something here: https://embeddeduse.com/2016/04/01/remote-support-vnc-harvester-terminal/
Maybe that is the only way?