mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-10-23 09:06:03 +00:00
unset sdl_videodriver by default
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
# Usage:
|
# Usage:
|
||||||
# Run from your terminal or use the .desktop files installed by the Helper.
|
# Run from your terminal or use the .desktop files installed by the Helper.
|
||||||
#
|
#
|
||||||
# version: 2.3
|
# version: 2.4
|
||||||
# License: GPLv3.0
|
# License: GPLv3.0
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
@@ -19,6 +19,8 @@
|
|||||||
export WINEPREFIX="$HOME/Games/star-citizen"
|
export WINEPREFIX="$HOME/Games/star-citizen"
|
||||||
|
|
||||||
launch_log="$WINEPREFIX/sc-launch.log"
|
launch_log="$WINEPREFIX/sc-launch.log"
|
||||||
|
unset SDL_VIDEODRIVER
|
||||||
|
|
||||||
export WINEDLLOVERRIDES=winemenubuilder.exe=d # Prevent updates from overwriting our .desktop entries
|
export WINEDLLOVERRIDES=winemenubuilder.exe=d # Prevent updates from overwriting our .desktop entries
|
||||||
export WINEDEBUG=-all # Cut down on console debug messages
|
export WINEDEBUG=-all # Cut down on console debug messages
|
||||||
# Nvidia cache options
|
# Nvidia cache options
|
||||||
|
Reference in New Issue
Block a user