Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

User:Faalagorn/OpenGL checking

From PCGamingWiki, the wiki about fixing PC games
< User:Faalagorn
Revision as of 13:31, 21 August 2021 by Faalagorn (talk | contribs) (New page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

OpenGL checking

Needs formatting, currently dumped here to not to lose it.
It seems I found a way to check OpenGL version used by game under Linux, not sure about Mac or Windows, at least it seems to work for me, it's a bit crude, but I'm using the `MESA_GL_VERSION_OVERRIDE` to override version OpenGL version and found the lower ones the game work with: https://www.khronos.org/opengl/wiki/History_of_OpenGL

e.g. I launch the game as `MESA_GL_VERSION_OVERRIDE=3.3 mangohud %command%` with mangohud to verify it has been applied. I test that on Awesomaunts (works with 3.0 but with anything lower just the sound works, screen is black) and Euro Truck Simulator 2 / ATS (refuses to launch with anything lower than 3.3 which makes sense as it's the last OpenGL version supported on Macs). I will update these pages promptly, but it would be nice to have it documented somewhere, maybe I'll leave it on my user page till then, so it doesn't get lost in Discord's discussions

Source (self): https://canary.discord.com/channels/165183350913499136/326048443040530432/853578802189303828