Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24th May 2009, 03:15 AM
heylin Offline
Registered User
 
Join Date: Apr 2009
Location: Galway
Age: 30
Posts: 7
black screen on boot

The resolution was extremely low. There was no xorg.conf file was not present in /etc/X11

I attempted to create a file called xorg.conf. I appear to be getting permission errors.
I opened a terminal window and used 'su root' to change to root user. I then copied the file I created from the desktop to /etc/X11

Now when I boot up, I get a black screen. Do you know what this issue might be?
Reply With Quote
  #2  
Old 24th May 2009, 03:18 AM
coleys Offline
Registered User
 
Join Date: May 2009
Location: Ktown, Canada
Age: 23
Posts: 26
Quote:
Originally Posted by heylin View Post
The resolution was extremely low. There was no xorg.conf file was not present in /etc/X11

I attempted to create a file called xorg.conf. I appear to be getting permission errors.
I opened a terminal window and used 'su root' to change to root user. I then copied the file I created from the desktop to /etc/X11

Now when I boot up, I get a black screen. Do you know what this issue might be?
What is your graphics card?
__________________
Kde ftw =)
Reply With Quote
  #3  
Old 24th May 2009, 10:32 AM
heylin Offline
Registered User
 
Join Date: Apr 2009
Location: Galway
Age: 30
Posts: 7
The motherboard has onboard graphics. There isn't a separate graphics card.
Reply With Quote
  #4  
Old 24th May 2009, 11:05 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
Find out what graphics adapter you have by opening a terminal and typing
Code:
/sbin/lspci | grep VGA
On my desktop box:
Code:
[glenn@centos5 Podcasts]$ /sbin/lspci | grep VGA
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)
On my laptop:
Code:
[glenn@laptopbeta Download]$ /sbin/lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
Also, the output of the comands
Code:
cat /etc/fedora-release
uname -r
would be helpful.
__________________
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
Reply With Quote
  #5  
Old 24th May 2009, 12:23 PM
heylin Offline
Registered User
 
Join Date: Apr 2009
Location: Galway
Age: 30
Posts: 7
thanks for the reply. I will try that when I get the PC to switch on.

At the minute I have a black screen with a cursor flashing in the top left corner. Do you know if there is anyway to get past this or must I reinstall F10?
Reply With Quote
  #6  
Old 24th May 2009, 12:27 PM
tdfranc Offline
Registered User
 
Join Date: Feb 2009
Location: Ternat, Belgium
Posts: 18
you can always try to go to the terminal which doesn't run X.
when booted press ctrl-alt-F2 (or F3,...,F10).

Now you can log in without the graphics,
and you can continue your search

Last edited by tdfranc; 24th May 2009 at 02:48 PM.
Reply With Quote
  #7  
Old 24th May 2009, 03:18 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
Quote:
Originally Posted by heylin

thanks for the reply. I will try that when I get the PC to switch on.

At the minute I have a black screen with a cursor flashing in the top left corner. Do you know if there is anyway to get past this or must I reinstall F10?
Hello heylin,

If nothing else helps, try booting with the Fedora DVD, choose "Rescue installed system", enter chroot /mnt/sysimage at the sh prompt, and then delete or move or rename that xorg.conf file that seems to have started all of this. Maybe then you can go back to where it all began. According to your first post, at least it booted and you had a display back then. After that, try something else to get the resolution the way you want. Maybe then you can identify your video card (built-in or not) and get a driver for it. That may solve your problem.

P.S.: The xorg.conf file sort of went away starting with Fedora 10. But I, like some other people, still had a use for it. I found that my old practice of copying it from old versions to new versions stopped working with Fedora 10. I had to let Fedora 10 create one. So if you hand-wrote that xorg.conf or copied an old one, maybe you should try creating one with Xorg -configure :1 and copy it from /root to /etc/X11. Edit it as needed. Maybe that will work if this same hardware worked well with an xorg.conf in a previous Fedora version.

Last edited by stoat; 24th May 2009 at 03:31 PM.
Reply With Quote
  #8  
Old 24th May 2009, 04:44 PM
heylin Offline
Registered User
 
Join Date: Apr 2009
Location: Galway
Age: 30
Posts: 7
I got back to where I was before the all black screen. Resolution choices are either 640x400 or 640x350

Do you know how I might be able to increase the resolution a little?

graphics adapter:

VIA technologies, Inc. VT8378 [S3 UniChrome] Integrated Video (rev 01)

thanks,

Peter
Reply With Quote
  #9  
Old 24th May 2009, 05:38 PM
jaymann Offline
Registered User
 
Join Date: May 2008
Location: Somewhere in time
Posts: 44
black screen on boot

