RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Display switch from Pixel to tty1 after manual installation

    Scheduled Pinned Locked Moved Help and Support
    bootdisplaypixel
    11 Posts 6 Posters 3.7k Views
    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.
    • RascasR
      Rascas @ttoine
      last edited by Rascas

      @ttoine Can you run this, it is a fix that we use on PiPplware distro to fix something like that:

      sudo sed -i 's/fbi -T 2/fbi -T 1/g' /etc/init.d/asplashscreen
      

      This might bring other problems, but if solves your problem, maybe we can find something that works for any boot cases.
      To reverse it, you can do:

      sudo sed -i 's/fbi -T 1/fbi -T 2/g' /etc/init.d/asplashscreen
      
      BuZzB 1 Reply Last reply Reply Quote 0
      • BuZzB
        BuZz administrators @Rascas
        last edited by BuZz

        @Rascas showing the splash on tty2 is an old default. If everything works as it should on tty1, I'm happy to change it. I can't remember if there was a specific reason for that or not.

        To help us help you - please make sure you read the sticky topics before posting - https://retropie.org.uk/forum/topic/3/read-this-first

        herb_fargusH 1 Reply Last reply Reply Quote 0
        • herb_fargusH
          herb_fargus administrators @BuZz
          last edited by

          @BuZz possible it had something to do with video splashes but someone would have to test to verify. I wouldn't know either way

          If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

          Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 0
          • T
            ttoine
            last edited by

            @Rascas thanks, it works. Should we open a bug or an improvement request for the manual installation documentation?

            What kind of problem could this bring? what should I check?

            1 Reply Last reply Reply Quote 0
            • jkwattJ
              jkwatt
              last edited by jkwatt

              i have the same problem.
              afther i install retropie manually on my raspbian the autostart don't work good, i try to give the command you list over but dont work.
              this is what i have in terminal:

              Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l
              
              The programs included with the Debian GNU/Linux system are free software;
              the exact distribution terms for each program are described in the
              individual files in /usr/share/doc/*/copyright.
              
              Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
              permitted by applicable law.
              Last login: Tue Mar  5 10:22:10 2019
              pi@raspberrypi:~ $ sudo sed -i 's/fbi -T 2/fbi -T 1/g' /etc/init.d/asplashscreensed: impossibile leggere /etc/init.d/asplashscreen: File o directory non esistente
              pi@raspberrypi:~ $ sudo sed -i 's/fbi -T 1/fbi -T 2/g' /etc/init.d/asplashscreensed: impossibile leggere /etc/init.d/asplashscreen: File o directory non esistente
              
              RascasR 1 Reply Last reply Reply Quote 0
              • RascasR
                Rascas @jkwatt
                last edited by

                @jkwatt The file to edit/sed is now /opt/retropie/supplementary/splashscreen/asplashscreen.sh

                jkwattJ 1 Reply Last reply Reply Quote 0
                • jkwattJ
                  jkwatt @Rascas
                  last edited by

                  @Rascas tankyou for the answer but for me don't work, sorry but i'm a beginner with retropie

                   pi@raspberrypi:~ $ sudo sed -i 's/fbi -T 2/fbi -T 1/g' /opt/retropie/supplementary/splashscreen/asplashscreen.sh
                  pi@raspberrypi:~ $ sudo sed -i 's/fbi -T 1/fbi -T 2/g' /opt/retropie/supplementary/splashscreen/asplashscreen.sh
                  pi@raspberrypi:~ $ sudo reboot
                  
                  

                  Am I doing something wrong? thanks for the help !

                  RascasR 1 Reply Last reply Reply Quote 0
                  • RascasR
                    Rascas @jkwatt
                    last edited by

                    @jkwatt Just run this once:

                    sudo sed -i 's/fbi -T 2/fbi -T 1/g' /opt/retropie/supplementary/splashscreen/asplashscreen.sh
                    

                    If you run the other one, you are putting it back as it was, the original state. I think it is well explained in the earlier replies.

                    jkwattJ A 2 Replies Last reply Reply Quote 1
                    • jkwattJ
                      jkwatt @Rascas
                      last edited by

                      @Rascas thank you very much, forgive me but as I told you before I'm a beginner with retropie. and I get a bit of confusion with English, thanks again, now I have my raspbian with retropies + all the raspbian tools including arduino

                      1 Reply Last reply Reply Quote 0
                      • A
                        AnjunaBeats @Rascas
                        last edited by

                        @Rascas i have the same problem...

                        i run this :

                        sudo sed -i 's/fbi -T 2/fbi -T 1/g' /opt/retropie/supplementary/splashscreen/asplashscreen.sh
                        

                        And works 100%..

                        but ...What does that line of code do?

                        ty.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.