An indie make-it-work blog for retrogamers that want to replay their old video game hits on their Raspberry Pi and television. Hints and tricks to make it work at the best possible.
Sunday, January 16, 2022
Play ET: Legacy on Raspberry Pi [FPS]
Monday, January 10, 2022
Raspberry Pi & Friends
Thursday, January 6, 2022
Sound issues inventory
Hello,
I figured out that sound issues on Raspberry Pi and more generally Linux installations are often a difficult problem to deal with and the reason is that the causes vary much. The goal of this post is to answer your sound issue according to its cause. This post will be regularly updated as I notice new causes.
Using HDMI
- in /boot/config.txt make sure to set
hdmi_drive=2
dtparam=audio=on - Avoid this fix if you are using jack audio it will have a reverse effect
RetroPie
- Make sure pulseaudio is not installed as it conflict with RetroPie setting.
sudo apt-get remove pulseaudio - Make sure that Audio_Card (should be default) and Audio_Device (should be HDMI if you have an HDMI cable or PCM if you are using a jack) are set correctly in
/opt/retropie/configs/all/emulationstation/es_settings.cfg
- You can change these settings also through RetroPie context menu
Alsa, devices and drivers
- If you lost /dev/snd/ this is the worst case as actually I haven't found any other way than reinstalling your OS through PINN. However you can always try removing and reinstalling alsa-utils and libasound2:
sudo apt-get remove alsa-utils pulseaudio libasound2
sudo apt-get install alsa-utils libasound2
speaker-test
Wine
- Failed to initialize DirectX Audio
- This often happens in RPGMaker games
- It's actually a misleading message. When reading this and searching internet you often find that DirectX is missing. This is not true. This message can actually happen:
- If DirectX is missing
- If the version of DirectX is incompatible with your executable (might be actually too new for your executable and not too old)
- If your sound system can't make a pipe (test it with aplay or paplay)
- If you are cross-executing your Wine binary on another user with "su -l xxxx" from LXDE.
- Solutions:
- Make sure aplay/paplay work (eg type speaker-test)
- Make sure Wine output sounds on other games
- Make a pristine Wineprefix and don't upgrade DirectX with winetricks.
- Install your game on that pristine Wineprefix and only the exact needed dependencies
Sunday, July 11, 2021
Sing on Raspberry Pi with Ultrastar DX (Singstar-Like)
Friday, May 7, 2021
Should you use Retropie, Lakka or RetroArch on your Raspberry Pi?
When talking about emulation on Raspberry Pi, there are four options:
- RetroPie and RetroPie-inspired systems (Batocera and Recalbox)
- Lakka
- RetroArch on top of Raspberry Pi OS (I've finally decided to split Lakka and RetroArch)
- Direct emulation (inline or in LXDE/RPD). This will be only briefly discussed in this article as it would otherwise almost need one post per emulator.
Both Lakka and RetroPie have an integrated system and an in-system installation solutions and are really different from each other. This gives its uses to both of them.
While RetroPie focuses on customization and eye candy, Lakka prefers a very simple and clear interface and a thinner layer than emulationstation. Lakka is also more compatible with drivers like OpenGL.
RetroArch gives a quite complete answer to the uncompleteness of Lakka due to the fact you will truly have access to the OS therefore will be able to install about everything that's not covered in Lakka and execute it via shell scripts.
|
|
Performance
- LibreElec is faster
- Lakka uses OpenGL so is faster than Emulationstation with legacy driver
- Emulationstation doesn't support KMS on older Pi's (won't start at all)
Scripting and customization
The bash core on RetroArch
This core is pretty easy to install and will allow you to run any linux executable from RetroArch.
This bash core has a good coverage: you can actually install a xserver on your system if you are in RetroArch and run X based games like all the Wine games and VCMI. The only game that I haven't successfully started so far on bash core is Diablo2-arm. But Diablo2-arm is also very bitchy to start in RetroPie.
Since RetroArch has a KMS support you won't need to use tvservice or xdotool. You can install an xserver following my new guide: https://thepigamer.blogspot.com/2021/06/making-xwindow-wine-and-box86-work.html
You can also try to install that core on Lakka but you won't be able to run apt-get in Lakka. It means you will not be able to install for example xserver on Lakka. This brings an end to hopes of customizing Lakka further.
DOSBox
Easeness of setup
Easeness of use
Arcade gaming
Scope
Design
And RetroPie as an app?
Conclusion
RetroPie
Lakka
RetroArch
Direct emulation
Saturday, April 17, 2021
DOSBox-X, the missing link on Raspberry Pi
Friday, April 2, 2021
Setting up Neogeo emulator [Retropie as an OS]
Saturday, March 6, 2021
New page: Raspberry Pi and RetroPie Dosbox game guide
Here is a new page on how to run specific dosbox games on Raspberry Pi and hints to provide a better experience especially in RetroPie:
https://thepigamer.blogspot.com/p/raspberry-pi-and-retropie-dosbox-game.html
The pi gamer
Thursday, February 25, 2021
Dosbox keyboard issues - mute and misbehaving keys [RetroPie as an OS]
Friday, February 12, 2021
Case study: RPG Maker games on Raspberry Pi [2000][2003][XP][VX][VX Ace][MV][MZ]
Sunday, January 24, 2021
Making Wine and Box86 work under RetroPie [RetroPie as an OS]
Wednesday, January 20, 2021
Case study: Heroes of Might and Magic III on Pi [VCMI]
Thursday, January 14, 2021
Getting started for gaming
If you have bought a Raspberry Pi 3 or 4 and wish to start retrogaming, the first thing to do is to download an OS installer.
A screenshot of PINN |
Keep in mind that trying to make a versatile solution out a small SD card feels like trying to fit a truck inside a mouse hole.
Budget | Advised | Nice to have |
4GB | Raspberry Pi OS 32 bits mini +RPD | Raspberry Pi OS 32 bits regular |
16GB | Raspberry Pi OS 32 bits regular | Retropie/Recallbox/Lakka/Batocera (x86 route) mikerr's stretch Rpi-qemu-x86 |
64GB | Raspberry Pi OS 32 bits regular Retropie/others Rpi-qemu-x86 | (x86 route)Twister OS LibreElec LineageOS (for screen mirroring) Store one or two games you play all the time on your SD, not more |
256GB | Raspberry Pi OS 32 bits, TwisterOS, Rpi-qemu-x86, Retropie, Android, ... (Gladys) | Store some of your games on your SD |
TL/DR:
Get PINN, check down in the summary table for what OS to install.
Play ET: Legacy on Raspberry Pi [FPS]
🕐🕐 Duration: A few hours 🔧 Difficulty: Easy 🌟🌟🌟🌟 Interest: Hours of fun
-
🕐🕐🕐 Duration: Up to one day (kernel compiling) 🔧🔧 Difficulty: Medium 🌟🌟🌟🌟 Interest: Hours of fun
-
🕐🕐 Duration: 2 to 3 hours (nw.js;Tapir;EasyRPG) 🕐🕐🕐 Duration: Up to one day (Wine-based RPGXP, RPGVX and RPGVX Ace) 🔧🔧🔧 Difficulty: ...
-
🕐🕐🕐 Duration: Up to one day (kernel compiling) 🔧🔧🔧🔧 Difficulty: Difficult 🌟🌟🌟🌟 Interest: Hours of fun