diff options
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 '*********************************************************' |