Qt 6.11 is out! See what's new in the release
blog
Error while starting QML Wayland Compositor from console
-
Hello everyone!
I'm trying to run Pure QML Wayland Compositor which I took from this page: https://doc.qt.io/qt-5/qtwaylandcompositor-pure-qml-example.htmlIf I run it in X server, it works fine. But when I try to run it in tty without X, I get the error:
failed to create display (No such file or directory).
I use this command to launch:./composer -platform waylandAfter that I tried
./composer -platform eglfs, but stiil no luck:Could not open display.How can I solve this problem?
Hope for your help.