diff --git a/bin/launch-options.py b/bin/launch-options.py index 9f1ae2c119045ebce003ed4c4e8036b5a003370b..2ed19fa17d066c1914a32cfca428ad795905ff48 100755 --- a/bin/launch-options.py +++ b/bin/launch-options.py @@ -1828,6 +1828,7 @@ class Gui: if value is not None: environ['SDL_VIDEODRIVER'] = value + environ['SDL_VIDEO_DRIVER'] = value if self.debug_check.get_active(): environ['STEAM_LINUX_RUNTIME_VERBOSE'] = '1'