• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Mirror goes blank after 10 minutes...

Scheduled Pinned Locked Moved Solved Troubleshooting
configuration
3 Posts 2 Posters 3.2k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    nickrozsahegyi
    last edited by paviro May 3, 2016, 6:04 AM May 2, 2016, 10:55 PM

    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!

    1 Reply Last reply Reply Quote 0
    • F Offline
      flooo
      last edited by May 27, 2016, 12:08 PM

      Have the exact same issue? Have you found a solution yet??

      1 Reply Last reply Reply Quote 0
      • F Offline
        flooo
        last edited by May 27, 2016, 2:40 PM

        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:

        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.

        To prevent the pi from going black, I used a little porgam thats called set.

        apt-get install x11-xserver-utils
        

        No you have to open the file: /etc/xdg/lxsession/LXDE/autostart,.

        Put the following stuff in it:

        xset s off # don't activate screensaver
        xset -dpms # disable Energy Star features
        xset s noblank # don't blank the video device
        

        Possibly also comment out the line that says @xscreensaver -no-splash, so the file should now look like this:

        @lxpanel --profile LXDE
        @pcmanfm --desktop --profile LXDE
        # @xscreensaver -no-splash
        xset s off 
        xset -dpms 
        xset s noblank
        

        As well make sure you did the stuff from the wiki in the /etc/kbd/config. In this file the following values should be set to the following:

        BLANK_TIME=0
        BLANK_DPMS=off
        POWERDOWN_TIME=0
        

        After you did all this, /reboot the pi.

        this worked for me… :-)

        cheers, Flo

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy