| Summary: | KWin effects show up black on the PineTab and PinePhone Pro on Arch | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Devin Lin <espidev> |
| Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | xaver.hugl |
| Priority: | NOR | ||
| Version First Reported In: | 6.0.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
log from opening the task switcher on an arch derived distro
log-after-recompile |
||
|
Description
Devin Lin
2024-03-16 18:38:38 UTC
Video of it occurring is in the Plasma Mobile issue: https://invent.kde.org/teams/plasma-mobile/issues/-/issues/282 The log basically loops: kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glVertexAttribPointer(no array object bound) kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glVertexAttribPointer(no array object bound) kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glVertexAttribPointer(no array object bound) kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glDrawElements kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glVertexAttribPointer(no array object bound) kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glVertexAttribPointer(no array object bound) kwin_scene_opengl: 0x2: GL_INVALID_OPERATION in glDrawArrays Also occurs on the PineTab 2 Created attachment 167676 [details] log-after-recompile Log after recompiling with https://invent.kde.org/plasma/kwin/-/blob/master/src/plugins/qpa/eglplatformcontext.cpp?ref_type=heads#L238 set to m_format.setProfile(QSurfaceFormat::CoreProfile); *** This bug has been marked as a duplicate of bug 486460 *** |