diff options
Diffstat (limited to '')
-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 23053d3..2834947 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 |