Created attachment 108299 [details] kscreen-console (afret starting session) Tested on KDE neon 5.11 live session. Hardware: CPU: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz GPU: 3rd Gen Core processor Graphics Controller STEPS: 1. Run live session of KDE neon user edition 2. Install plasma-workspace-wayland and kscreen-doctor 3. Logout and login to wayland session 4. Almost everything is ok (welcome splash screen is broken - displays only on LVDS-1 and part of it on HDMI) 5. Attachments: kscreen-doctor.1.txt kscreen-console.1.txt 6. Open Displays Setting, move HDMI to the left and aling LVDS-1 to bottom. Apply settings. 7. LVDS-1 is broken - black offset at the top, desktop is displayed at the bottom of the screen. Mouse pointer is moving normally, and the same is with input (attached video). 8. Attachments: kscreen-doctor.2.txt kscreen-console.2.txt
Created attachment 108300 [details] kscreen-doctor -o (after starting session)
Created attachment 108301 [details] kscreen-console (after change)
Created attachment 108302 [details] kscreen-doctor -o (afterchange)
Created attachment 108303 [details] Screenshot (after starting session)
Created attachment 108304 [details] Screenshon (after change)
Created attachment 108305 [details] Photo of VGA output (right)
Created attachment 108306 [details] Photo of LVDS output (center)
Created attachment 108307 [details] Photo of HDMI output (left)
Videos: https://photos.app.goo.gl/2B0CYEpTdxqDAaLX2
Created attachment 108308 [details] Firefox on all screens (HDMI & LVDS)
Created attachment 108309 [details] Firefox on all screens (LVDS & VGA)
could you please provide the output of: qdbus org.kde.KWin /KWin supportInformation for when it is broken? In KWin we don't have any use of the KScreen log.
It's broken for me from the time when first time I was trying to run wayland session (Plasma 5.8 on KDE Neon). I didn't report that, but today I downloaded latest Plasma and I've tested that again and I've finally submitted that bug report. I will add that output later today - now I am far away from home and I can't plug external displays. I will also report next bugs (disabling screen also is broken and welcome splash screen has wrong size and is displayed only on one screen).
Created attachment 108315 [details] qdbus org.kde.KWin /KWin supportInformation
Could you try to disable blur and contrast effect?
> welcome splash screen has wrong size and is displayed only on one screen). No need to report: I just created a patch for it: https://phabricator.kde.org/D8268
Created attachment 108319 [details] Desktop Effects (broken window) I've disabled effects (bg contrast and blur) and the problem is still there. When you align all screens to top everything is ok. (In new settings Desktop Effects module is broken when you resize window - attachment). I've submitted next bug report here about identifying displays: https://bugs.kde.org/show_bug.cgi?id=385672
Ok, looks like the viewport gets wrong. I hope I can reproduce this with my two screens.
(In reply to Martin Flöser from comment #18) > Ok, looks like the viewport gets wrong. I hope I can reproduce this with my > two screens. Let me know if I can help in any way with that (kwin debug). I know C++ very little, but I can compile kwin myself and use some qDebug().
Git commit 5d7e22e5dcf8981f9ba65088b81c1c6d456efef3 by David Edmundson. Committed on 25/10/2017 at 22:13. Pushed by davidedmundson into branch 'Plasma/5.11'. Fix viewport on vertically stacked monitors Summary: We want to translate by the monitor position, so that needs to be the negative of the position. But Kwin/KScreen treats 0 as the top of all monitors. GL treats 0 as bottom, so that all needs inverting. Hence this should be a positive y value for the viewport. Related: bug 386099 Test Plan: Had two monitors Side by side was - fine Stacked vertically - still fine Modded X code to extend in y instead of x. 3 monitors worked fine. Nested wayland only seems to support one screen? Reviewers: #plasma Subscribers: plasma-devel, kwin, #kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D8479 M +1 -1 plugins/platforms/drm/egl_gbm_backend.cpp M +1 -1 plugins/platforms/x11/windowed/egl_x11_backend.cpp https://commits.kde.org/kwin/5d7e22e5dcf8981f9ba65088b81c1c6d456efef3