From c744291d3387185b5e3df56d7064fbbba66c67d5 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Wed, 15 Feb 2023 13:05:31 +0000 Subject: [PATCH] README: Explain that QtQuick does not work on EGLFS For issue #342 --- README-QtQuick.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-QtQuick.md b/README-QtQuick.md index e710d75d..0a493509 100644 --- a/README-QtQuick.md +++ b/README-QtQuick.md @@ -17,3 +17,5 @@ advise users to move to Qt6 as soon as possible. This could be solved by going to Nvidia's settings and making sure all monitors have the same refresh rate and disabling "Allow Flipping". It's not known why this solves it. Might also be a bug in Qt. + +- `"EGLFS: OpenGL windows cannot be mixed with others"` QtQuick on EGLFS does not support having more than 1 window. This is a known QtQuick limitation. The QtWidgets stack worksaround this by compositing all windows into a single native window.