Quote:
At the minute I have a black screen with a cursor flashing in the top left corner.
I had this problem with crt monitor not being recognized,
maybe this is your problem as well.
When you see the cursor flashing in the top left corner
Press CTRL + ALT + F2
Log in
Install system-config-display
Code:
su -c 'yum install system-config-display'
then
Code:
su -c 'system-config-display'
Go to the 'Hardware' tab
Press the 'Configure' button
Check the 'Show all available monitors' box in the
lower left corner
Select you monitor
Click OK
Maybe this helps
__________________
su -c 'yum remove mono-core'
F10/11, Pent 4 550, 500gb HD, 2gb Ram
Acer Aspire One - FC13 RC3
Reply With Quote
  #10  
Old 24th May 2009, 05:46 PM
heylin Offline
Registered User
 
Join Date: Apr 2009
Location: Galway
Age: 30
Posts: 7
Quote:
Originally Posted by jaymann View Post
I had this problem with crt monitor not being recognized,
maybe this is your problem as well.
When you see the cursor flashing in the top left corner
Press CTRL + ALT + F2
Log in
I got past the black screen by putting in the F10 disk. I did not get any option to rescue the installation, I instead reinstalled F10. As it was a recent install, I lost nothing by doing this.

Quote:
Originally Posted by jaymann View Post
Install system-config-display
Code:
su -c 'yum install system-config-display'
I tried running this install command from the terminal to see if it would fix the resolution, but I got "Error: database disk image is malformed"
Reply With Quote
  #11  
Old 24th May 2009, 07:21 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
I've had this happen to me from time to time with new Fedora installs. In my case, and this is extremely odd, at least to me, the problem was that X was running on TTY1 but as the system came up it wasn't switching to that VT, it was coming up on TTY2 or 3, etc and leaving me at a command prompt. Logging in and typing startx got me a warning that X was already running. I started trying the different VT's. Simply using CTRL/ALT/F1 brought me to the correct terminal and there was my GUI. Historically the correct terminal has been 7. I don't expect that this will be the case with you but I thought it was worth mentioning.
__________________
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
Reply With Quote
  #12  
Old 26th May 2009, 01:23 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
Hello again heylin,

I hope you got your display issue corrected. I just had a parting comment about this...
Quote:
Originally Posted by heylin

I got past the black screen by putting in the F10 disk. I did not get any option to rescue the installation, I instead reinstalled F10.
If you continue to use Fedora, then I promise you that someday you will need to know how to do that. Prior to Fedora 7, it was simply called "linux rescue", and you got there by entering those very words as a kernel boot parameter at the old Anaconda boot prompt. Eventually you would arrive at an sh prompt with your system mounted at /mnt/sysimage. It's a place from which you can access files in your system to make repairs to them (or many other useful things). Anyway, since Fedora 7, the boot prompt is gone, and we have a nice GUI menu soon after booting with a Fedora DVD. The third menu choice down the list is "Rescue installed system". Choose it when that day comes. To me, it's still good old linux rescue once it takes you to the familiar sh prompt. It's just a choice in a nice graphic menu nowadays.

P.S.: If you did solve your display problem, take a moment to come back and describe what happened. Someday, it may help some frustrated person with the same signs and symptoms.

Last edited by stoat; 26th May 2009 at 01:33 AM.
Reply With Quote
  #13  
Old 26th May 2009, 11:13 PM
heylin Offline
Registered User
 
Join Date: Apr 2009
Location: Galway
Age: 30
Posts: 7
Hi Stoat,

I'll remember that in future. Thanks.

I didn't get the resolution issue fixed yet. I'm still playing around with it..
If you have any advice, it would be greately appreciated.

Thanks,

Peter
Reply With Quote
  #14  
Old 29th May 2009, 04:25 PM
asaan27 Offline
Registered User
 
Join Date: Feb 2009
Posts: 14
Quote:
Originally Posted by heylin View Post
The resolution was extremely low. There was no xorg.conf file was not present in /etc/X11

I attempted to create a file called xorg.conf. I appear to be getting permission errors.
I opened a terminal window and used 'su root' to change to root user. I then copied the file I created from the desktop to /etc/X11

Now when I boot up, I get a black screen. Do you know what this issue might be?
I hve the same problem, and My VGA card is :
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
I will be greatful, if someone helps..
Thanks
Reply With Quote
Reply

Tags
black, boot, 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
black screen on boot TheJamesP Using Fedora 6 1st January 2008 03:43 PM
Black screen when trying to boot tutti Using Fedora 40 28th August 2007 10:09 PM
Black Screen at Boot chaloobe Installation and Live Media 6 15th May 2007 09:56 PM
FC5: Black screen on boot ashleysnix EOL (End Of Life) Versions 3 25th June 2006 12:10 PM
Black screen during boot snacx Using Fedora 0 22nd March 2005 03:13 AM


Current GMT-time: 13:01 (Wednesday, 22-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