Summary: | Second monitor is always black on startup. Have to lock the screen to SDDM to have a chance at fixing it | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Carlo <cirlo_ca> |
Component: | multi-screen | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | aleixpol, nate, notmart |
Priority: | NOR | ||
Version First Reported In: | 5.26.90 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Carlo
2023-01-25 14:18:28 UTC
Oh: sometimes neither of the two displays turn on after the usual kernel infos are displayed. It's as if they are turned off right when Plasma is started. It's a roulette every time I turn my desktop pc on. In this cases I have to forcibly power-off my pc and restart it, since i can't go to tty (ALT+CTRL+F<N> does nothing) Do you by any chance have KScreen disabled? KScreen 2 service is enabled in Plasma settings(In reply to Nate Graham from comment #2) > Do you by any chance have KScreen disabled? KScreen 2 service is enabled in Plasma settings Thanks. The issue appears to not occur with a different display server (from from SDDM). Might be worth waiting for SDDM 0.20 release and see if the port to Wayland fixes the issue Can you clarify what you mean? What change did you make to cause the issue to go away? I installed and set lightDM as my display manager instead of SDDM. Not even the git version of SDDM (0.20.alpha?) fixed the issue. Only disabling SDDM solved it for me. Wow, that's really weird. If using a different display manager fixes it, that suggests the bug is in SDDM itself. I would recommend submitting a bug report at https://github.com/sddm/sddm/issues. update: enabling Wayland on SDDM in the alpha version seems to be another valid fix. In /etc/sddm.conf.d/kde_settings.conf I set: [General] DisplayServer=wayland GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell [Wayland] CompositorCommand=kwin_wayland --no-lockscreen --inputmethod qtvirtualkeyboard |