diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/linux_tools | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/linux_tools')
-rw-r--r-- | linden/indra/newview/linux_tools/exposed-symbols.txt | 4 | ||||
-rwxr-xr-x | linden/indra/newview/linux_tools/wrapper.sh | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/linden/indra/newview/linux_tools/exposed-symbols.txt b/linden/indra/newview/linux_tools/exposed-symbols.txt deleted file mode 100644 index f12fbfa..0000000 --- a/linden/indra/newview/linux_tools/exposed-symbols.txt +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | initllpython | ||
2 | createLLImageJ2CKDU | ||
3 | destroyLLImageJ2CKDU | ||
4 | engineInfoLLImageJ2CKDU | ||
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh index eaa2f61..9d2e06b 100755 --- a/linden/indra/newview/linux_tools/wrapper.sh +++ b/linden/indra/newview/linux_tools/wrapper.sh | |||
@@ -33,6 +33,11 @@ | |||
33 | ## LL_GL_BLACKLIST which solves your problems. | 33 | ## LL_GL_BLACKLIST which solves your problems. |
34 | #export LL_GL_BLACKLIST=abcdefghijklmno | 34 | #export LL_GL_BLACKLIST=abcdefghijklmno |
35 | 35 | ||
36 | ## - Some ATI/Radeon users report random X server crashes when the mouse | ||
37 | ## cursor changes shape. If you suspect that you are a victim of this | ||
38 | ## driver bug, try enabling this option and report whether it helps: | ||
39 | #export LL_ATI_MOUSE_CURSOR_BUG=x | ||
40 | |||
36 | 41 | ||
37 | ## Everything below this line is just for advanced troubleshooters. | 42 | ## Everything below this line is just for advanced troubleshooters. |
38 | ##------------------------------------------------------------------- | 43 | ##------------------------------------------------------------------- |
@@ -56,6 +61,12 @@ if [ "$GTK_IM_MODULE" = "scim" ]; then | |||
56 | export GTK_IM_MODULE=xim | 61 | export GTK_IM_MODULE=xim |
57 | fi | 62 | fi |
58 | 63 | ||
64 | ## - Automatically work around the ATI mouse cursor crash bug: | ||
65 | ## (this workaround is disabled as most fglrx users do not see the bug) | ||
66 | #if lsmod | grep fglrx &>/dev/null ; then | ||
67 | # export LL_ATI_MOUSE_CURSOR_BUG=x | ||
68 | #fi | ||
69 | |||
59 | 70 | ||
60 | ## Nothing worth editing below this line. | 71 | ## Nothing worth editing below this line. |
61 | ##------------------------------------------------------------------- | 72 | ##------------------------------------------------------------------- |