Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 26th August 2008, 12:38 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,932
Get a basic GUI when system boots to black screen.

Often times when you've finished your install of Fedora and reboot you are greeted with nothing but a black screen, sometimes not even a prompt of any sort. The system seems to just sit there waiting for your next move. A critical issue to new users, this can often times be fairly easily resolved. Here's what I suggest:

Reboot the computer. When you see the boot menu select Fedora with the arrow keys. Once Fedora is highlighted press e to edit. Arrow down to the line that looks similar to this:
Code:
kernel /boot/vmlinuz-2.6.25.14-108.fc9.i686 ro root=UUID=67a30fd4-7022-4ebe-8f9d-07cd2aabd732 rhgb quiet
and press e to edit this line. Move to the end of the line. Delete rhgb and quiet, add a space and the number 3 so that the line now looks like this:
Code:
kernel /boot/vmlinuz-2.6.25.14-108.fc9.i686 ro root=UUID=67a30fd4-7022-4ebe-8f9d-07cd2aabd732 3
Press enter and press b to boot. This will boot the system into runlevel 3 and you will get a command prompt. Log in as root with root password. Backup the file /etc/X11/xorg.conf by typing
Code:
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
Now edit the file:
Code:
nano /etc/X11/xorg.conf
Look for this section
Code:
Section "Device"
	Identifier  "Videocard0"
	Driver      "intel"
EndSection
Change Driver "intel" (or whatever yours says) to Driver "vesa". Save and exit nano. (The key commands are at the bottom of the editor). Type logout to log out of the root shell. Log in as your regular user. Type startx and see if you get the GUI.

Now that you (should) have a very basic graphical user interface that you can work with, backup the working /etc/X11/xorg.conf. Once that's saved you can try to tweak the interface to your liking in terms of correct drivers, screen resolution, etc. If things go badly you can always repeat the process, this time just to copy the known working configuration over the broken one.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB

Last edited by glennzo; 6th January 2009 at 12:16 PM.
  #2  
Old 30th September 2008, 04:55 PM
Shadowmeph Offline
Registered User
 
Join Date: Sep 2008
Posts: 9
I think that you have a spelling mistake
Quote:
cp /etc/X11/corg.conf /etc/X11/xorg.conf.old
isnt corg.conf actually supposed to be xorg.conf? lol and thank you for the guide I am going to try and use this to hopfully get my system to boot
  #3  
Old 30th September 2008, 08:17 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,932
Quote:
Originally Posted by Shadowmeph View Post
I think that you have a spelling mistake isnt corg.conf actually supposed to be xorg.conf? lol and thank you for the guide I am going to try and use this to hopfully get my system to boot
Spelling mistake? Me? Unheard of

Thank you. You are so correct. And the error is corrected.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
  #4  
Old 1st October 2008, 06:17 PM
Shadowmeph Offline
Registered User
 
Join Date: Sep 2008
Posts: 9
Quote:
Originally Posted by glennzo View Post
Spelling mistake? Me? Unheard of

Thank you. You are so correct. And the error is corrected.
the funny thing is when I noticed it I was typing out the word spelling and I noticed that I had spelled spelling speling and lol

edit
on a different note I did this but I didn't change the xorg.conf and just rebooted it seems to have cure my problem.. which to me is strange lol

Last edited by Shadowmeph; 1st October 2008 at 06:23 PM.
  #5  
Old 10th October 2008, 05:39 AM
zcarriger Offline
Registered User
 
Join Date: Oct 2008
Location: Flint, MI
Posts: 1
Awesome tip, that will really come in handy for the times when, for some reason (perhaps the current phase of the moon?) my x.org decides to bork out.

I've always wondered how to edit X.org, Thankx
  #6  
Old 12th December 2008, 01:50 AM
JaredKaragen Offline
Registered User
 
Join Date: Dec 2008
Posts: 7
Is it me?

In FC10, I can find no such "xorg.conf" in the directory /etc/X11/

Because of this I have had to do a fresh install about 5 times now...

Last edited by JaredKaragen; 12th December 2008 at 02:33 AM.
  #7  
