aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/linux_tools/wrapper.sh')
-rwxr-xr-xlinden/indra/newview/linux_tools/wrapper.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh
index 4ed0609..587c56f 100755
--- a/linden/indra/newview/linux_tools/wrapper.sh
+++ b/linden/indra/newview/linux_tools/wrapper.sh
@@ -1,7 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
3## Here are some configuration options for Linux Client Alpha Testers. 3## Here are some configuration options for Linux Client Testers.
4## These options are for self-assisted troubleshooting during this alpha 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 the ESD audio driver.
@@ -21,14 +21,14 @@ export LL_GL_BASICEXT=x
21 21
22## - Avoids *all* optional OpenGL extensions. This is the safest and least- 22## - Avoids *all* optional OpenGL extensions. This is the safest and least-
23## exciting option. Enable this if you experience stability issues, and 23## exciting option. Enable this if you experience stability issues, and
24## report whether it helps in the Linux Client Alpha Testers forum. 24## report whether it helps in the Linux Client Testers forum.
25#export LL_GL_NOEXT=x 25#export LL_GL_NOEXT=x
26 26
27## - For advanced troubleshooters, this lets you disable specific GL 27## - For advanced troubleshooters, this lets you disable specific GL
28## extensions, each of which is represented by a letter a-o. If you can 28## extensions, each of which is represented by a letter a-o. If you can
29## narrow down a stability problem on your system to just one or two 29## narrow down a stability problem on your system to just one or two
30## extensions then please post details of your hardware (and drivers) to 30## extensions then please post details of your hardware (and drivers) to
31## the Linux Client Alpha Testers forum along with the minimal 31## the Linux Client Testers forum along with the minimal
32## LL_GL_BLACKLIST which solves your problems. 32## LL_GL_BLACKLIST which solves your problems.
33#export LL_GL_BLACKLIST=abcdefghijklmno 33#export LL_GL_BLACKLIST=abcdefghijklmno
34 34
@@ -114,8 +114,8 @@ fi
114 114
115 115
116echo 116echo
117echo '*********************************************************' 117echo '*******************************************************'
118echo 'This is an ALPHA release of the Second Life linux client.' 118echo 'This is a BETA release of the Second Life linux client.'
119echo 'Thank you for testing!' 119echo 'Thank you for testing!'
120echo 'Please see README-linux.txt before reporting problems.' 120echo 'Please see README-linux.txt before reporting problems.'
121echo 121echo