Skip to content

Commit bd0d61b

Browse files
committed
fix doc
Signed-off-by: Ian Chen <[email protected]>
1 parent 029e44e commit bd0d61b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

fortress/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ or force software rendering
149149
150150
If you are using MESA drivers, you can also try overriding the OpenGL version
151151
152-
# Select (non-Core) compatibility profile with GL version 3.3
152+
# Override GL version to 3.3
153153
export MESA_GL_VERSION_OVERRIDE=3.3
154154
155-
# Alterinative, select Forward + Core compatibility profile
155+
# Alterinative, select Core + Forward compatible profile with 3.3
156156
export MESA_GL_VERSION_OVERRIDE=3.3FC
157157
158158
See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)

harmonic/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ or force software rendering
168168
169169
If you are using MESA drivers, you can also try overriding the OpenGL version
170170
171-
# Select (non-Core) compatibility profile with GL version 3.3
171+
# Override GL version to 3.3
172172
export MESA_GL_VERSION_OVERRIDE=3.3
173173
174-
# Alterinative, select Forward + Core compatibility profile
174+
# Alterinative, select Core + Forward compatible profile with 3.3
175175
export MESA_GL_VERSION_OVERRIDE=3.3FC
176176
177177
See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)

ionic/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ or force software rendering
168168
169169
If you are using MESA drivers, you can also try overriding the OpenGL version
170170
171-
# Select (non-Core) compatibility profile with GL version 3.3
171+
# Override GL version to 3.3
172172
export MESA_GL_VERSION_OVERRIDE=3.3
173173
174-
# Alterinative, select Forward + Core compatibility profile
174+
# Alterinative, select Core + Forward compatible profile with 3.3
175175
export MESA_GL_VERSION_OVERRIDE=3.3FC
176176
177177
See the [MESA environment variable documentation](https://docs.mesa3d.org/envvars.html#envvar-MESA_GL_VERSION_OVERRIDE)

0 commit comments

Comments
 (0)