On Tue, Nov 13, 2007 at 16:23:29 -0500, Paul Cartwright wrote: > On Tue November 13 2007, Florian Kulzer wrote: > > If the installer finishes without errors and nevertheless your X will > > not start then we need to see the output of > > > > egrep '^\((EE|WW)\)' /var/log/Xorg.0.log > > installing the headers got me to finish teh NVIDIA...run, but X still didn't > start. > $ egrep '^\((EE|WW)\)' /var/log/Xorg.0.log > (WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
[ snip: similar warnings for the other depreciated font paths ] > (WW) Including the default font path > /usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType. These are all harmless; you probably still have the old font paths in your xorg.conf. The new ones start with "/usr/share/" instead of "/usr/X11R6/lib/X11/". You can change them or comment them out completely, since the new Xorg includes the default font paths automatically (see the last message above). > (WW) NV(0): Failed to set up write-combining range (0xc0000000,0x8000000) Did you change all instances of "nv" to "nvidia" in your xorg.conf before you restarted the X server (or restarted [kgx]dm if you use graphical log-in)? > (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) It seems that Xorg is trying to use nvidia's glx module together with the old nv driver. Make sure you changed "nv" to "nvidia" in xorg.conf and restart the server. If that does not help then I would like to see the output of the following commands: grep -i glx /var/log/Xorg.0.log ls -l /usr/lib/xorg/modules/extensions/ ls -l /usr/lib/libGL.* file /usr/lib/xorg/modules/drivers/nvidia* -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]