Summary: | Repeating images and bad scaling on 2nd monitor | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Noah Davis <noahadvs> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | claudius.ellsel, nate |
Priority: | NOR | Keywords: | wayland |
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/3e1443e003bf5fc0e20dd7de49505fd0227bdce4 | Version Fixed In: | |
Sentry Crash Report: |
Description
Noah Davis
2020-06-26 12:24:49 UTC
I'm using my Intel graphics. I have not tested Wayland with my Nvidia GTX 960m. Output of `inxi -G` in case it's relevant: Graphics: Device-1: Intel Skylake GT2 [HD Graphics 520] driver: i915 v: kernel Device-2: NVIDIA GM107M [GeForce GTX 960M] driver: nvidia v: 440.82 Device-3: Realtek USB2.0 VGA UVC WebCam type: USB driver: uvcvideo Display: x11 server: X.Org 1.20.8 driver: modesetting,nvidia resolution: 1: 1920x1080~60Hz 2: 3840x2160~30Hz OpenGL: renderer: Mesa DRI Intel HD Graphics 520 (SKL GT2) v: 4.6 Mesa 20.1.1 a wild guess: does setting a wallpaper on the second monitor fix the problem? (In reply to Vlad Zahorodnii from comment #2) > a wild guess: does setting a wallpaper on the second monitor fix the problem? Yes, that solved the flashing/repeating image problem. For some reason, the wallpaper is disabled every time I start a new session or restart plasmashell. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/318 Git commit 3e1443e003bf5fc0e20dd7de49505fd0227bdce4 by Vlad Zahorodnii. Committed on 14/12/2020 at 14:09. Pushed by vladz into branch 'master'. wayland: Don't force a bpp of 24 for desktop windows plasmashell provides the compositor buffers with an alpha channel and without indicating the opaque region. Given that, kwin forces a bpp of 24 for desktop windows to improve performance. Unfortunately, there are legit cases where plasma may attach a buffer that is not fully opaque, for example when switching between activities. Related: bug 421237 M +1 -1 waylandclient.cpp https://invent.kde.org/plasma/kwin/commit/3e1443e003bf5fc0e20dd7de49505fd0227bdce4 Git commit 0d02ac8996db2d9fff8b3bf5e3e313a563a118af by David Edmundson. Committed on 03/01/2021 at 22:18. Pushed by davidedmundson into branch 'master'. [shell] Set DesktopView to black when no contents are loaded This is better than the ContainmentView default of clear as it means we don't get garbage from the root window. Related: bug 421237 M +2 -0 shell/desktopview.cpp https://invent.kde.org/plasma/plasma-workspace/commit/0d02ac8996db2d9fff8b3bf5e3e313a563a118af |