899e72d88393b5195783a10321a79648b74e2849
faq-using-sbgrid-programs.md
... | ... | @@ -35,10 +35,13 @@ emulate an 8-bit color scheme for running applications such as WEB. |
35 | 35 | If you need to download a newer version of X11 for OS X, you can find the |
36 | 36 | binaries here: <http://xquartz.macosforge.org/trac/wiki> |
37 | 37 | |
38 | -To enable GL required by some programs like coot you will need to run this in a terminal from your account. |
|
38 | +To enable GL required by some programs like coot you will need to run |
|
39 | +this in a terminal from your account on your Mac: |
|
40 | + |
|
39 | 41 | ``` |
40 | 42 | defaults write org.macosforge.xquartz.X11 enable_iglx -bool true |
41 | 43 | ``` |
44 | +Then stop and restart XQuartz. |
|
42 | 45 | |
43 | 46 | ## Running SBGrid Programs |
44 | 47 |