Skip to content

Do not use EGL_EXT_platform_xcb

Alessandro Astone requested to merge work/aleasto/nvidia into master

QT_XCB_GL_INTEGRATION=xcb_egl uses EGL_EXT_platform_xcb which is unsupported by the nvidia driver 1.

On GLVND setups then the EGL loader probes mesa which since 23.3.0 falls back to zink before swrast. Unfortunately xwaylandvideobridge doesn't currently work with zink+nvidia 2.

To avoid issues, unset QT_XCB_GL_INTEGRATION=xcb_egl.

Merge request reports