RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Raspberry Pi 5 - official announcement

    Scheduled Pinned Locked Moved General Discussion and Gaming
    rpi5raspberry pi 5
    599 Posts 67 Posters 589.9k 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.
    • retropieuser555R
      retropieuser555
      last edited by

      Anyone with a 8GB fancy a challenge and attempting the Ocarina of Time PC Port:-

      https://github.com/HarbourMasters/Shipwright/issues/3870

      I got right to the end and ran out of memory when compiling as I have a 4GB rather than 8GB Pi 5

      Pi 5 4GB

      Retroflag GPI with raspberry pi zero 2 w/ wifi

      Retroachievements:- lovelessrapture

      mituM hawkes_84H 2 Replies Last reply Reply Quote 1
      • mituM
        mitu Global Moderator @retropieuser555
        last edited by

        @retropieuser555 said in Raspberry Pi 5 - official announcement:

        I got right to the end and ran out of memory when compiling as I have a 4GB rather than 8GB Pi 5

        Add more swap ?

        retropieuser555R 1 Reply Last reply Reply Quote 0
        • hawkes_84H
          hawkes_84 @retropieuser555
          last edited by

          @retropieuser555 I don't have the know how for such a task but do let me know when it's done as I'll be all over that :)

          1 Reply Last reply Reply Quote 0
          • retropieuser555R
            retropieuser555 @mitu
            last edited by retropieuser555

            @mitu said in Raspberry Pi 5 - official announcement:

            @retropieuser555 said in Raspberry Pi 5 - official announcement:

            I got right to the end and ran out of memory when compiling as I have a 4GB rather than 8GB Pi 5

            Add more swap ?

            Perfect, that did the job (https://retropie.org.uk/forum/topic/35182/guide-how-to-add-ocarina-of-time-pc-port-to-retropie-pi5-64bit for help).

            I just followed Ship of Harkinain's Linux build instructions and followed a guide to change the swap memory from 100mb to 1024mb.

            Haven't tried mod packs yet but 60 FPS works very nicely. Also there's no way to exit without using a mouse and keyboard yet, I might add a check in the guide+start SDL buttons so we can quit out, seeing as the PC Port is designed with desktops in mind

            Pi 5 4GB

            Retroflag GPI with raspberry pi zero 2 w/ wifi

            Retroachievements:- lovelessrapture

            1 Reply Last reply Reply Quote 0
            • DarksaviorD
              Darksavior @zaphod24
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • DarksaviorD
                Darksavior @zaphod24
                last edited by

                @zaphod24 said in Raspberry Pi 5 - official announcement:

                @Darksavior do you have one or two controllers? I have two and the second one doesn't detect/work and the first is hit and miss whether it detects or not.. If it does not, it usually will the next reboot or power cycle.

                One controller. A reboot or re-connecting the controller fixes it.

                Z 1 Reply Last reply Reply Quote 0
                • Z
                  zaphod24 @Darksavior
                  last edited by

                  @Darksavior Two controllers here.. Having the second attached at boot or after doesn't matter, it's worked maybe one boot out of 50.

                  Z 1 Reply Last reply Reply Quote 0
                  • abjA
                    abj
                    last edited by abj

                    I try to reinstall RetroPie to a new sd card but something is failing, that wasn't happen before. Maybe a new Pi OS update break something?

                    Log File

                    i follow the following commands and it was possible to correct the issue with the libc-bin package:

                    sudo rm /var/lib/dpkg/info/libc-bin.*
                    sudo apt-get clean
                    sudo apt-get update
                    sudo apt install libc-bin
                    

                    `Please be patient, my English is not very good.`

                    1 Reply Last reply Reply Quote 0
                    • abjA
                      abj
                      last edited by abj

                      I am testing the latest Dolphin standalone. It doesn't run the games (.rvz), It's going back to ES. I had the same issue with the first version of dolphin-rpi5 script.

                      Log:

                      Parameters: 
                      Executing: xinit /dev/shm/retropie_xinitrc -- vt1 -keeptty
                      
                      
                      X.Org X Server 1.21.1.7
                      X Protocol Version 11, Revision 0
                      Current Operating System: Linux retropie 6.1.0-rpi8-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.73-1+rpt1 (2024-01-25) aarch64
                      Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=D8:3A:DD:94:75:FD vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  console=ttyAMA10,115200 console=tty1 root=PARTUUID=adb73ae1-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=GR
                      xorg-server 2:21.1.7-3+rpt2+deb12u5 (https://www.debian.org/support) 
                      Current version of pixman: 0.42.2
                      	Before reporting problems, check http://wiki.x.org
                      	to make sure that you have the latest version.
                      Markers: (--) probed, (**) from config file, (==) default setting,
                      	(++) from command line, (!!) notice, (II) informational,
                      	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
                      (==) Log file: "/home/pi/.local/share/xorg/Xorg.0.log", Time: Sat Feb 17 09:38:45 2024
                      (==) Using system config directory "/usr/share/X11/xorg.conf.d"
                      (EE) 
                      Fatal server error:
                      (EE) Cannot run in framebuffer mode. Please specify busIDs        for all framebuffer devices
                      (EE) 
                      (EE) 
                      Please consult the The X.Org Foundation support 
                      	 at http://wiki.x.org
                       for help. 
                      (EE) Please also check the log file at "/home/pi/.local/share/xorg/Xorg.0.log" for additional information.
                      (EE) 
                      (EE) Server terminated with error (1). Closing log file.
                      xinit: giving up
                      xinit: unable to connect to X server: Connection refused
                      xinit: server error
                      

                      `Please be patient, my English is not very good.`

                      retropieuser555R 1 Reply Last reply Reply Quote 0
                      • retropieuser555R
                        retropieuser555 @abj
                        last edited by

                        @abj what was your runcommand.log that shows what the command it attempted to run? Also I think it's included in RetroPie but did you install matchbox window manager? That could be it.

                        Been testing GameCube again today, holy crap how did nobody ever tell me how good Kirby's Air Ride is!

                        Pi 5 4GB

                        Retroflag GPI with raspberry pi zero 2 w/ wifi

                        Retroachievements:- lovelessrapture

                        abjA 1 Reply Last reply Reply Quote 0
                        • abjA
                          abj @retropieuser555
                          last edited by abj

                          @retropieuser555 The log i post above was the runcommand.log after the emulator didn't boot a game.
                          The only thing i did, it was to install the latest dolphin script. Did i had to do any extra steps? Thanks

                          `Please be patient, my English is not very good.`

                          mituM 1 Reply Last reply Reply Quote 0
                          • mituM
                            mitu Global Moderator @abj
                            last edited by

                            @abj The error you have is because you're missing the gldriver-test package.

                            abjA 1 Reply Last reply Reply Quote 1
                            • abjA
                              abj @mitu
                              last edited by

                              @mitu Thanks, i will try to install this package in a few hours and i will report back.

                              `Please be patient, my English is not very good.`

                              abjA 1 Reply Last reply Reply Quote 0
                              • retropieuser555R
                                retropieuser555
                                last edited by

                                Just a side question using XINIT-WM, is there an advance to using matchbox manager rather than something like ratpoison?

                                I've edited run command to this here:-

                                        ```
                                

                                if [[ "$XINIT_WM" -gt 0 ]]; then
                                local params=()
                                [[ "$XINIT_WM" -eq 1 ]] && params+=(-use_cursor no)
                                [[ "$XINIT_WM" -eq 2 ]] && params+=(-use_cursor yes)
                                cat >>"$xinitrc" <<EOF
                                ratpoison &
                                sleep 0.5
                                xset -dpms s off s noblank
                                EOF

                                
                                I've found doing this gets rid of the window title and border, and in doing so runs Dolphin & AetherSX2 fullscreen consistently

                                Pi 5 4GB

                                Retroflag GPI with raspberry pi zero 2 w/ wifi

                                Retroachievements:- lovelessrapture

                                1 Reply Last reply Reply Quote 0
                                • TPRT
                                  TPR
                                  last edited by

                                  Having an issue with Mario Kart Double Dash using lr-dolphin on the Pi 5. Getting that blue screen overlay during the race that has been reported on the stand alone version of Dolphin and it looks like the fix was to switch from the Vulkan to OpenGL renderer, but that doesn't seem to be an option on the lr-dolphin version. Is there a fix for this or am I just missing something obvious?

                                  retropieuser555R 1 Reply Last reply Reply Quote 0
                                  • retropieuser555R
                                    retropieuser555 @TPR
                                    last edited by

                                    @TPR not yet no. It's discussed here https://retropie.org.uk/forum/topic/35172/mkdd-tint-issue-rpi5/10

                                    Pi 5 4GB

                                    Retroflag GPI with raspberry pi zero 2 w/ wifi

                                    Retroachievements:- lovelessrapture

                                    TPRT 1 Reply Last reply Reply Quote 0
                                    • TPRT
                                      TPR @retropieuser555
                                      last edited by

                                      @retropieuser555 said in Raspberry Pi 5 - official announcement:

                                      @TPR not yet no. It's discussed here https://retropie.org.uk/forum/topic/35172/mkdd-tint-issue-rpi5/10

                                      Perfect. Thank you. I'll keep an eye on that. Not sure why that topic didn't come up when I searched.

                                      1 Reply Last reply Reply Quote 0
                                      • abjA
                                        abj @abj
                                        last edited by abj

                                        @abj said in Raspberry Pi 5 - official announcement:

                                        @mitu Thanks, i will try to install this package in a few hours and i will report back.

                                        Ok, i install the package and now the emulator is working fine (maybe we must add this package in the script), many thanks!!. But i have issue with the gamepad, it doesn't work, only the keyboard is working. With other emulators i don't have issue.

                                        `Please be patient, my English is not very good.`

                                        retropieuser555R 1 Reply Last reply Reply Quote 0
                                        • retropieuser555R
                                          retropieuser555 @abj
                                          last edited by

                                          @abj you need to either use the Dolphin GUI with a mouse and setup your controller or edit /home/pi/.Dolphin-emu/Config/GCPadNew.ini to change the controls for your controller.

                                          Also the Hotkey to exit Dolphin is in Hotkey.ini mine is setup like this:-

                                          General/Exit = evdev/0/8BitDo Pro 2:SELECT & evdev/0/8BitDo Pro 2:START

                                          You can use the GUI to edit that as well.

                                          Not sure I'd be able to get my head around it but I thought there's some auto mapping function now? Maybe I'm mistaken. Or we could do a similar script to mupen64plus where it maps your controller when launching

                                          Pi 5 4GB

                                          Retroflag GPI with raspberry pi zero 2 w/ wifi

                                          Retroachievements:- lovelessrapture

                                          abjA 1 Reply Last reply Reply Quote 1
                                          • abjA
                                            abj @retropieuser555
                                            last edited by

                                            @retropieuser555 I never saw the GUI, only a board flash for few seconds and the game starts. I will try with the keyboard, thanks for the hint!

                                            `Please be patient, my English is not very good.`

                                            retropieuser555R 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.