Old 12th December 2008, 10:14 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,932
Quote:
Originally Posted by JaredKaragen View Post
Is it me?

In FC10, I can find no such "xorg.conf" in the directory /etc/X11/

Because of this I have had to do a fresh install about 5 times now...
There is no default xorg.conf in Fedora 10. Open a terminal and type su. Enter the password and then type system-config-display --reconfig and one will be created.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
  #8  
Old 12th December 2008, 11:32 AM
diedo Offline
Registered User
 
Join Date: Apr 2007
Posts: 15
thanks this is really helps i faced this problem with my nvidia vga card no i can do some settings i need to get it work
  #9  
Old 14th December 2008, 12:30 AM
JaredKaragen Offline
Registered User
 
Join Date: Dec 2008
Posts: 7
Quote:
Originally Posted by glennzo View Post
There is no default xorg.conf in Fedora 10. Open a terminal and type su. Enter the password and then type system-config-display --reconfig and one will be created.
bash: system-config-display: command not found
[root@dj JaredKaragen]#
  #10  
Old 14th December 2008, 12:40 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,932
You need to run it as root or with sudo. If that doesn't work try /usr/bin/system-config-display --reconfig.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
  #11  
Old 14th December 2008, 10:44 PM
radlure Offline
Registered User
 
Join Date: Dec 2008
Posts: 2
Quote:
Originally Posted by glennzo View Post
You need to run it as root or with sudo. If that doesn't work try /usr/bin/system-config-display --reconfig.
Running the livecd F10x86_64 on a HP pavilion dv6707us I couldn't get that command recognized either.
I'll try again with the full path command. I also noticed that the livecd boot stalls unless I press a key on the keyboard. I've seen that behavior on the latest ubuntu release-maybe it's a kernel bug?
The iso passed the sha1sum check.
  #12  
Old 14th December 2008, 10:49 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,932
Not to sure about the live cd. Try updating the slocate database first
Code:
su
(password)
updatedb
locate system-config-display
That should tell you where it's hiding on the Live CD if it's there at all.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
  #13  
Old 14th December 2008, 10:49 PM
zackf Offline
Registered User
 
Join Date: Nov 2006
Location: South Carolina
Posts: 798
I did notice that on my install of F10 in a virtual machine system-config-display did not install, I had to do
Code:
yum install system-config-display
first
  #14  
Old 15th December 2008, 12:29 AM
radlure Offline
Registered User
 
Join Date: Dec 2008
Posts: 2
Quote:
Originally Posted by glennzo View Post
Not to sure about the live cd. Try updating the slocate database first
Code:
su
(password)
updatedb
locate system-config-display
That should tell you where it's hiding on the Live CD if it's there at all.
Thanks glennzo, I did that prior to posting-it didn't show up.
I'll keep trying to get it working as I have time. Thanks again.

Later: I checked the cd using the integrity check from the boot menu-the cd is ok but there is no Xserver nor any simple way to get one

Last edited by radlure; 15th December 2008 at 11:16 PM.
  #15  
Old 3rd January 2009, 11:02 PM
matthewphiong Offline
Registered User
 
Join Date: Jan 2009
Location: /home/Matthew
Posts: 3
I've once get into this problem...

What I do is while booted into level 3 (command prompt), I delete the xorg.conf file and restart X server

Code:
rm /etc/X11/xorg.conf
startx
matt
Closed Thread

Tags
basic, black, boots, gui, screen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New F8 install: runlevel 5 boots to black screen surferelf Installation and Live Media 10 7th December 2007 04:02 PM
On reboot computer boots to black screen karozans Installation and Live Media 3 12th July 2007 11:46 AM
Nvidia GEForce FX 5200 Black screen with X or Blue Screen and nothin frusconi Installation and Live Media 15 17th January 2007 01:05 AM
BLACK SCREEN and system freezed as soon i type startx with FC5 jlfr EOL (End Of Life) Versions 15 12th December 2006 01:21 AM
FC2 boots into a text screen instead of a GUI Screen. miguelon EOL (End Of Life) Versions 4 19th July 2005 06:22 AM


Current GMT-time: 12:47 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat