| Summary: | Kate flickers when part of the window is outside display borders | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Germano Massullo (Thetra) <germano.massullo> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 5.20.5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Germano Massullo (Thetra)
2020-08-12 16:02:39 UTC
That is not something Kate itself will trigger. Might this be some issue with KWin or the graphics stack? Can you check if disabling buffer age fixes the bug?
env KWIN_USE_BUFFER_AGE=0 kwin_x11 --replace
(In reply to Vlad Zahorodnii from comment #2) > Can you check if disabling buffer age fixes the bug? > > env KWIN_USE_BUFFER_AGE=0 kwin_x11 --replace Right now I cannot manage to reproduce the problem. As soon I will manage again to reproduce it, I will test that setting No feedback after three weeks. Please reopen if it happens again. While experiencing the problem, I runned $ env KWIN_USE_BUFFER_AGE=0 kwin_x11 --replace & and the problem ceased. To be sure that it was really KWIN_USE_BUFFER_AGE=0 that was fixing the problem (and not just a kwin restart), I opened another konsole session and runned $ kwin --replace & (so without KWIN_USE_BUFFER_AGE=0) and the problem started to happen again. Then I runned again $ env KWIN_USE_BUFFER_AGE=0 kwin_x11 --replace & and the problem was no longer happening. I tried this test various times and it confirmed that KWIN_USE_BUFFER_AGE=0 should fix the problem No longer being able to reproduce since a long time |