<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3020" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Thanks for the comments... I'm using the basic 
xorg.conf file, but keep in mind that I CAN manually start X from within 
rescue mode. The only errors I can see are in Xorg.0.log and 
Xorg.setup.log:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>  (EE) AIGLX: Screen 0 is not DRI 
capable<BR>  Could not init font path element unix/:7100, removing from 
list!</FONT></DIV>
<DIV> </DIV>
<DIV>Does anyone know what this error means? or if this is what's causing my 
system to hang?</DIV>
<DIV> </DIV>
<DIV>After the installation the system reboots so that setup can continue, this 
is where I'm having the problem.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>David</DIV></FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=promac@gmail.com href="mailto:promac@gmail.com">Paulo Cavalcanti</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=fedora-list@redhat.com 
  href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, December 30, 2006 4:02 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Fedora] Problems installing 
  Fedora core 6</DIV>
  <DIV><BR></DIV><PRE style="MARGIN: 0em">>David Vanfleet writes:<BR>>> Hi,<BR>>> I'm trying to get Fedora core 6 installed on my system and I'm having<BR>>> some<BR>>> problems. I got through the initial installation, got to the part where
<BR>>> it<BR>>> tells me to remove the media and reboot the system to continue. When the<BR>>> system reboots it locks up at the time that X windows starts (or shortly<BR>>> after). I see the "X" curser for only a moment then it goes away and I
<BR>>> get<BR>>> a blank screen and nothing else. I then booted up the system in "rescue"<BR>>> mode and manually started X Windows without any problems (running<BR>>> startx).<BR>>> I'm upgrading this system from Fedora Core 4, which has been running
<BR>>> without problems for some time.<BR>>><BR>>> Any ideas what could be happening here? Any help here would be<BR>>> appreciated.</PRE><BR 
  clear=all>Generally, X crashes either because of mouse or video configuration. 
  <BR>FC6 uses a minimalist xorg.conf by default, and loads everything 
  automatically.<BR>If it works, good, otherwise you have to change it.<BR>I 
  would boot using any live distribution not based on xorg 7.1<BR>(FC5, 
  systemrescue-cd, knoppix, etc...) <BR>and try to change xorg.conf. <BR>If you 
  use a LCD, do not connect it using a VGA port. Preferably,<BR>use a real CRT 
  while fixing xorg.conf.<BR><BR>I still have the xorg.conf generated when I 
  installed FC6 from scratch. <BR>Very small indeed, but completely different 
  from the one I use now.<BR><BR>/Paulo Roma.<BR><BR># Xorg configuration 
  created by pyxf86config<BR><BR>Section 
  "ServerLayout"<BR>        
  Identifier     "Default Layout" 
  <BR>        
  Screen      0  "Screen0" 0 
  0<BR>        InputDevice    
  "Keyboard0" "CoreKeyboard"<BR>EndSection<BR><BR>Section 
  "InputDevice"<BR>        Identifier  
  "Keyboard0" <BR>        
  Driver      
  "kbd"<BR>        
  Option      "XkbModel" 
  "pc105"<BR>        
  Option      "XkbLayout" 
  "us"<BR>EndSection<BR><BR>Section 
  "Device"<BR>        Identifier  
  "Videocard0" <BR>        
  Driver      "nv"<BR>EndSection<BR><BR>Section 
  "Screen"<BR>        Identifier 
  "Screen0"<BR>        
  Device     
  "Videocard0"<BR>        
  DefaultDepth     
  24<BR>        SubSection "Display" 
  <BR>                
  Viewport   0 
  0<BR>                
  Depth     24<BR>        
  EndSubSection<BR>EndSection</BLOCKQUOTE></BODY></HTML>