Missing in last commit.
[mesa.git] / docs / fbdev-dri.html
index df33738d9102450d61531ad815e20f19b97e15eb..991ef3bcc67a732fa020336c159e70b6fb66b227 100644 (file)
@@ -67,6 +67,12 @@ to verify that the following files were made:
 <li><code>r128_dri.so</code> - DRI driver for ATI Rage 128 cards.
 <li><code>r200_dri.so</code> - DRI driver for ATI R200 Radeon cards.
 <li><code>radeon_dri.so</code> - DRI driver for original ATI Radeon cards.
+<li><code>i810_dri.so</code> - DRI driver for Intel i810/i815 chips.
+<li><code>i830_dri.so</code> - DRI driver for Intel i830/i845 chips.
+<li><code>mga_dri.so</code> - DRI driver for Matrox G200/G400 cards.
+<li><code>sis_dri.so</code> - DRI driver for SIS cards.
+<li><code>tdfx_dri.so</code> - DRI driver for 3dfx Voodoo 3/4/5 cards.
+<li><code>gamma_dri.so</code> - DRI driver for 3Dlabs gamma cards.
 <li><code>fb_dri.so</code> - software-only fbdev driver.
 <li><code>miniglx.conf</code> - configuration file for the MiniGLX interface
 </ul>
@@ -126,6 +132,11 @@ radeonfb               21900   0  (unused)
 agpgart                43072   1 
 </pre>
 
+<p>
+If the driver complains that the radeon/mga/etc/ kernel module is too
+old, you'll have to compile/install a newer one from the DRI project.
+</p>
+
 
 <h2>3.2 Configuration File</h2>
 
@@ -211,6 +222,12 @@ to the MiniGLX API can also be run on full Xlib/GLX implementations.
 This allows some degree of flexibility for software development and testing.
 </p>
 
+<p>
+However, the MiniGLX API is not binary-compatible with full Xlib/GLX.
+Some of the structures are different and some macros/functions work
+differently.
+See the <code>GL/miniglx.h</code> header file for details.
+</p>
 
 
 </body>