diff options
Diffstat (limited to 'docs/README.3DFX')
-rw-r--r-- | docs/README.3DFX | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.3DFX b/docs/README.3DFX index aa6b9ef31ac..43c1587b4be 100644 --- a/docs/README.3DFX +++ b/docs/README.3DFX @@ -185,9 +185,9 @@ Doing more with Mesa & Linux Glide: quality. However you can use any visual depth supported by X. 2. Set the following environment variables: - export MESA_GLX_FX="window" // to enable window rendering - export SST_VGA_PASS=1 // to stop video signal switching - export SST_NOSHUTDOWN=1 // to stop video signal switching + export MESA_GLX_FX="window" # to enable window rendering + export SST_VGA_PASS=1 # to stop video signal switching + export SST_NOSHUTDOWN=1 # to stop video signal switching OR setenv MESA_GLX_FX window setenv SST_VGA_PASS 1 |