platform eglfs support for multi tab window
Unsolved
General and Desktop
-
Hi,
I am using arm based single board pc 6 core and mali graphic card with Qt 5.10.
If there is only one page window and no tab eglfs screen working and supported flawlessly
But if there is multi tab on the window (which is starting with a splash animation is it another window ?) it gives error on the eglfs :
Only single window per screen supported! EGL Error : Could not create the egl surface: error = 0x3000 Aborted (core dumped)
xcb is working.
Any idea ?
-
Hi,
XCB is used with Xorg which is a Window manager. EGLFS doesn't provide that. It's a single window only backend.
If you want to have support for multiple window on top of EGLFS, then you have to use something like the QtWayland module.