| Summary: | Overview effect crashes kwin | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Guido <guido.iodice> |
| Component: | egl | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | conordockry, kde |
| Priority: | NOR | ||
| Version First Reported In: | 6.0.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Guido
2024-03-25 20:29:36 UTC
update: It seems that the problem is the use of egl. Using glx for both kwin and qt the problem does not occur. KWIN_OPENGL_INTERFACE=xcb QT_XCB_GL_INTEGRATION=glx kwin_x11 --replace works fine. How did you end up not using GLX in Qt? (In reply to David Edmundson from comment #2) > How did you end up not using GLX in Qt? GLX is practically deprecated, EGL is the new standard. On Plasma 5 I had been using EGL for years without any problem. Ok, but how did you set it? (In reply to David Edmundson from comment #4) > Ok, but how did you set it? export KWIN_OPENGL_INTERFACE=egl export QT_XCB_GL_INTEGRATION=xcb_egl In my experience, the performance is better (on Plasma 5). @David(In reply to David Edmundson from comment #4) Does the bug occur for you as well? Any idea why? The bug affects also 6.0.3 The bug affects also kwin 6.0.3 *** This bug has been marked as a duplicate of bug 483912 *** |