<?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[Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping)]]></title><description><![CDATA[<p dir="auto">Hi guys,</p>
<p dir="auto">I have updated Raspbian yesterday and ever since my mirror runs for a few minutes and then the screen goes blank. Nothing is in the logs and electron is still running. When I restart it -occassionally- I get resolve errors for github and stuff like that. But pin g / curl and everything works fine via shell.</p>
<p dir="auto">edit: Webinterface is running. Could it be that the screensaver is active? I have always had it disabled in the LXDE and LXDE-pi config.</p>
<p dir="auto">Any ideas?</p>
<p dir="auto">KR,</p>
<p dir="auto">Stephan</p>
]]></description><link>https://forum.magicmirror.builders/topic/9105/anyone-else-experiencing-issues-after-updating-raspbian-black-screen-and-wifi-dropping</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 18:11:36 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9105.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 17 Nov 2018 11:29:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Sat, 17 Nov 2018 12:50:31 GMT]]></title><description><![CDATA[<p dir="auto">Solution for screensaver blanking:</p>
<p dir="auto">add:</p>
<pre><code>@xset s noblank 
@xset s off 
@xset -dpms
</code></pre>
<p dir="auto">to:</p>
<pre><code>/home/pi/.config/lxsession/LXDE-pi/autostart
</code></pre>
<p dir="auto">Note: setting it in</p>
<pre><code> /etc/xdg/lxsession/LXDE-pi/autostart or /etc/xdg/lxsession/LXDE/autostart 
</code></pre>
<p dir="auto">did not work anymore, the user files take precedence.</p>
<p dir="auto">I don’t know why it changed with the latest Raspbian Update or what I did wrong, but if I don’t add the xset commands as above and check with</p>
<pre><code>DISPLAY=:0 xset -q
</code></pre>
<p dir="auto">the screensaver stays enabled. If you guys need to verify it is disabled, just run the above command and check if the following lines appear like that:</p>
<pre><code>Screen Saver:
  prefer blanking:  no    allow exposures:  yes
  timeout:  0    cycle:  600
</code></pre>
<pre><code>DPMS (Energy Star):
  Standby: 600    Suspend: 600    Off: 600
  DPMS is Disabled
