RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. screen saver
    Log in to post
    • All categories
    • G

      Emulationstation Screen Savers?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstaion screen saver videos
      8
      0 Votes
      8 Posts
      4k Views
      G

      Thanks all. Will keep on trucking.

    • U

      Upgraded to raspberry 4, cannot get screensaver or snaps to play.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support screen snaps screen saver stephen selph scraper raspberry pi 4
      8
      0 Votes
      8 Posts
      714 Views
      U

      @sleve_mcdichael Well, it took awhile. But I did as you suggtested and wrote it using the retropie buster that you linked, reinstalled everything as before. The stephen selph wont install anymore, keeps popping an error. But I was able to use the built in one (Not the one in the main interface but the one through the alternate packages section) and it worked this time!
      Thank you!

    • Shadowjedi01S

      Screensaver and Game Preview - No Audio

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support screen saver no audio
      7
      0 Votes
      7 Posts
      742 Views
      Shadowjedi01S

      @sleve_mcdichael Yes, I have actual in game audio.

      But no, none of the clicks associated with switching between games in ES.

    • ClassicGMRC

      Video Screen Saver on a Pi 3B

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support screensaver screen saver no video black screen
      3
      0 Votes
      3 Posts
      635 Views
      S

      Far as I know, OMXolayer simply does not work together with game info displayed -- turn off one or both.

      The remaining videos, it's almost certainly the video format. Use one of the scripts linked above to convert your existing videos. See this post to setup Skyscraper to detect and convert wrong-format videos on initial download, for future scrapes.

    • C

      Video Screen Saver - Set Specific Directory

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support screensaver video screen saver
      2
      0 Votes
      2 Posts
      432 Views
      mituM

      No, at the moment this is not implemented in EmulationStation, the videos are always read from the gamelist.

    • S

      Rom screensavers loop

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support roms screen saver loop blackscreen
      3
      0 Votes
      3 Posts
      391 Views
      S

      @mitu omxplayer accelerator was already on so i turned it off to see if it worked but it didn’t

    • P

      Stop menu music on screensaver on retropie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support music screen saver stop
      2
      0 Votes
      2 Posts
      418 Views
      mituM

      @PJ7 Not really possible at the moment, because the music is not part of Emulationstation. In the future, it might be possible by adding a script for the 'sleep' /'screensaver-start' event in Emulationstation that would stop the music.

    • B

      HDMI blanking when using OMX player with video screensaver

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support omx 4.4 hdmi blanking screen saver
      4
      0 Votes
      4 Posts
      1k Views
      B

      Disabling overscan and setting my display to 1:1 seems to have fixed the issue. Not sure what changed as I was using the same settings all this time and it suddenly had issue playing the videos.

      Thanks guys

    • ClassicGMRC

      PS3 Controller / RetroPie / Screen Saver issue

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ps3 controller bluetooth screen saver
      8
      0 Votes
      8 Posts
      1k Views
      SanoS

      @classicgmr
      AFAIK RPi 3B+ has new BT chipset with flow control where RPi 3B doesn't.
      This feature limits the BT errors that generate random events.
      cf https://github.com/raspberrypi/linux/issues/2264

      So it's possible that the problem is not with your DS3.
      You could try to connect your white DS3 to the RPI 3B (not +) to verify this.

    • G

      can you add a script to run a command for a custom screensaver to turn monitor off

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie 4.3 screen saver
      2
      0 Votes
      2 Posts
      810 Views
      G

      Well I had a look in the emulation station source seems es-core/src/PowerSaver.cpp and https://github.com/RetroPie/EmulationStation/blob/master/es-app/src/SystemScreenSaver.cpp would need changed if there is no scripting support. Im going to look at that source a little more. It shouldn't take too much to add a option to add a script option. Like
      sh screensaver.sh on
      sh screensaver.sh off

      i really surprised its not got this option

    • M

      Video screensaver black screen

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support screen saver video screensav
      11
      0 Votes
      11 Posts
      4k Views
      M

      @jonnykesh
      Thanks to you both for your help on this!

    • F

      Run custom script on screensaver start and end

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support screen saver screensaver screensavers
      2
      0 Votes
      2 Posts
      1k Views
      cyperghostC

      This would be possible if you check presence of OMXPlayer process. It's not an elegant method but it might work. But keep in mind you will loose opportunity to play video snapshots in gamelist

      So the better way would be an implementation into the C++ code of ES itslef.

      PSEUDOCODE

      #!/bin/bash # Run this script with root user or sudo command # Initiate GPIO x ouput # Exports pin to userspace echo x > /sys/class/gpio/export # Sets pin x as an output echo out > /sys/class/gpio/gpiox/direction while true do # Slow down the whole thing a bit sleep 5 # Suggest running oxmplayer instance omxpid=$(pgrep omxplayer) # Set GPIO x high > switch off screen [[ -n $omxpid ]] && echo "1" > /sys/class/gpio/gpiox/value # Set GPIO x low > switch on screen [[ -z $omxpid ]] && echo "0" > /sys/class/gpio/gpiox/value done
    • DominusD

      Video Screensaver

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes screen saver
      5
      0 Votes
      5 Posts
      2k Views
      pjftP

      @Dominus You may find the instructions to install it here:

      https://retropie.org.uk/forum/topic/8734/please-test-random-game-selection-launch-via-video-screensaver

      Mine is certainly based on his, so not many changes. You would do well in updating RetroPie as whole, yes, though EmulationStation will be different.

    • C

      Power Supply issues after screen off

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power supply screen saver performance lightningbolt
      6
      0 Votes
      6 Posts
      1k Views
      AlexMurphyA

      @crono141 No worries. Had a quick look at your set-up and it's complicated alright... I hope you enjoy troubleshooting!

    • BrockBoytsB

      Screen Saver Idea

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rpi 2 screen saver idle
      6
      0 Votes
      6 Posts
      2k Views
      DominusD

      @fieldofcows Any update on this yet? There was a thread (but I can't seem to find it anymore) that stated how to get this going. I tested it, but it wasn't working correctly when I tried to shutdown ES. I wanted to give it a go now and see if things have changed.

    • P

      ScreenSaver change to logo

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support screen saver screensaver
      2
      0 Votes
      2 Posts
      1k Views
      P

      Sorry for the shameless bump, i am just desperate to change the screen saver to a company logo!