<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[suddenly the screen can&#x27;t turn on]]></title><description><![CDATA[<p dir="auto">I am using the following command to turn off and on the screen at the scheduled time, it has been working fine for years until the last few weeks, the screen will be on using --auto command but its blank, if I quickly do the --off again, wait until the screen go to sleep mode itself and run --auto, the screen will start without issue, since this problem is unpredictable, would it caused by hardware issue? would it be the cable or the screen?</p>
<p dir="auto">export DISPLAY=:0 &amp;&amp; xrandr --output HDMI-1 --off<br />
export DISPLAY=:0 &amp;&amp; xrandr --output HDMI-1 --auto</p>
]]></description><link>https://forum.magicmirror.builders/topic/18362/suddenly-the-screen-can-t-turn-on</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 07:18:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18362.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Jan 2024 00:19:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Wed, 10 Jan 2024 13:11:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lkthomas" aria-label="Profile: lkthomas">@<bdi>lkthomas</bdi></a> yes  <a class="plugin-mentions-user plugin-mentions-a" href="/user/schris88" aria-label="Profile: schris88">@<bdi>schris88</bdi></a>  gave you a solution that you can’t use.</p>
]]></description><link>https://forum.magicmirror.builders/post/114297</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114297</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 10 Jan 2024 13:11:54 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Wed, 10 Jan 2024 13:09:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> I am using RPi 3B+</p>
]]></description><link>https://forum.magicmirror.builders/post/114296</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114296</guid><dc:creator><![CDATA[lkthomas]]></dc:creator><pubDate>Wed, 10 Jan 2024 13:09:00 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Wed, 10 Jan 2024 13:08:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schris88" aria-label="Profile: schris88">@<bdi>schris88</bdi></a> only pi4 or 5 will have Wayland display manager.</p>
<p dir="auto">pi3 is still on x11</p>
]]></description><link>https://forum.magicmirror.builders/post/114294</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114294</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 10 Jan 2024 13:08:14 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Wed, 10 Jan 2024 07:54:54 GMT]]></title><description><![CDATA[<p dir="auto">I was just trying to get a PIR Sensor running to toggle the display on Pi5 and this was the way to go on a fresh OS install, maybe it´ll help you out too</p>
<p dir="auto">WAYLAND_DISPLAY=“wayland-1” wlr-randr --output HDMI-A-1 --off<br />
WAYLAND_DISPLAY=“wayland-1” wlr-randr --output HDMI-A-1 --on</p>
<p dir="auto">If you monitor turns back on by itself after ~10 secs add vc4.force_hotplug=1 (1=hmdi1 / 2=hdmi2 / 3=both) to the end of your /boot/firmware/cmdline.txt</p>
<p dir="auto">if you´re running rotated you can add that as --transform 90 (more options see wlr-randr --help)</p>
<p dir="auto">vcgencmd, xrandr and xset were not working anymore for me</p>
]]></description><link>https://forum.magicmirror.builders/post/114292</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114292</guid><dc:creator><![CDATA[schris88]]></dc:creator><pubDate>Wed, 10 Jan 2024 07:54:54 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 18:12:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lkthomas" aria-label="Profile: lkthomas">@<bdi>lkthomas</bdi></a><br />
Hmm, you are on Bookworm, right?<br />
Maybe this helps: <a href="https://forums.raspberrypi.com/viewtopic.php?t=358689" target="_blank" rel="noopener noreferrer nofollow ugc">https://forums.raspberrypi.com/viewtopic.php?t=358689</a></p>
]]></description><link>https://forum.magicmirror.builders/post/114264</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114264</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Tue, 09 Jan 2024 18:12:02 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 16:17:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> I got the same issue using FKMS with “vcgencmd display_power 1” command, it got blank screen after 2 seconds of showing the object on the monitor</p>
]]></description><link>https://forum.magicmirror.builders/post/114253</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114253</guid><dc:creator><![CDATA[lkthomas]]></dc:creator><pubDate>Tue, 09 Jan 2024 16:17:53 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 15:31:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> testing now, but isn’t fkms deprecated already?</p>
]]></description><link>https://forum.magicmirror.builders/post/114250</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114250</guid><dc:creator><![CDATA[lkthomas]]></dc:creator><pubDate>Tue, 09 Jan 2024 15:31:28 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 14:12:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lkthomas" aria-label="Profile: lkthomas">@<bdi>lkthomas</bdi></a></p>
<p dir="auto">Give this a try:<br />
in /boot/config.txt<br />
change</p>
<pre><code>dtoverlay=vc4-kms-v3d
</code></pre>
<p dir="auto">to</p>
<pre><code>dtoverlay=vc4-fkms-v3d 
</code></pre>
<p dir="auto">then<br />
vcgencmd display_power 1<br />
vcgencmd display_power 0</p>
<p dir="auto">BR<br />
Jens</p>
]]></description><link>https://forum.magicmirror.builders/post/114242</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114242</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Tue, 09 Jan 2024 14:12:55 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 00:48:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> yes, it failed even before upgrading the OS, it’s not “upgrading”, it’s a fresh install</p>
]]></description><link>https://forum.magicmirror.builders/post/114221</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114221</guid><dc:creator><![CDATA[lkthomas]]></dc:creator><pubDate>Tue, 09 Jan 2024 00:48:20 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 00:47:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lkthomas" aria-label="Profile: lkthomas">@<bdi>lkthomas</bdi></a> do it failed before you upgraded the os.</p>
]]></description><link>https://forum.magicmirror.builders/post/114220</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114220</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 09 Jan 2024 00:47:17 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 00:46:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> nope, I was using a 3 years old OS, so I did an upgrade to latest version of the OS on my RPi 3B+, problem still the same.</p>
]]></description><link>https://forum.magicmirror.builders/post/114219</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114219</guid><dc:creator><![CDATA[lkthomas]]></dc:creator><pubDate>Tue, 09 Jan 2024 00:46:06 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 00:44:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lkthomas" aria-label="Profile: lkthomas">@<bdi>lkthomas</bdi></a> you made no changes to the system before this trouble?</p>
]]></description><link>https://forum.magicmirror.builders/post/114218</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114218</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 09 Jan 2024 00:44:17 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 00:38:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> sorry what do you mean?</p>
]]></description><link>https://forum.magicmirror.builders/post/114217</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114217</guid><dc:creator><![CDATA[lkthomas]]></dc:creator><pubDate>Tue, 09 Jan 2024 00:38:22 GMT</pubDate></item><item><title><![CDATA[Reply to suddenly the screen can&#x27;t turn on on Tue, 09 Jan 2024 00:22:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lkthomas" aria-label="Profile: lkthomas">@<bdi>lkthomas</bdi></a> no other changes?</p>
]]></description><link>https://forum.magicmirror.builders/post/114214</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114214</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 09 Jan 2024 00:22:08 GMT</pubDate></item></channel></rss>