[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 Nate Graham changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UPSTREAM --- Comment #12 from Nate Graham --- Awesome! Let's call it fixed then, until it happens again. If so, feel free to re-open the bug report. Thanks a lot for following up! -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 --- Comment #11 from Gurenko Alex --- I've been trying to reproduce the issue lately and luckily I cannot anymore. I have a feeling that's the 6.12 kernel and the rest of the software stack moved further along. Operating System: Fedora Linux 41 KDE Plasma Version: 6.2.4 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.1 Kernel Version: 6.12.5-200.fc41.x86_64 (64-bit) Graphics Platform: Wayland Processors: 24 ร AMD Ryzen 9 5900X 12-Core Processor Memory: 31.3 GiB of RAM Graphics Processor: AMD Radeon RX 7900 XTX Manufacturer: Micro-Star International Co., Ltd. Product Name: MS-7C84 System Version: 1.0 On my wife's PC I've captured this issue twice, drm_info showed card0 timeout both time for the nVidia card, so output captured, but now I cannot reproduce it too, I was testing it with 6.13.0-rc2, so looks like some fix made it into both 6.12.x and 6.13 rc2, but I'm speculating here. I guess for now we can close it and hopefully it's fixed. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 --- Comment #10 from Bug Janitor Service --- ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 Zamundaaa changed: What|Removed |Added Status|REOPENED|NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #9 from Zamundaaa --- Please attach the drm_info output for the display working correctly, and for it not turning on again. Before, that determined beyond any doubt that KWin is turning it on again, and things goes wrong somewhere else. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 Gurenko Alex changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED|REOPENED Resolution|UPSTREAM|--- --- Comment #8 from Gurenko Alex --- I have new information about this issue, I've upgraded my Wife's PC this week and ran a few test on with Fedora 41 and Fedora rawhide. She has a different GPU (nvidia 3070), different monitor (Benq sw270c) but same problem happened with her setup as well. After the default timeout screen went off and I couldn't wake it up afterwards, until the power cycle, so it's not AMD GPU specific. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 --- Comment #7 from Gurenko Alex --- For tracking purposes, I've opened issue upstream: https://gitlab.freedesktop.org/drm/amd/-/issues/3608 -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 --- Comment #6 from Gurenko Alex --- (In reply to Zamundaaa from comment #5) > Hmm, then it's not our bug I'm afraid - if the display was still off from > KWin's perspective, the drm_info output would say so. > You might have better luck at > https://gitlab.freedesktop.org/drm/amd/-/issues, but it sounds like it's a > monitor issue and not caused by the video source. Maybe it goes into some > deeper power state where you need to press a button on the monitor, or maybe > something's more broken with it. It was working perfectly fine between 6.0 beta 1 and 6.1 (not inclusive). I'll try opening issue for amdgpu, just in case, but I don't see why is it set to resolved now -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 Zamundaaa changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UPSTREAM --- Comment #5 from Zamundaaa --- Hmm, then it's not our bug I'm afraid - if the display was still off from KWin's perspective, the drm_info output would say so. You might have better luck at https://gitlab.freedesktop.org/drm/amd/-/issues, but it sounds like it's a monitor issue and not caused by the video source. Maybe it goes into some deeper power state where you need to press a button on the monitor, or maybe something's more broken with it. -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 --- Comment #4 from Gurenko Alex --- (In reply to Zamundaaa from comment #3) > 6.2 is not out yet, and neither is 6.1.5. > > After waking up, is there anything suspicious in KWin's log? You can get it > with > > journalctl --user-unit plasma-kwin_wayland --boot 0 > > Also, what's the output of drm_info when the screen doesn't turn on? So, I've connected to the machine over ssh to monitor what's happening there and...not much... I've captured two drm_info outputs, one before locking and one after the screen didn't wake up the only difference is one of the IDs changed: ``` $ diff ./drm-normal drm-failed 882,883c882,883 < โ โ โโโโFB ID: 132 < โ โ โ โโโโObject ID: 132 --- > โ โ โโโโFB ID: 131 > โ โ โ โโโโObject ID: 131 914,915c914,915 < โ โโโโ"FB_ID" (atomic): object framebuffer = 132 < โ โ โโโโObject ID: 132 --- > โ โโโโ"FB_ID" (atomic): object framebuffer = 131 > โ โ โโโโObject ID: 131 ``` the output of the journal: ``` Sep 02 20:04:34 wasp-blackquiet kscreenlocker_greet[23841]: Failed to write to the pipe: Bad file descriptor. Sep 02 20:42:04 wasp-blackquiet kwin_wayland[2208]: kwin_screencast: PipeWire remote error: connection error Sep 02 20:42:05 wasp-blackquiet systemd[1892]: Stopping plasma-kwin_wayland.service - KDE Window Manager... Sep 02 20:42:05 wasp-blackquiet kscreenlocker_greet[24155]: pam_unix(kde:auth): authentication failure; logname=agurenko uid=1000 euid=1000 tty= ruser= rh> Sep 02 20:42:05 wasp-blackquiet kscreenlocker_greet[24155]: Failed to write to the pipe: Bad file descriptor. Sep 02 20:42:05 wasp-blackquiet systemd[1892]: Stopped plasma-kwin_wayland.service - KDE Window Manager. Sep 02 20:42:05 wasp-blackquiet systemd[1892]: plasma-kwin_wayland.service: Consumed 9min 41.236s CPU time. ``` The last record, looks like when I moved the mouse is: > Sep 02 20:41:21 org_kde_powerdevil[2550]: dh=Display_Handle[i2c-6: fd=31], > Keeping adjusted sleep multiplier 1.30 for SE_POST_WRITE or > SE_POST_SAVE_SETTINGS Otherwise, literally no records in the syslog -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 Zamundaaa changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #3 from Zamundaaa --- 6.2 is not out yet, and neither is 6.1.5. After waking up, is there anything suspicious in KWin's log? You can get it with > journalctl --user-unit plasma-kwin_wayland --boot 0 Also, what's the output of drm_info when the screen doesn't turn on? -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 --- Comment #2 from Gurenko Alex --- So, it looks like it missed 6.2 release already, but can we still get the ball rolling here? I'm happy to provide additional information if you tell me what it is you need -- You are receiving this mail because: You are watching all bug changes.
[kwin] [Bug 492027] Monitor does not turn on after automatic turn off
https://bugs.kde.org/show_bug.cgi?id=492027 Nate Graham changed: What|Removed |Added Keywords||multiscreen CC||n...@kde.org, ||vlad.zahorod...@kde.org, ||xaver.h...@gmail.com --- Comment #1 from Nate Graham --- I can't reproduce this issue on current git master with the following system: - All KDE software built from today's git master - Screen turn-off time out on lock screen set to 10 seconds - Lenovo ThinkPad X1 Yoga gen 4 with Intel UHD 630 iGPU - Two screens tested: -- 27" FHD screen connected via HDMI directly -- 24" QHD screen connected via USB-C cable carrying a DisplayPort signal in alt mode In both cases, the external screen woke up shortly after I wiggled my mouse. Vlad and Xaver, what kind of debugging information should I ask for in circumstances like this? Could it actually be a monitor-specific issue? -- You are receiving this mail because: You are watching all bug changes.