Author Topic: Put Monitor to Sleep Rpi3  (Read 2421 times)

cyborgcnc

  • Newbie
  • *
  • Posts: 3
    • View Profile
Put Monitor to Sleep Rpi3
« on: January 12, 2017, 02:16:57 PM »
Hi All,

I was wondering if it is possible on Rpi3 to have a screensaver, that after some time, puts the monitor to sleep.  So for example, say after sometime, use the regular screensaver (like random videos) but after some extended time, put the monitor to sleep.

Through Emulation Station, the screensaver can be blank, but this DOES NOT turn off the backlight, just shows a blank screen. 

Anyone know how to do this?

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: Put Monitor to Sleep Rpi3
« Reply #1 on: January 13, 2017, 12:30:43 AM »
This isn't built into Attract-Mode you would need to code it yourself. There is a new feature, just days old, that will blank the screen but in Attract-Mode but it will work like EmulationStation. You need to understand that the monitor will only go into a sleep/standby mode if the OS tells it to or the signal from the HDMI port is stopped.

Though it's not what you want, it's the closest thing available without doing it yourself. You can read about it here https://github.com/mickelson/attract/commit/26112f06600fc91c3d9755ab5737900a203c2ea2. Keep in mind that this option is only 3 days old so you would need to recompile Attract-Mode to use it.