gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
771 stars 179 forks source link

Black screen on Intel HD 4000 (Fedora Linux 36) #2704

Closed Jenmet-cy closed 2 years ago

Jenmet-cy commented 2 years ago

Hi. I'm getting issues with GLideN64 in Rosalie's Mupen GUI on Linux (Fedora 36). Any game I open gives me a black screen with audio only. I'm using the latest GLideN64 version. Here's my gliden64.log, if it helps. gliden64.log

Jj0YzL5nvJ commented 2 years ago

Try:

MESA_GL_VERSION_OVERRIDE="3.3COMPAT" MESA_GLSL_VERSION_OVERRIDE="330" MESA_EXTENSION_OVERRIDE="-GL_ARB_buffer_storage" ./RMG
Jenmet-cy commented 2 years ago

That worked! Thanks.