<?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[Mirror goes blank after 10 minutes...]]></title><description><![CDATA[<p dir="auto">Hey guys, I have followed the steps in “Configuring the Raspberry Pi” but my screensaver still seems to be on. I also checked my monitor and turned off all energy-saving settings so I am sure that the Pi is the issue. Any ideas? Thanks guys!</p>
]]></description><link>https://forum.magicmirror.builders/topic/12/mirror-goes-blank-after-10-minutes</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 03:43:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 May 2016 22:55:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mirror goes blank after 10 minutes... on Fri, 27 May 2016 14:40:38 GMT]]></title><description><![CDATA[<p dir="auto">Ok, I did find a solution on a different forum in the interweb that did work. I post it here, so that if someone else is looking for the same thing, try the following:</p>
<p dir="auto">Before we start, I did this on a raspberry pi 3, there are a lot of solutions, but most of them don’t work on the pi3.</p>
<p dir="auto">To prevent the pi from going black, I used a little porgam thats called set.</p>
<pre><code>apt-get install x11-xserver-utils
</code></pre>
<p dir="auto">No you have to open the file: <strong>/etc/xdg/lxsession/LXDE/autostart</strong>,.</p>
<p dir="auto">Put the following stuff in it:</p>
<pre><code>xset s off # don't activate screensaver
xset -dpms # disable Energy Star features
xset s noblank # don't blank the video device
</code></pre>
<p dir="auto">Possibly also comment out the line that says <code>@xscreensaver -no-splash</code>, so the file should now look like this:</p>
<pre><code>@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
# @xscreensaver -no-splash
xset s off 
xset -dpms 
xset s noblank
</code></pre>
<p dir="auto">As well make sure you did the stuff from the wiki in the <strong>/etc/kbd/config</strong>. In this file the following values should be set to the following:</p>
<pre><code>BLANK_TIME=0
BLANK_DPMS=off
POWERDOWN_TIME=0
</code></pre>
<p dir="auto">After you did all this,   <strong>/reboot</strong> the pi.</p>
<p dir="auto">this worked for me… :-)</p>
<p dir="auto">cheers, Flo</p>
]]></description><link>https://forum.magicmirror.builders/post/1132</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1132</guid><dc:creator><![CDATA[flooo]]></dc:creator><pubDate>Fri, 27 May 2016 14:40:38 GMT</pubDate></item><item><title><![CDATA[Reply to Mirror goes blank after 10 minutes... on Fri, 27 May 2016 12:08:29 GMT]]></title><description><![CDATA[<p dir="auto">Have the exact same issue? Have you found a solution yet??</p>
]]></description><link>https://forum.magicmirror.builders/post/1128</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1128</guid><dc:creator><![CDATA[flooo]]></dc:creator><pubDate>Fri, 27 May 2016 12:08:29 GMT</pubDate></item></channel></rss>