Fedora Linux Support Community & Resources Center
  #1  
Old 8th February 2009, 09:45 PM
purcell Offline
Registered User
 
Join Date: Feb 2009
Posts: 47
Problems loading the GUI

I’m having problems installing the GUI in F10 86_64. I’ve tried Ubuntu, Gentoo, Slackware, and Fedora in all the various versions and Fedora is the only one that loaded onto my computer. Problem is now I can’t get the GUI to work. The computer specs are:

Motherboard -- XFX 750a
CPU -- Phenom X4 quad core
GPU -- NVIDIA 9800GT
Memory -- 4GB
Monitor -- Sceptre
HD -- 500GB

I’m currently working in text mode trying to update my motherboard but not sure how (and not even sure if that will work). When I try the cmd startx I get the following msg:

OS build…
(==) Log file: “/var/log/Xorg.o.log”, Time: Mon Feb 9 00:22:27 2009
(EE) Unable to locate/open config file
New driver in “nv”
(==) Using default built-in configuration (30 lines)
(EE) open /dev/fb0: No such file or directory
(EE) No devices detected
Fatal server error:
No screens found giving up.
Xinit: no such file or dirrectory (errno 2): unable to connect to X server
Xinit: no such process (errno 3): server error

When I try init 2,3,4,or 5 I get:
[root@localhost `]# powernow-k8: Found 1 AMD Phenom™ 9550 Quad-Core Processor processors (4 cpu cores) (version 2.20.00
Powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor.
Powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor.
Powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor.
Powernow-k8: Your BIOS does not provide ACPI _PSS objects in a way that Linux understands. Please report this to the Linux ACPI maintainers and complain to your BIOS vendor.

Starting irqbalance:
Starting portreserve: [OK]
Starting setroubleshootd:

I’ve tried these with an internet connection and without. A number of the forums have recommended changing/modifying the kernels but I’m new to Linux and not sure how to do that. Any advice of help would be appreciated. Thanks in advance.
Reply With Quote
  #2  
Old 8th February 2009, 10:48 PM
BlueTrin Offline
Registered User
 
Join Date: Jan 2009
Posts: 68
So you installed a fresh system and X was not working ?

fedora development

Last edited by BlueTrin; 13th February 2009 at 03:35 PM.
Reply With Quote
  #3  
Old 8th February 2009, 11:07 PM
purcell Offline
Registered User
 
Join Date: Feb 2009
Posts: 47
Not exactly - it loads when I boot the computer but only in text mode. So X works but not the GUI. New to Linux and not familiar with commands in text. I tried using the cd that came with the mobo to update it but I can't get that to run in the drive...says I need to load a boot disc.
Reply With Quote
  #4  
Old 8th February 2009, 11:38 PM
sidebrnz's Avatar
sidebrnz Offline
Registered User
 
Join Date: Oct 2007
Location: Freedonia
Age: 63
Posts: 2,104
First, X, the X Windowing System is the GUI for Linux. You're stuck in text mode. Quite possibly it's because either you're not using the right driver for your graphics card, or the default nv driver isn't sufficient. Try going to Dangermouse's site and following this guide to install the nVidia drivers for Fedora: http://dnmouse.org/nvidia.html and after rebooting, you may well be able to get into X. The nice thing is, it's all done in text mode, and he gives you exactly the right commands to get the job done. Good luck!
__________________
Registered Linux user #470359 and permanently recovered BOFH.

Any advice in this post is worth exactly what you paid for it.
Reply With Quote
  #5  
Old 9th February 2009, 02:23 AM
purcell Offline
Registered User
 
Join Date: Feb 2009
Posts: 47
I went to the website and followed the instructions and on the second line I received the following message:

Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
curl: (6) Couldn't resolve host 'download1.rpmfusion.org'
error: skipping http://download1.rpmfusion.org/free/...ble.noarch.rpm - transfer failed

Anything else I can try?

Thanks
Reply With Quote
  #6  
Old 9th February 2009, 03:27 AM
sidebrnz's Avatar
sidebrnz Offline
Registered User
 
Join Date: Oct 2007
Location: Freedonia
Age: 63
Posts: 2,104
You may not have networking set up properly. Try this:

ping mit.edu

If you get the same result, there's a networking issue to resolve first.
__________________
Registered Linux user #470359 and permanently recovered BOFH.

Any advice in this post is worth exactly what you paid for it.
Reply With Quote
  #7  
Old 9th February 2009, 03:59 AM
purcell Offline
Registered User
 
Join Date: Feb 2009
Posts: 47
Could be a network issue? I get an unknown host when I try to ping mit.edu, purdue.edu, etc. How would I go about fixing this?

Thanks
Reply With Quote
  #8  
Old 9th February 2009, 04:54 AM
sidebrnz's Avatar
sidebrnz Offline
Registered User
 
Join Date: Oct 2007
Location: Freedonia
Age: 63
Posts: 2,104
Try pinging 18.7.22.69; if that works, you've got connectivity and it's a DNS issue; if not, you're probably not on line. (That's the IP address of mit.edu, btw.)
__________________
Registered Linux user #470359 and permanently recovered BOFH.

Any advice in this post is worth exactly what you paid for it.
Reply With Quote
  #9  
Old 9th February 2009, 05:47 AM
purcell Offline
Registered User
 
Join Date: Feb 2009
Posts: 47
Tried to ping 18.7.22.69 and I'm told the network is unreachable. Assuming that means I have network issues. Is there a site to help me set that up?

Thanks
Reply With Quote
  #10  
Old 9th February 2009, 06:05 AM
sidebrnz's Avatar
sidebrnz Offline
Registered User
 
Join Date: Oct 2007
Location: Freedonia
Age: 63
Posts: 2,104
Yes. Right here. Go to the Networking board and open a new thread. Explain that you can't get into a GUI until you download drivers and you need to know how to set up your network from a CLI. I'm sure somebody will help. (I would, but alas, I don't know.)
__________________
Registered Linux user #470359 and permanently recovered BOFH.

Any advice in this post is worth exactly what you paid for it.
Reply With Quote
  #11  
Old 9th February 2009, 06:43 AM
purcell Offline
Registered User
 
Join Date: Feb 2009
Posts: 47
thx for all your help sidebrnz
Reply With Quote
Reply

Tags
f10, fatal server error, gui problems

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
Problems Loading Fedora 8 Rojiru Installation and Live Media 3 26th August 2008 09:59 PM
Problems with loading fedora gabeyg Installation and Live Media 1 11th July 2007 02:58 AM
Problems Loading Installer YellowShadow Using Fedora 2 7th April 2007 08:55 PM
Eclipse Loading Problems the-wOndErEr Using Fedora 3 12th December 2006 04:49 PM
New Kernel Loading Problems ccoffman85 Using Fedora 1 24th September 2004 07:26 PM


Current GMT-time: 04:59 (Sunday, 19-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