• Keyboard and mouse not working on Rpi 400

    5
    0 Votes
    5 Posts
    368 Views
    A

    In the end, I made a new retropie image and then made sure to properly configure the controller at startup. The other issue was related to faulty card reader.

  • Verifying write failed using Rpi Imager

    3
    0 Votes
    3 Posts
    450 Views
    A

    @sugarfree said in Verifying write failed using Rpi Imager:

    bad card reader

    In my case a faulty card reader.

  • Using a Single Button to Exit Games

    6
    0 Votes
    6 Posts
    890 Views
    A

    @jgraves Thank you very much for the brilliant idea with the diode!!!
    This method suited me perfectly :)
    But it is not a fact that it will suit others. Because in this case the "hot key" will be unavailable for other functions. (I do not use it).

  • Question about Vulkan on the RPi5.

    2
    1 Votes
    2 Posts
    290 Views
    mituM

    @sugarfree said in Question about Vulkan on the RPi5.:

    Is this still the right way to do it? Thanks!

    Yes, since the PR is still not merged.

  • solved /sound issues

    14
    0 Votes
    14 Posts
    1k Views
    tarT

    @mitu sorry was excited just had to set audio in retropie menu but some reason it didnt take the first 4 or 5 times
    until i changed output to a diffrent output then back to hdmi .

  • Compiling eduke32 from the latest source on Raspberry Pi

    8
    0 Votes
    8 Posts
    464 Views
    MoleManM

    FYI - "USE_OPENGL=0" seems to be the necessary flag. I can compile with or without "Polymer" and it will launch successfully.

  • 0 Votes
    12 Posts
    852 Views
    mituM

    @MoleMan thanks for reporting the issue upstream.

  • Raspberry Pi Imager Update for Raspberry Pi 5?

    2
    0 Votes
    2 Posts
    737 Views
    mituM

    @Healey85 said in Raspberry Pi Imager Update for Raspberry Pi 5?:

    So at present time I own a Raspberry Pi 5. I see with the latest version of Raspberry Pi Imager version 1.8.5 you can install the Recalbox Operating System (under emulation and game OS), but not the RetroPie Operating System.

    Yes, because RetroPie doesn't have an image released for the Pi 5. If it would have, it would be automatically picked by the RPI Imager. If you wish to use a Pi5, you can install manually RetroPie on top of a RaspiOS Lite installation, but support it's still beta and requires some Linux knowledge.

    So if I want RetroPie on my Raspberry pi 5, am I better off seeking out a Raspberry Pi 4 separate from the 5 I already have?

    It depends on what you kind of retro games you want to play - a Pi4 or even a Pi3 may be enough.

  • 0 Votes
    4 Posts
    469 Views
    mituM

    @DeSanta said in Is there any way to use the bezels from the Bezel Project in standalone emulators (outside of RetroArch)?:

    @mitu Strange that it doesn’t work outside of RetroArch… In Batocera (PC), it is possible to use bezels in standalone emulators.

    There may be programs that can do that, but they're not included in RetroPie and may not work on a Pi/SBC.

  • Bluetooth audio failing

    2
    0 Votes
    2 Posts
    350 Views
    mituM

    RetroPie's BT pairing is geared mainly to input devices (gamepads/keyboards) and may not work properly on Audio devices. Try to pair manually using bluetoothctl - https://wiki.archlinux.org/title/Bluetooth.

    You may also want to replace pulseaudio with pipewire-pulse, since Pipewire has replaced Pulseaudio in the latest RaspiOS (and other Linux distributions).

    If you don't succeed, try installing the RaspiOS desktop image, which has the Bluetooth pairing utilities on the desktop and installs the necessary audio packages. Once you make it work, you can disable the graphical desktop and boot to console to start EmulationStation.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    4 Posts
    2k Views
    DTEAMD

    You can use backport for MESA (24.2.8)/Vulkan 1.2.289

    Now I did it properly and test it. I saw a massive performance increase for game loading and a better performance with Vulkan. Unfortunately , Vulkan 1.3 is not officially available yet for Pi, only 1.2.289 is available .You can get it only with MESA 24.3 but it should be soon.

    Here's what I did :

    1- Create an empty file /etc/apt/sources.list.d/debian-12-backports.list and write this inside with a file editor

    deb http://deb.debian.org/debian bookworm-backports main

    You must change the folder restriction first
    2 - update MESA

    sudo apt update && sudo apt upgrade sudo apt install -t bookworm-backports mesa-va-drivers

    3- Double check your installed packages with:

    dpkg-query -W | grep '~bpo'

    4 - Update Vulkan if needed

    sudo apt install mesa-vulkan-drivers/bookworm-backports

    Note : - Do a backup first
    - I also recommend to update cmake sudo apt install cmake/bookworm-backports.

  • 0 Votes
    6 Posts
    429 Views
    B

    @sith-lord-goz Rollback netplay, which is what is implemented in retroarch, relies on savestate determinism, like several other features (runahead, rewind, ...)

  • moving mame back to lr-mame

    5
    0 Votes
    5 Posts
    451 Views
    B

    @dcaputi said in moving mame back to lr-mame:

    So ignore all that and just tell me, should I give FBNeo a try?

    Unlike MAME's OSD, RetroArch's Quick menu > Controls isn't good at remapping anything to anything. I have a feeling this might be a problem with your setup. Make sure you read this if you want to try anyway.

    And yeah, a lot of games supported by MAME 0.274 aren't gonna be supported by FBNeo, especially 3D games. As for the differences between both emulators, they are explained here and there.

  • Retropie ES config 3B+

    3
    0 Votes
    3 Posts
    343 Views
    mituM

    @steeluth said in Retropie ES config 3B+:

    Following the guide I first installed the Bookworm from here > Raspberry Pi OS with desktop and recommended software and then retropie on top using image files provided and all went well.

    You basically re-wrote the RetroPie image on the sdcard, over the newer RaspiOS image that you installed initially - while you may have the latest RetroPie version, you're still using an older version of RaspiOS (based on Debian buster).

    The RetroPie image is using by default the pi user to operate, if you're using a different username, the installed front-end and emulators will not work. I advise you to re-flash the RetroPie image from the download page for your Pi model and boot it up, then continue from there. The system should reboot on the 1st start and then it will start automatically with EmulationStation.

    If you want to use a newer RaspiOS, then you can install the Lite version and manually install RetroPie as described in the docs.

  • 0 Votes
    1 Posts
    120 Views
    No one has replied
  • Roms Not Loading On Pi 5

    14
    0 Votes
    14 Posts
    925 Views
    V

    @mitu Yeah, I figured it shouldn't have any effect on audio output. The only audio settings I've changed are in /usr/share/alsa/alsa.conf, where 2 is the number of my audio device:

    defaults.ctl.card = 2 defaults.pcm.card = 2
  • Increase ram size

    5
    1 Votes
    5 Posts
    362 Views
    ExarKunIvE

    @mitu ok thanks for the info

  • All games/emulators stuttering after image restore

    4
    0 Votes
    4 Posts
    849 Views
    B

    @tribunal88 With all the counterfeits around, it's actually hard to be sure whether a sd card is good quality or not.
    A standard OS is constantly reading/writing to the storage device (logs, background tasks, ...). Arguably this can be mostly disabled by editing your system files, but i don't think it's done by default on a retropie setup.

  • Any progress being made with ZX81 emulation?

    28
    0 Votes
    28 Posts
    2k Views
    FollyF

    @JimmyFromTheBay said in Any progress being made with ZX81 emulation?:

    @Folly

    What is the "makefile"?

    Here you can find what makefiles do.

    The sourcecode of sz81 is here.
    You will notice the Makefile.
    I highlighted these lines to give you an impression on what can be added to the CFLAGS in order to compile the source code with for example zxpand.
    To add zxpand it has to be added in the line 40 :
    .... -D_DZ80_EXCLUDE_SCRIPT -DZXPAND

    What are the "sdcard files" for ZXPAND?

    I am not an expert on zxpand but it seems that program files are loaded from sdcard.
    More info about zxpand can be found here.
    You can also read that the SZ81 emulator can emulate the ZXpand+. To run a ZXpand-compatible program, you have to put the P file and its .wad file in the ZXpand_SD_Card folder.

    "edit where the configure part so the binary is saver in a different folder than the standar sz81 emultor" - is that referring to these lines? function sources_sz80() { gitPullOrClone #patch and change the config directory for ZX80 sed -i 's/\"\.sz81\"/\"\.sz80\"/g' "sdl_resources.h"

    no,
    I meant :
    function configure_sz80()

    What you mention is sources part , look at the function name.

    Because I have NO idea what that's all about, or what the different slashes mean. There basically isn't one part of that last line I understand :(

    You can read more about what the program sed does over here.

    So it looks like the answer to your question, sadly, is "Hell no" :D

    Haha, I understand.
    In the beginning it's all garbage.
    Try to read the stuff I send you.
    Hope you will understand it a little bit better.

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.