File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ or force software rendering
149
149
150
150
If you are using MESA drivers, you can also try overriding the OpenGL version
151
151
152
- # Select (non-Core) compatibility profile with GL version 3.3
152
+ # Override GL version to 3.3
153
153
export MESA_GL_VERSION_OVERRIDE=3.3
154
154
155
- # Alterinative, select Forward + Core compatibility profile
155
+ # Alterinative, select Core + Forward compatible profile with 3.3
156
156
export MESA_GL_VERSION_OVERRIDE=3.3FC
157
157
158
158
See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)
Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ or force software rendering
168
168
169
169
If you are using MESA drivers, you can also try overriding the OpenGL version
170
170
171
- # Select (non-Core) compatibility profile with GL version 3.3
171
+ # Override GL version to 3.3
172
172
export MESA_GL_VERSION_OVERRIDE=3.3
173
173
174
- # Alterinative, select Forward + Core compatibility profile
174
+ # Alterinative, select Core + Forward compatible profile with 3.3
175
175
export MESA_GL_VERSION_OVERRIDE=3.3FC
176
176
177
177
See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)
Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ or force software rendering
168
168
169
169
If you are using MESA drivers, you can also try overriding the OpenGL version
170
170
171
- # Select (non-Core) compatibility profile with GL version 3.3
171
+ # Override GL version to 3.3
172
172
export MESA_GL_VERSION_OVERRIDE=3.3
173
173
174
- # Alterinative, select Forward + Core compatibility profile
174
+ # Alterinative, select Core + Forward compatible profile with 3.3
175
175
export MESA_GL_VERSION_OVERRIDE=3.3FC
176
176
177
177
See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)
You can’t perform that action at this time.
0 commit comments