diff options
Diffstat (limited to 'indra/newview/linux_tools')
| -rwxr-xr-x | indra/newview/linux_tools/wrapper.sh | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index fd571cacfd..3fd59eb87c 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -13,8 +13,9 @@  #export LL_BAD_ALSA=x  ## - Avoids the optional OpenGL extensions which have proven most problematic -##   on some hardware.  Disabling this option may cause crashes and hangs on -##   some unstable combinations of drivers and hardware. +##   on some hardware.  Disabling this option may cause BETTER PERFORMANCE but +##   may also cause CRASHES and hangs on some unstable combinations of drivers +##   and hardware.  export LL_GL_BASICEXT=x  ## - Avoids *all* optional OpenGL extensions.  This is the safest and least- | 
