| Summary: | Wayland: multi-monitor zoom effect regression with new per-output composite-scheduling | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Duncan <1i5t5.duncan> |
| Component: | multi-screen | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | Keywords: | regression, wayland-only |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/commit/523ad8e25c34eb0e683f6e29ad15c3b9a7cdad31 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Duncan
2021-01-15 19:06:42 UTC
What an amazing setup! A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/595 (In reply to Bug Janitor Service from comment #2) > A possibly relevant merge request was started @ > https://invent.kde.org/plasma/kwin/-/merge_requests/595 Patched in and confirmed fix. Thanks. Git commit 54313d324e7c5387ffe1ad28c0881d501e8a6350 by Vlad Zahorodnii. Committed on 21/01/2021 at 07:51. Pushed by vladz into branch 'master'. effects/magnifier: Schedule a repaint when window is damaged This is needed to make per-screen rendering work correctly. M +8 -0 effects/magnifier/magnifier.cpp M +1 -0 effects/magnifier/magnifier.h https://invent.kde.org/plasma/kwin/commit/54313d324e7c5387ffe1ad28c0881d501e8a6350 Git commit 35e254a8a97f6ab4d65fc8cc66190af60cf75b98 by Vlad Zahorodnii. Committed on 21/01/2021 at 07:51. Pushed by vladz into branch 'master'. effects/lookingglass: Schedule a repaint when window is damaged This is needed to make per-screen rendering work correctly. M +15 -2 effects/lookingglass/lookingglass.cpp M +3 -0 effects/lookingglass/lookingglass.h https://invent.kde.org/plasma/kwin/commit/35e254a8a97f6ab4d65fc8cc66190af60cf75b98 Git commit 523ad8e25c34eb0e683f6e29ad15c3b9a7cdad31 by Vlad Zahorodnii. Committed on 21/01/2021 at 07:51. Pushed by vladz into branch 'master'. effects/zoom: Schedule a repaint when window is damaged This is needed to make per-screen rendering work correctly. M +8 -0 effects/zoom/zoom.cpp M +1 -0 effects/zoom/zoom.h https://invent.kde.org/plasma/kwin/commit/523ad8e25c34eb0e683f6e29ad15c3b9a7cdad31 |