<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>516454</bug_id>
          
          <creation_ts>2026-02-21 10:49:32 +0000</creation_ts>
          <short_desc>HDMI monitor wakes from sleep immediately on the lock screen</short_desc>
          <delta_ts>2026-03-30 18:03:58 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>plasmashell</product>
          <component>Power management &amp; brightness</component>
          <version>6.6.0</version>
          <rep_platform>Arch Linux</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.kde.org/show_bug.cgi?id=518271</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>1.0</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Graeme Gott">graeme</reporter>
          <assigned_to name="Plasma Bugs List">plasma-bugs-null</assigned_to>
          <cc>jpetso</cc>
    
    <cc>nate</cc>
    
    <cc>skywing.io</cc>
    
    <cc>xaver.hugl</cc>
          
          <cf_commitlink>https://invent.kde.org/plasma/kwin/-/commit/5467e5456716c0b62bd0ec8184f39596943fdfd0</cf_commitlink>
          <cf_versionfixedin>6.6.2</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2496999</commentid>
    <comment_count>0</comment_count>
    <who name="Graeme Gott">graeme</who>
    <bug_when>2026-02-21 10:49:32 +0000</bug_when>
    <thetext>SUMMARY
My computer is set to turn the monitor off after a certain period of time, but it turns right back on again.

STEPS TO REPRODUCE
1. Enable monitor automatically shutting off in power management settings
2. Lock screen
3. Wait for monitor to turn off (or press escape to make it happen immediately)

OBSERVED RESULT
Monitor turns off then immediately turns back on again

EXPECTED RESULT
Monitor stays turned off

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.6.0
KDE Frameworks Version: 6.23.0
Qt Version: 6.10.2
Kernel Version: 6.18.9-arch1-2 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 7800X3D 8-Core Processor
Memory: 64 GiB of RAM (62.0 GiB usable)
Graphics Processor: AMD Radeon RX 7900 XTX

ADDITIONAL INFORMATION
This bug happened before and was fixed, and now it is back. The monitor is hooked up through HDMI. A second computer with a monitor that is hooked up through DVI stays turned off.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2497779</commentid>
    <comment_count>1</comment_count>
    <who name="Graeme Gott">graeme</who>
    <bug_when>2026-02-23 21:24:35 +0000</bug_when>
    <thetext>The monitor also turns back on immediately after shutting off when running &quot;kscreen-doctor --dpms off&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2497787</commentid>
    <comment_count>2</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2026-02-23 21:55:44 +0000</bug_when>
    <thetext>A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/8875</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2497983</commentid>
    <comment_count>3</comment_count>
    <who name="Zamundaaa">xaver.hugl</who>
    <bug_when>2026-02-24 15:44:30 +0000</bug_when>
    <thetext>Git commit cae4fd8758975f6cd585c9e6d911ec6fd828ce46 by Xaver Hugl.
Committed on 24/02/2026 at 11:11.
Pushed by zamundaaa into branch &apos;master&apos;.

workspace: prevent the placeholder output from changing dpms mode

And add a test for it, so it doesn&apos;t regress again.

M  +35   -0    autotests/integration/outputchanges_test.cpp
M  +2    -0    src/backends/virtual/virtual_output.cpp
M  +2    -2    src/workspace.cpp

https://invent.kde.org/plasma/kwin/-/commit/cae4fd8758975f6cd585c9e6d911ec6fd828ce46</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2498688</commentid>
    <comment_count>4</comment_count>
    <who name="Zamundaaa">xaver.hugl</who>
    <bug_when>2026-02-26 19:01:03 +0000</bug_when>
    <thetext>*** Bug 516704 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2498691</commentid>
    <comment_count>5</comment_count>
    <who name="Vlad Zahorodnii">vlad.zahorodnii</who>
    <bug_when>2026-02-26 19:21:17 +0000</bug_when>
    <thetext>Git commit 5467e5456716c0b62bd0ec8184f39596943fdfd0 by Vlad Zahorodnii, on behalf of Xaver Hugl.
Committed on 26/02/2026 at 14:11.
Pushed by vladz into branch &apos;Plasma/6.6&apos;.

workspace: prevent the placeholder output from changing dpms mode

And add a test for it, so it doesn&apos;t regress again.


(cherry picked from commit cae4fd8758975f6cd585c9e6d911ec6fd828ce46)

Co-authored-by: Xaver Hugl &lt;xaver.hugl@kde.org&gt;

M  +35   -0    autotests/integration/outputchanges_test.cpp
M  +2    -0    src/backends/virtual/virtual_output.cpp
M  +2    -2    src/workspace.cpp

https://invent.kde.org/plasma/kwin/-/commit/5467e5456716c0b62bd0ec8184f39596943fdfd0</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>