On both PCSXR and Mednafen I can't use the OpenGL to play my PS1 games. I have to use SDL, and the graphic sucks.
I have googled this a lot. Follow all that steps to delete the emulator files, modify some parameters and this kind of think. I have libgl1-mesa-dev instaled.
I'm using Debian 9.
Here are the log of Mednafen:
Starting Mednaffe 0.8.4
Mednafen 09x configuration file found.Version detected: Mednafen 0.9.41
Executing mednafen with command line:
"/usr/games/mednafen -psx.dbg_level 0 -video.driver opengl -video.fs 0 > -cheats 1 /home/john/Downloads/ROMs/resident evil 3.cue "
ERROR: Couldn't find matching GLX visual
End of execution caught.
My video card is some Intel HD.
$ glxinfo | grep -E "vendor|version"
Error: couldn't find RGB GLX visual or fbconfig
My dmesg output is available here, and my X.org logs here.