diff options
author | Jacek Antonelli | 2009-02-12 02:06:41 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-02-12 02:06:45 -0600 |
commit | 61f97b33f9850d21965d397b947a298c16ba576d (patch) | |
tree | a2edff0a7fbc83e2259eda952511b0fbdbea290b /linden/indra/newview/linux_tools/wrapper.sh | |
parent | Second Life viewer sources 1.22.7-RC (diff) | |
download | meta-impy-61f97b33f9850d21965d397b947a298c16ba576d.zip meta-impy-61f97b33f9850d21965d397b947a298c16ba576d.tar.gz meta-impy-61f97b33f9850d21965d397b947a298c16ba576d.tar.bz2 meta-impy-61f97b33f9850d21965d397b947a298c16ba576d.tar.xz |
Second Life viewer sources 1.22.8-RC
Diffstat (limited to 'linden/indra/newview/linux_tools/wrapper.sh')
-rwxr-xr-x | linden/indra/newview/linux_tools/wrapper.sh | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh index 9d2e06b..d7b17ed 100755 --- a/linden/indra/newview/linux_tools/wrapper.sh +++ b/linden/indra/newview/linux_tools/wrapper.sh | |||
@@ -4,14 +4,17 @@ | |||
4 | ## These options are for self-assisted troubleshooting during this beta | 4 | ## These options are for self-assisted troubleshooting during this beta |
5 | ## testing phase; you should not usually need to touch them. | 5 | ## testing phase; you should not usually need to touch them. |
6 | 6 | ||
7 | ## - Avoids using the ESD audio driver. | 7 | ## - Avoids using any OpenAL audio driver. |
8 | #export LL_BAD_ESD=x | 8 | #export LL_BAD_OPENAL_DRIVER=x |
9 | 9 | ## - Avoids using any FMOD audio driver. | |
10 | ## - Avoids using the OSS audio driver. | 10 | #export LL_BAD_FMOD_DRIVER=x |
11 | #export LL_BAD_OSS=x | 11 | |
12 | 12 | ## - Avoids using the FMOD ESD audio driver. | |
13 | ## - Avoids using the ALSA audio driver. | 13 | #export LL_BAD_FMOD_ESD=x |
14 | #export LL_BAD_ALSA=x | 14 | ## - Avoids using the FMOD OSS audio driver. |
15 | #export LL_BAD_FMOD_OSS=x | ||
16 | ## - Avoids using the FMOD ALSA audio driver. | ||
17 | #export LL_BAD_FMOD_ALSA=x | ||
15 | 18 | ||
16 | ## - Avoids the optional OpenGL extensions which have proven most problematic | 19 | ## - Avoids the optional OpenGL extensions which have proven most problematic |
17 | ## on some hardware. Disabling this option may cause BETTER PERFORMANCE but | 20 | ## on some hardware. Disabling this option may cause BETTER PERFORMANCE but |