Submitted 30-May-00 by Pixel:
| "B. K. Barley" <[EMAIL PROTECTED]> writes:
| 
| > Yes,
| > 
| >     I get this problem also.  But I assume it's because the ldconfig is not run
| > and it is not loading the dri module in the xf86config-4 file.  Pixel, is it
| > possible to get the xconfig file updated so it will work on Vodoo3 3000
| > cards?
| 
| what change do you want exactly?

This patch about covers what a Voodoo3 needs that isn't in the default
config.

-- 
       _
     _|_|_
      ( )   *    Anton Graham
      /v\  /     <[EMAIL PROTECTED]>
    /(   )X
     (m_m)       GPG ID: 18F78541
Penguin Powered!
--- XF86Config-4.default        Tue May 30 13:44:53 2000
+++ XF86Config-4        Tue May 30 13:48:34 2000
@@ -90,6 +90,7 @@
 
     Load       "dbe"
     Load       "glx"
+    Load       "dri"
 
 # This loads the miscellaneous extensions module, and disables
 # initialisation of the XFree86-DGA extension within that module.
@@ -104,6 +105,11 @@
     Load       "freetype"
 EndSection
 
+Section "DRI"
+    Mode 0666
+EndSection
+       
+
 # **********************************************************************
 # Monitor section
 # **********************************************************************
@@ -175,22 +181,22 @@
     DefaultColorDepth 24
     Subsection "Display"
         Depth       8
-        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
+        Modes       "1024x768" "800x600" "640x480"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       15
-        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
+        Modes       "1024x768" "800x600" "640x480"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       16
-        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
+        Modes       "1024x768" "800x600" "640x480"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"
         Depth       24
-        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
+        Modes       "1024x768" "800x600" "640x480"
         ViewPort    0 0
     EndSubsection
     Subsection "Display"

Reply via email to