Use EGL+GLES workaround for Nvidia X11

We can avoid disabling EGL entirely by forcing Qt to use GLES,
which is not impacted by the black window issue. This lets us
simplify back to EGL everywhere.
This commit is contained in:
Cameron Gutman 2025-12-14 16:21:32 -06:00
commit 3425fec33d
4 changed files with 15 additions and 22 deletions

View file

@ -11,6 +11,5 @@ namespace WMUtils {
bool isRunningWayland();
bool isRunningWindowManager();
bool isRunningDesktopEnvironment();
bool isX11EGLSafe();
QString getDrmCardOverride();
}