File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,15 @@ 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
+ # Override GL version to 3.3
152
153
export MESA_GL_VERSION_OVERRIDE=3.3
153
154
155
+ # Alternatively, select Core + Forward compatible profile with 3.3
156
+ export MESA_GL_VERSION_OVERRIDE=3.3FC
157
+
158
+ See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)
159
+ for more information.
160
+
154
161
The Ogre 2 debs from the osrfoundation repository are built from a fork of
155
162
Ogre' s `v2-2` branch with changes needed for deb packaging and allowing it to
156
163
be co-installable with Ogre 1.x. The code can be found here:
Original file line number Diff line number Diff line change @@ -168,8 +168,15 @@ 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
+ # Override GL version to 3.3
171
172
export MESA_GL_VERSION_OVERRIDE=3.3
172
173
174
+ # Alternatively, select Core + Forward compatible profile with 3.3
175
+ export MESA_GL_VERSION_OVERRIDE=3.3FC
176
+
177
+ See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)
178
+ for more information.
179
+
173
180
The Ogre 2 debs from the osrfoundation repository are built from a fork of
174
181
Ogre' s `v2-3` branch with changes needed for deb packaging and allowing it to
175
182
be co-installable with Ogre 1.x. The code can be found here:
Original file line number Diff line number Diff line change @@ -168,8 +168,15 @@ 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
+ # Override GL version to 3.3
171
172
export MESA_GL_VERSION_OVERRIDE=3.3
172
173
174
+ # Alternatively, select Core + Forward compatible profile with 3.3
175
+ export MESA_GL_VERSION_OVERRIDE=3.3FC
176
+
177
+ See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)
178
+ for more information.
179
+
173
180
The Ogre 2 debs from the osrfoundation repository are built from a fork of
174
181
Ogre' s `v2-3` branch with changes needed for deb packaging and allowing it to
175
182
be co-installable with Ogre 1.x. The code can be found here:
You can’t perform that action at this time.
0 commit comments