diff options
author | Jacek Antonelli | 2009-04-30 13:04:20 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-30 13:07:16 -0500 |
commit | ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e (patch) | |
tree | 8348301d0ac44a524f1819b777686bf086907d76 /linden/indra/newview/linux_tools/wrapper.sh | |
parent | Second Life viewer sources 1.22.11 (diff) | |
download | meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.zip meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.gz meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.bz2 meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.xz |
Second Life viewer sources 1.23.0-RC
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/linux_tools/wrapper.sh | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh index d7b17ed..e188abe 100755 --- a/linden/indra/newview/linux_tools/wrapper.sh +++ b/linden/indra/newview/linux_tools/wrapper.sh | |||
@@ -41,6 +41,17 @@ | |||
41 | ## driver bug, try enabling this option and report whether it helps: | 41 | ## driver bug, try enabling this option and report whether it helps: |
42 | #export LL_ATI_MOUSE_CURSOR_BUG=x | 42 | #export LL_ATI_MOUSE_CURSOR_BUG=x |
43 | 43 | ||
44 | ## - If you experience crashes with streaming video and music, you can | ||
45 | ## disable these by enabling this option: | ||
46 | #export LL_DISABLE_GSTREAMER=x | ||
47 | |||
48 | ## - GStreamer is automatically disabled - for now - on 64-bit systems due | ||
49 | ## to common fatal incompatibilities; remove/comment these lines if you want | ||
50 | ## to try anyway. | ||
51 | if [ "`uname -m`" = "x86_64" ]; then | ||
52 | export LL_DISABLE_GSTREAMER=x | ||
53 | echo '64-bit Linux detected: Disabling GStreamer (streaming video and music) by default; edit ./secondlife to re-enable.' | ||
54 | fi | ||
44 | 55 | ||
45 | ## Everything below this line is just for advanced troubleshooters. | 56 | ## Everything below this line is just for advanced troubleshooters. |
46 | ##------------------------------------------------------------------- | 57 | ##------------------------------------------------------------------- |
@@ -117,7 +128,7 @@ if [ -n "$LL_RUN_ERR" ]; then | |||
117 | LL_RUN_ERR_MSG="" | 128 | LL_RUN_ERR_MSG="" |
118 | if [ "$LL_RUN_ERR" = "runerr" ]; then | 129 | if [ "$LL_RUN_ERR" = "runerr" ]; then |
119 | # generic error running the binary | 130 | # generic error running the binary |
120 | echo '*** Unclean shutdown. ***' | 131 | echo '*** Bad shutdown. ***' |
121 | if [ "`uname -m`" = "x86_64" ]; then | 132 | if [ "`uname -m`" = "x86_64" ]; then |
122 | echo | 133 | echo |
123 | cat << EOFMARKER | 134 | cat << EOFMARKER |