Originally posted by Dukenukemx
View Post
Code:
MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE= 330
Originally posted by Dukenukemx
View Post
EDIT: I did some tests and set the version override in "/etc/environment"... you have to add "COMPAT" at the end of MESA_GL_VERSION_OVERRIDE, like this:
Code:
MESA_GL_VERSION_OVERRIDE=3.3COMPAT
Comment