https://bugs.kde.org/show_bug.cgi?id=461367
--- Comment #7 from Stephen Ackerman <stephenackerma...@gmail.com> --- Further testing with Debian Frameworks 5.103 + Plasma 5.27.0-1 (shows as 5.26.90 in System Settings? Looks like 5.27.2 is pending a release into Testing) revealed the following behavior: The off-by-one-pixel issue went away if I used 125% scaling instead of 130%, as inspired by Plasma X11 only allowing 6.25% scaling increments (eg, 125% / 131.25%). Could not get 131.25% to enter into Plasma Wayland's config menu. The rendering issue is still present. The expected behavior is one window stretched across both screens. The current behavior is whichever screen has the mouse renders correctly, while the other renders both "screens" side-by-side, centered vertically. Expected: +---+---+ | 1 | 2 | +---+---+ Actual: +-----+---+ | 1 2 | 2 | +-----+---+ That would be with the mouse on Screen 2, it switches around when the mouse is on screen 1. -- You are receiving this mail because: You are watching all bug changes.