Skip to content

Commit 9d6d2ca

Browse files
Add osmesa to help texts
1 parent e4a1a83 commit 9d6d2ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/data/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
# GL option
161161
# Sets with opengl context creation library to use
162-
# Must be either auto, egl or glx
162+
# Must be either auto, egl, glx or osmesa
163163
# Default is auto.
164164
#--gl auto
165165

src/data/help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Module specific options:
150150
--localip-show-loop <?value>: Show loop back addresses (127.0.0.1) in local ip module. Default is false
151151
--public-ip-timeout: Time in milliseconds to wait for the public ip server to respond. Default is disabled (0)
152152
--player-name: The name of the player to use
153-
--gl <value>: Sets the opengl context creation library to use. Must be auto, egl, or glx. Default is auto
153+
--gl <value>: Sets the opengl context creation library to use. Must be auto, egl, glx or osmesa. Default is auto
154154

155155
Parsing is not case sensitive. E.g. "--lib-PCI" is equal to "--Lib-Pci"
156156
If a value starts with a ?, it is optional. "true" will be used if not set.

0 commit comments

Comments
 (0)