Qt 6.11 is out! See what's new in the release
blog
QVncServer and EGLFS simultaneously on embedded Linux , is it possible?
-
Hi,
I am running a Qt 6.8 QML/Quick application on an embedded Linux device (NVIDIA Jetson Orin Nano, L4T R36.4.4) using EGLFS with the eglfs_kms backend.
I need to have both:Local display working via EGLFS
VNC server running simultaneously so a remote user can see the screenIs it possible to run QVncServer in parallel with EGLFS on the same application?
If yes, how?
Thanks -
Hi and welcome to devnet,
Based on the module documentation and the simple example, I would say yes.