aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/linux_tools')
-rw-r--r--linden/indra/newview/linux_tools/client-readme.txt5
-rwxr-xr-xlinden/indra/newview/linux_tools/wrapper.sh3
2 files changed, 3 insertions, 5 deletions
diff --git a/linden/indra/newview/linux_tools/client-readme.txt b/linden/indra/newview/linux_tools/client-readme.txt
index ff607b7..87087be 100644
--- a/linden/indra/newview/linux_tools/client-readme.txt
+++ b/linden/indra/newview/linux_tools/client-readme.txt
@@ -104,9 +104,8 @@ the Beta release of the Linux client.
104 stability. See PROBLEM 3 in the TROUBLESHOOTING section if you wish to 104 stability. See PROBLEM 3 in the TROUBLESHOOTING section if you wish to
105 turn these on to possibly enhance your experience. 105 turn these on to possibly enhance your experience.
106 106
107* MISC - The following features are known to not yet be fully operational on 107* MISC - The following features are not currently fully implemented on the
108 the Linux client: 108 Linux client and are therefore known not to work properly:
109 * Movie recording (soon to be deprecated)
110 * Full Unicode font rendering 109 * Full Unicode font rendering
111 110
112* UPLOAD / SAVE / COLOR-PICKER DIALOGS - These only appear when the client 111* UPLOAD / SAVE / COLOR-PICKER DIALOGS - These only appear when the client
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh
index 070d45a..1b7d6b8 100755
--- a/linden/indra/newview/linux_tools/wrapper.sh
+++ b/linden/indra/newview/linux_tools/wrapper.sh
@@ -17,8 +17,7 @@
17## on some hardware. Disabling this option may cause BETTER PERFORMANCE but 17## on some hardware. Disabling this option may cause BETTER PERFORMANCE but
18## may also cause CRASHES and hangs on some unstable combinations of drivers 18## may also cause CRASHES and hangs on some unstable combinations of drivers
19## and hardware. 19## and hardware.
20## NOTE: This is 'off' for WindLight to help testing. Hopefully it's not 20## NOTE: This is now disabled by default.
21## really needed any more anyway.
22#export LL_GL_BASICEXT=x 21#export LL_GL_BASICEXT=x
23 22
24## - Avoids *all* optional OpenGL extensions. This is the safest and least- 23## - Avoids *all* optional OpenGL extensions. This is the safest and least-