9dc9b77ec05dc8810c40506bb5698aca4eafcba6
faq-using-sbgrid-programs.md
... | ... | @@ -31,6 +31,8 @@ certain programs to run correctly. You can do this by opening the X11 |
31 | 31 | preferences, clicking the output tab, and selecting a different option from |
32 | 32 | the 'Colors:' dropdown (the default is "From Display"). 256 Colors will |
33 | 33 | emulate an 8-bit color scheme for running applications such as WEB. |
34 | +*IF 256 Colors* does not resolve the problem you are seeing, revert the change - for the majority of applications it is not necesssary, and in some cases can be problematic. |
|
35 | + |
|
34 | 36 | |
35 | 37 | If you need to download a newer version of X11 for OS X, you can find the |
36 | 38 | binaries here: <http://xquartz.macosforge.org/trac/wiki> |
... | ... | @@ -43,6 +45,9 @@ defaults write org.macosforge.xquartz.X11 enable_iglx -bool true |
43 | 45 | ``` |
44 | 46 | Then stop and restart XQuartz. |
45 | 47 | |
48 | +The bundle identifer used by the XQuartz project has varied over time - there is an additional bundle identifier of `org.xquartz.X11` that should also be set. |
|
49 | + |
|
50 | + |
|
46 | 51 | ## Running SBGrid Programs |
47 | 52 | |
48 | 53 | Running programs from the SBGrid software tree should be as simple as opening |