diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/linux_tools/wrapper.sh | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-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-x | linden/indra/newview/linux_tools/wrapper.sh | 7 |
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. | ||
18 | export LL_GL_BASICEXT=x | 19 | export 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 | ||
39 | RUN_PATH=`dirname "$0" || echo .` | 40 | RUN_PATH=`dirname "$0" || echo .` |
40 | cd "${RUN_PATH}" | 41 | cd "${RUN_PATH}" |
41 | LD_LIBRARY_PATH="`pwd`"/lib:"${LD_LIBRARY_PATH}" bin/do-not-directly-run-secondlife-bin `cat gridargs.dat` $@ | cat | 42 | LD_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 | ||
43 | echo | 44 | echo |
44 | echo '*********************************************************' | 45 | echo '*********************************************************' |