Rosalie241 / RMG

Rosalie's Mupen GUI
GNU General Public License v3.0
568 stars 50 forks source link

Black screen on some games #273

Open Altair-85 opened 1 week ago

Altair-85 commented 1 week ago

Device: Raspberry Pi 4B & Raspberry Pi 5 OS: Raspberry OS Bookworm (ARM64)

I can easily install and launch RMG from Flathub. Games start with sound only & black screen. Same Problem for Orange Pi 5 Plus with Ubuntu 24.04 (ARM64).

Rosalie241 commented 1 week ago

You have to force an OpenGL override to 3.3, I don't know how to do it for the raspberry pi but for my pinebook pro the environment variable is MESA_GL_VERSION_OVERRIDE=3.3 which makes it work.

Altair-85 commented 1 week ago

Thanks for the quick reply. Sorry do you have a tutorial for me on how to do this? I'm new to Linux.