</code></pre>
<p dir="auto">If blanking and timeout are yes and not 0 the screensaver is active (DPMS should also show disabled)</p>
]]></description><link>https://forum.magicmirror.builders/post/46897</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46897</guid><dc:creator><![CDATA[yep_DD]]></dc:creator><pubDate>Sat, 17 Nov 2018 12:50:31 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Wed, 16 Jan 2019 19:57:43 GMT]]></title><description><![CDATA[<p dir="auto"><s>i have the latest Stretch and no folder lxsession in /.config<br />
what now?</s></p>
<p dir="auto">Sorry, I found it</p>
<p dir="auto">Note: setting it in<br />
/etc/xdg/lxsession/LXDE-pi/autostart or /etc/xdg/lxsession/LXDE/autostart</p>
]]></description><link>https://forum.magicmirror.builders/post/50272</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/50272</guid><dc:creator><![CDATA[robiv8]]></dc:creator><pubDate>Wed, 16 Jan 2019 19:57:43 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Mon, 19 Nov 2018 20:56:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yep_dd" aria-label="Profile: yep_DD">@<bdi>yep_DD</bdi></a> the MagicMirror is running almost 4 hours strait on end now.<br />
I would call that: screensaver disabled!:winking_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/47039</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/47039</guid><dc:creator><![CDATA[MWel1977]]></dc:creator><pubDate>Mon, 19 Nov 2018 20:56:40 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Mon, 19 Nov 2018 10:47:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yep_dd" aria-label="Profile: yep_DD">@<bdi>yep_DD</bdi></a> I don’t know what the values were before I changed it but the values are currently NOT “yes” but “0” and “no”. And I didn’t let the MagicMirror just sit there doing nothing yesterday…<br />
I was installing modules and testing them. :smiling_face_with_halo: :smiling_face_with_halo:<br />
But I need to solve a module error tonight so I’ll start the MagicMirror as soon as I get home so it can stay like that for about an hour. If it’s still on then it’s okay! :thumbs_up:<br />
I’ll let you know!</p>
]]></description><link>https://forum.magicmirror.builders/post/47019</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/47019</guid><dc:creator><![CDATA[MWel1977]]></dc:creator><pubDate>Mon, 19 Nov 2018 10:47:30 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Mon, 19 Nov 2018 09:18:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mwel1977" aria-label="Profile: mwel1977">@<bdi>mwel1977</bdi></a> let me know if it worked :). Was it “600 and yes” before the change?</p>
]]></description><link>https://forum.magicmirror.builders/post/47006</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/47006</guid><dc:creator><![CDATA[yep_DD]]></dc:creator><pubDate>Mon, 19 Nov 2018 09:18:35 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Sun, 18 Nov 2018 17:43:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yep_dd" aria-label="Profile: yep_DD">@<bdi>yep_DD</bdi></a><br />
Hi There Stephan, I have the same problem with the black screen.<br />
After start the MM runs for some time and then it just goes to a black screen.</p>
<p dir="auto">I added the 3 lines to the autostart file and checked if the timeout and prefer blanking are set to 0 and no… and they are!<br />
I’m running MM2 this moment on a 24" screen to see if it stays on.<br />
I’ll let it run for some time. Hope it stays on!</p>
<p dir="auto">THANKS for the tutorial.</p>
<p dir="auto">Kind regards Mike</p>
]]></description><link>https://forum.magicmirror.builders/post/46964</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46964</guid><dc:creator><![CDATA[MWel1977]]></dc:creator><pubDate>Sun, 18 Nov 2018 17:43:30 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Sat, 17 Nov 2018 13:07:21 GMT]]></title><description><![CDATA[<p dir="auto">For Wifi Problems I added:</p>
<pre><code>iwconfig wlan0 power off
</code></pre>
<p dir="auto">to</p>
<pre><code>sudo nano /etc/rc.local
</code></pre>
<p dir="auto">now checking the output with</p>
<pre><code>iwconfig wlan0
</code></pre>
<p dir="auto">gives me:</p>
<pre><code>Power Management:off
</code></pre>
<p dir="auto">let’s see if it is solved.</p>
]]></description><link>https://forum.magicmirror.builders/post/46898</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46898</guid><dc:creator><![CDATA[yep_DD]]></dc:creator><pubDate>Sat, 17 Nov 2018 13:07:21 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Sat, 17 Nov 2018 12:50:31 GMT]]></title><description><![CDATA[<p dir="auto">Solution for screensaver blanking:</p>
<p dir="auto">add:</p>
<pre><code>@xset s noblank 
@xset s off 
@xset -dpms
</code></pre>
<p dir="auto">to:</p>
<pre><code>/home/pi/.config/lxsession/LXDE-pi/autostart
</code></pre>
<p dir="auto">Note: setting it in</p>
<pre><code> /etc/xdg/lxsession/LXDE-pi/autostart or /etc/xdg/lxsession/LXDE/autostart 
</code></pre>
<p dir="auto">did not work anymore, the user files take precedence.</p>
<p dir="auto">I don’t know why it changed with the latest Raspbian Update or what I did wrong, but if I don’t add the xset commands as above and check with</p>
<pre><code>DISPLAY=:0 xset -q
</code></pre>
<p dir="auto">the screensaver stays enabled. If you guys need to verify it is disabled, just run the above command and check if the following lines appear like that:</p>
<pre><code>Screen Saver:
  prefer blanking:  no    allow exposures:  yes
  timeout:  0    cycle:  600
</code></pre>
<pre><code>DPMS (Energy Star):
  Standby: 600    Suspend: 600    Off: 600
  DPMS is Disabled
</code></pre>
<p dir="auto">If blanking and timeout are yes and not 0 the screensaver is active (DPMS should also show disabled)</p>
]]></description><link>https://forum.magicmirror.builders/post/46897</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46897</guid><dc:creator><![CDATA[yep_DD]]></dc:creator><pubDate>Sat, 17 Nov 2018 12:50:31 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone else experiencing issues after updating Raspbian (black screen and wifi dropping) on Sat, 17 Nov 2018 12:25:37 GMT]]></title><description><![CDATA[<p dir="auto">Update: it seems all the xset options I set are now being ignored, manually disabling the screensaver brings the mirror back.</p>
<p dir="auto">Update2: It seems also the wifi connections now gets reset every couple of minutes which may cause the resolve error I saw earlier in the logs</p>
]]></description><link>https://forum.magicmirror.builders/post/46896</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46896</guid><dc:creator><![CDATA[yep_DD]]></dc:creator><pubDate>Sat, 17 Nov 2018 12:25:37 GMT</pubDate></item></channel></rss>