<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<br><br>