aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools/wrapper.sh
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/linux_tools/wrapper.sh
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
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 '*********************************************************'