Skip to content

Commit 8c04d6d

Browse files
authored
Add more info on mesa driver issues in troubleshooting guide (#579)
Signed-off-by: Ian Chen <[email protected]>
1 parent 9de9720 commit 8c04d6d

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

fortress/troubleshooting.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,15 @@ or force software rendering
149149
150150
If you are using MESA drivers, you can also try overriding the OpenGL version
151151
152+
# Override GL version to 3.3
152153
export MESA_GL_VERSION_OVERRIDE=3.3
153154
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+
154161
The Ogre 2 debs from the osrfoundation repository are built from a fork of
155162
Ogre's `v2-2` branch with changes needed for deb packaging and allowing it to
156163
be co-installable with Ogre 1.x. The code can be found here:

harmonic/troubleshooting.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,15 @@ or force software rendering
168168
169169
If you are using MESA drivers, you can also try overriding the OpenGL version
170170
171+
# Override GL version to 3.3
171172
export MESA_GL_VERSION_OVERRIDE=3.3
172173
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+
173180
The Ogre 2 debs from the osrfoundation repository are built from a fork of
174181
Ogre's `v2-3` branch with changes needed for deb packaging and allowing it to
175182
be co-installable with Ogre 1.x. The code can be found here:

ionic/troubleshooting.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,15 @@ or force software rendering
168168
169169
If you are using MESA drivers, you can also try overriding the OpenGL version
170170
171+
# Override GL version to 3.3
171172
export MESA_GL_VERSION_OVERRIDE=3.3
172173
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+
173180
The Ogre 2 debs from the osrfoundation repository are built from a fork of
174181
Ogre's `v2-3` branch with changes needed for deb packaging and allowing it to
175182
be co-installable with Ogre 1.x. The code can be found here:

0 commit comments

Comments
 (0)