Screensaver Option
-
- Posts: 70
- Joined: Wed Jun 29, 2022 11:20 pm
- Has thanked: 2 times
- Been thanked: 10 times
Screensaver Option
Can there be a screensaver option where on the main menu, or if the OSD is on and no inputs are registered after a time a screensaver mode could be activated to protect our precious CRTs?
- lamarax
- Top Contributor
- Posts: 472
- Joined: Wed Nov 11, 2020 6:28 pm
- Has thanked: 33 times
- Been thanked: 202 times
Re: screensaver option
You can control the time the OSD is up when idling with:
...inside Mister.ini. As for a proper screensaver, you might either have the default 'CRT static' as your background (by cycling with F1), or maybe take a look at the Super Attract Mode script as an alternative.
[Edit] As an extra precaution against burn-in, you can also turn the MiSTer logo off by setting:
Code: Select all
osd_timeout=30 ; 5-3600 timeout (in seconds) for OSD to disappear in Menu core. 0 - never timeout.
[Edit] As an extra precaution against burn-in, you can also turn the MiSTer logo off by setting:
Code: Select all
; 0 - disable MiSTer logo in Menu core
logo=0
- mrchrister
- Scripting Wizard
- Posts: 295
- Joined: Tue Mar 30, 2021 6:23 pm
- Location: Canada
- Has thanked: 32 times
- Been thanked: 122 times
Re: Screensaver Option
You can also use Super Attract Mode as your screensaver.
https://github.com/mrchrisster/MiSTer_SAM
Edit: Sorry just saw lamarax pointed that out already
https://github.com/mrchrisster/MiSTer_SAM
Edit: Sorry just saw lamarax pointed that out already