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

      No welcome screen

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support welcome screen
      6
      0 Votes
      6 Posts
      651 Views
      mituM

      @lonestar I advise you to keep the default username and not change it, if you're using the RetroPie image.

    • R

      Custom "retropie_welcome" Info

      Watching Ignoring Scheduled Pinned Locked Moved Projects and Themes welcome screen custom build
      4
      0 Votes
      4 Posts
      771 Views
      R

      @sleve_mcdichael

      I have now added the following to the autostart.sh: (i use autostart-custom.sh)

      ## Get Amount of Games fgrep -c '</game>' /home/pi/.emulationstation/gamelists/*/gamelist.xml > /home/pi/RetroPie/systeminfo/totalgamestemp.txt grep -oP '(?<=:)[0-9]+' /home/pi/RetroPie/systeminfo/totalgamestemp.txt > /home/pi/RetroPie/systeminfo/totalgames.txt

      This will get the amount of </game> tags in all .xmls under gamelists and save it in a temptxt
      Then i grep only the numbers from each line and save those as totalgames.txt
      Lastly i sum all these numbers with the .bashrc

      Total Games changes in .bashrc

      6) out+="${fgred}Games Available....: ${fgylw}$(awk '{sum=sum+$1} END {print sum}' /home/pi/RetroPie/systeminfo/totalgames.txt)"

      Also made disk space checker faster by adding "/" after -Ph .

      4) out+="${fgred}Disk Space.........: ${fgylw}$(df -Ph / | awk '$NF == "/" { print $4 }')${fgred}/${fgylw}$(df -Ph / | awk '$NF == "/" { print $2 }')"

      b017aa28-3d4e-4848-8bea-2e866b72b456-image.png

    • D

      Pi 3 retropie v4.6 - after F4 on welcome screen, emulation station will not load

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi3 retropie emulationstaion welcome screen wont launch
      9
      0 Votes
      9 Posts
      882 Views
      D

      @BuZz thank you!!! really appreciate the help.

    • N

      Stuck on welcome screen (RPi4)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support welcome screen raspberry pi 4
      3
      0 Votes
      3 Posts
      957 Views
      mituM

      It may be a power issue - are you using a proper power source ? Can you try and test your controller via jstest to see if the buttons/d-pad/joysticks are registering ?

    • P

      Where is the welcome screen?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support welcome screen bluetooth controller start menu program
      11
      0 Votes
      11 Posts
      1k Views
      mituM

      But... if you're trying to just prevent the message from appearing when you don't have a controller available, the easiest solution is to configure a keyboard as input in EmulationStation. When started, even if there's no controller connected, EmulationStation will skip the welcome message and go right into the system list.