PCSX2_Appimage
PCSX2 Appimage that include all 32bits deps, for all linux 64bits (include no-multilib pure 64bits).
HERE
1- Download "pcsx2-VERSION-x86_64.AppImage"If you use the proprietary NVIDIA driver, you can download the respective version instead. See link NVIDIA_LEGACY_LIST
- NOTE: With proprietary NVIDIA, you will need to use the same major version equivalent to the one running on your 64bits system.
2- Make executable:
$ chmod +x pcsx2-VERSION-x86_64.AppImage
3- Run it:
$ ./pcsx2-VERSION-x86_64.AppImage
Optional 1- To test the OpenGL of your video card:
$ ./pcsx2-VERSION-x86_64.AppImage glxinfo32
$ ./pcsx2-VERSION-x86_64.AppImage glxgears32 -info
$ ./pcsx2-VERSION-x86_64.AppImage shape32
Optional 2- You can use PRIME too:
$ DRI_PRIME=1 ./pcsx2-VERSION-x86_64.AppImage glxgears32 -info