diff options
author | Brian <[email protected]> | 2007-05-04 18:26:41 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-05-04 18:26:41 -0600 |
commit | e75fbd3f918e86e545dfe6046b5d17a85be76f38 (patch) | |
tree | 9a301a192f6557d48e549c07f3403fdd35f52081 /docs/MiniGLX.html | |
parent | a6dad578b510d8876413871d7dc50738b7d32eb6 (diff) |
Assorted miniglx updates.
Diffstat (limited to 'docs/MiniGLX.html')
-rw-r--r-- | docs/MiniGLX.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/MiniGLX.html b/docs/MiniGLX.html index 3429812993a..e7ebae68519 100644 --- a/docs/MiniGLX.html +++ b/docs/MiniGLX.html @@ -88,19 +88,6 @@ driver (such as <code>radeon_dri.so</code>) at runtime. The environment variable <code>LIBGL_DRIVERS_PATH</code> should name the directory where these modules are located.<br> <br> -Prior to running a MiniGXL application, the following kernel modules -must be installed:<br> -<br> -<div style="margin-left: 40px;"> agpgart.o<br> -radeonfb.o (assuming Radeon hardware)<br> -radeon.o (assuming Radeon hardware)<br> -</div> -<code></code> <br> -Finally, MiniGLX reads a configuration file (by default,<code> -/etc/miniglx.conf</code>) to determine basic configuration information. - The configuration file may also be located in the directory -specified by the <code>MINIGLX_CONF</code> environment variable).<br> -<br> The remainder of this section describes the MiniGLX API functions.<br> <br> <h2>3.1 Initialization</h2> |