Summary: | Broken rendering with OpenGL compositing on i915 | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | rachid |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | ballogyor, kde, nate, sam, xaver.hugl |
Priority: | NOR | ||
Version First Reported In: | 6.1.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=482868 https://bugreports.qt.io/browse/QTBUG-126706 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
rachid
2024-06-26 12:42:18 UTC
Please attach the output of wayland-info. If KWin falls back to llvmpipe or QPainter, apps should be doing the same (In reply to Zamundaaa from comment #1) > Please attach the output of wayland-info. If KWin falls back to llvmpipe or > QPainter, apps should be doing the same Currently i am using X11 and not wayland. wayland-info failed to create display: No such file or directory ah. Not sure we can do anything about this then; maybe Qt needs a similar check as KWin now has Yeah. Is this reported to QT? I reported this to Qt developers here: https://bugreports.qt.io/browse/QTBUG-126962 The workaround is to specify the environment variable 'QT_QUICK_BACKEND=software' manually. Unfortunately it triggers another bug that taskbar icons are moving to the left: https://bugs.kde.org/show_bug.cgi?id=482669 Which is also reported to Qt developers: https://bugreports.qt.io/browse/QTBUG-123799 Even if these issues would be solved, the Wayland session have one more bug: it crashes all the time when I press Alt-Tab https://bugs.kde.org/show_bug.cgi?id=482663 And the mouse pointer is also broken, not rendered correctly under Wayland with the QPainter backend. So there there are multiple things need to be fixed to make it possible to use KDE Plasma on this hardware. |