Submitted 12-Jun-00 by Guillaume Rousse:
> Got the same problem, with a voodoo3 card.
> Launching startx resulted in :
> This should not happen!       An unresolved function was called!
> I can send full log if someone is interested.
> XFdrake resolved the problem just by adding SVGA server, resulting an hybrid
> install : two package from XFree 4, and the rest from XFree 3 !!!
> I tried to upgrade every 3.3.6 package with cooker package, but it didn't
> solved anything. Instead, i had corrupted fonts and no way to launch xterm.
> I had to switch back to 3.3.6, using --oldpackage and --nodeps, as many of
> other rpms are depending of libXxpm.so.4.
> So, why such a mix of versions, with package dependants of other not present on
> the CD ?
> 

Actually, the hybrid approach works fine except for the fact that
XFdrake actually sets up the X symlink to the XF-3 server (and doesn't
seem to like the FB server :p).  I *had* the same problem with XF-4,
the problem is that the default config (at least on a pre-final
system) doesn't load the DRI module.  Take a look at the diff between
the default and what works on my system.

HTH

-- 
       _
     _|_|_
      ( )   *    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
+       
+       

Reply via email to