Qtwayland compositor & weston
-
Hi,
I'm testing Qtwayland compositor on imx6qsabresd board.
When launching Qtwayland compositor with weston terminal, it said that "can not lock wayland-0.lock" and the Qtwayland compositor cannot catch surfaces which created after Qtwayland compositor. These surfaces are actually in weston compositor.
I think Qtwayland compositor is equal to weston compositor. But when I launch Qtwayland compositor without weston (XDG_RUNTIME_DIR=/tmp), it always said "Failed to create display (No such file or directory)".
Is Qtwayland compositor a client for weston compositor(A), or equal to weston compositor(B)?
If A, how to catch other wayland client with Qtwayland compositor?
If B, how to launch Qtwayland compositor correctly?
cmd: ./pure-qml -platform wayland
Thanks,
Ray