Error while starting QML Wayland Compositor
-
wrote on 20 May 2017, 16:34 last edited by
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 wayland
Hope for your help.
-
wrote on 12 Jun 2017, 12:01 last edited by
Any variants?
-
wrote on 17 Nov 2017, 02:55 last edited by
@CheeryLee I think QML wayland compositor can be run on wayland.
Because your error means that there is no wayland-0 for communicate between server and client.