README: Explain that QtQuick does not work on EGLFS

For issue #342
This commit is contained in:
Sergio Martins
2023-02-15 13:05:31 +00:00
parent a6e0de9db9
commit c744291d33

View File

@@ -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.