| Summary: | Dialer's "active call list" screen remains visible after dialer has exited | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Marco Mattiolo <marco.mattiolo> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | brisk.wing4197, luis.buechi |
| Priority: | NOR | ||
| Version First Reported In: | 6.2.4 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 6.3.5 | |
| Sentry Crash Report: | |||
| Attachments: |
journal log with KWin debug logs enabled
journal log with KWin debug logs enabled and triple buffering disabled |
||
|
Description
Marco Mattiolo
2025-01-14 20:48:58 UTC
Created attachment 178443 [details]
journal log with KWin debug logs enabled
I hope some log with KWin debug output can help: IMO those 2 lines
feb 16 17:56:18 mobian kwin_wayland_wrapper[1250]: kwin_scene_opengl: 0x1: fd_acc_get_query_result: a busy "0xaaaad31f4570: target=buffer, format=r8_unorm, 4096x1x1, array_size=1, last_level=0, nr_samples=0, usage=0, bind=40000, flags=0" BO stalled (0.011 ms)
feb 16 17:56:18 mobian kwin_wayland_wrapper[1250]: kwin_scene_opengl: 0x1: fd_acc_get_query_result: a busy "0xaaaad1d6f480: target=buffer, format=r8_unorm, 4096x1x1, array_size=1, last_level=0, nr_samples=0, usage=0, bind=40000, flags=0" BO stalled (0.036 ms)
show something in the system being overloaded?
Created attachment 178444 [details]
journal log with KWin debug logs enabled and triple buffering disabled
Another log, now setting KWIN_DRM_DISABLE_TRIPLE_BUFFERING=1 before rebooting. Those
feb 16 18:07:53 mobian kwin_wayland_wrapper[1221]: kwin_scene_opengl: 0x1: fd_acc_get_query_result: a busy "0xaaaaeac74b40: target=buffer, format=r8_unorm, 4096x1x1, array_size=1, last_level=0, nr_samples=0, usage=0, bind=40000, flags=0" BO stalled (0.027 ms)
lines at the end refer to the "active call list" screen being stuck on the display: I tap on the screen at random places, sometime I get a vibration feedback (like if I'm interacting with an invisible Plasma shell under the ghost screen) and those lines are triggered in the logs.
This is now fixed with https://invent.kde.org/plasma/kwin/-/merge_requests/7552 (cherry-pick for 6.3 in: https://invent.kde.org/plasma/kwin/-/merge_requests/7556 ) |