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:
parent
de844f2a0c
commit
3425fec33d
4 changed files with 15 additions and 22 deletions
|
|
@ -11,6 +11,5 @@ namespace WMUtils {
|
|||
bool isRunningWayland();
|
||||
bool isRunningWindowManager();
|
||||
bool isRunningDesktopEnvironment();
|
||||
bool isX11EGLSafe();
|
||||
QString getDrmCardOverride();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue