Summary: | Reconfiguring KWin causes black flicker on X11. | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | rules | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | minor | CC: | isma.af, nate, plasma-bugs-null, xaver.hugl |
Priority: | NOR | Flags: | nate:
Wayland-
nate: X11+ |
Version First Reported In: | 5.24.5 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roke Julian Lockhart Beedell
2022-05-11 14:49:31 UTC
Can confirm. I suspect this has not to do with rules, but with kwin reconfiguration (which in turn has to be called for the new rules to take effect). Can you try `qdbus org.kde.KWin /KWin org.kde.KWin.reconfigure` to see if that's the case? This flickering effect shouldn't happen on Wayland, just on X11, and I cannot think of a way that it could be avoided there (based on the fact that it never were). "qdbus org.kde.KWin /KWin org.kde.KWin.reconfigure" invokes the blackness. Can confirm that it doesn't happen on Wayland. On X11, I wonder if we could hide the black flicker by using the new Blend effect. Do you think that would be technically feasible? (In reply to Nate Graham from comment #4) > Can confirm that it doesn't happen on Wayland. On X11, I wonder if we could > hide the black flicker by using the new Blend effect. Do you think that > would be technically feasible? I'm not sure because as far as I understand reconfigure is kind of a soft reset for kwin, but it's worth investigating. If it's possible it would be a nice solution. Senior kwin devs might have a better clue here :) This can't really be worked around, turning compositing off and on again is just inherently glitchy with how X11 works |