aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/linux_tools/wrapper.sh')
-rwxr-xr-xlinden/indra/newview/linux_tools/wrapper.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh
index 222ce98..cdc36a8 100755
--- a/linden/indra/newview/linux_tools/wrapper.sh
+++ b/linden/indra/newview/linux_tools/wrapper.sh
@@ -13,8 +13,9 @@
13#export LL_BAD_ALSA=x 13#export LL_BAD_ALSA=x
14 14
15## - Avoids the optional OpenGL extensions which have proven most problematic 15## - Avoids the optional OpenGL extensions which have proven most problematic
16## on some hardware. Disabling this option may cause crashes and hangs on 16## on some hardware. Disabling this option may cause BETTER PERFORMANCE but
17## some unstable combinations of drivers and hardware. 17## may also cause CRASHES and hangs on some unstable combinations of drivers
18## and hardware.
18export LL_GL_BASICEXT=x 19export LL_GL_BASICEXT=x
19 20
20## - Avoids *all* optional OpenGL extensions. This is the safest and least- 21## - Avoids *all* optional OpenGL extensions. This is the safest and least-
@@ -38,7 +39,7 @@ export SDL_VIDEO_X11_DGAMOUSE=0
38 39
39RUN_PATH=`dirname "$0" || echo .` 40RUN_PATH=`dirname "$0" || echo .`
40cd "${RUN_PATH}" 41cd "${RUN_PATH}"
41LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}" bin/do-not-directly-run-secondlife-bin `cat gridargs.dat` $@ | cat 42LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}" bin/do-not-directly-run-secondlife-bin `cat gridargs.dat` $@ | cat
42 43
43echo 44echo
44echo '*********************************************************' 45echo '*********************************************************'