From: James A. T. <tr...@de...> - 2000-06-28 21:50:01
|
I got the following request from a user and see no reason not to implement it. It is rather minor, but allows the text to be cut and pasted directly into a shell script. --- README.3DFX.orig Fri Feb 11 20:35:30 2000 +++ README.3DFX Wed Jun 28 17:25:33 2000 @@ -184,9 +184,9 @@ 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 -- James (Jay) Treacy tr...@de... |