LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-10-2008, 01:23 PM   #1
linky
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Rep: Reputation: 0
Help with booting Fedora 9...


Hey people.

After i rebooted my fedora system, i can't boot up to gui mode, or what it's called.
I'm new to linux, so maybe i need some more detailed explanation

Here's what i boot up to:
http://www.fileden.com/files/2007/5/3/1044179/fed.png

How do i fix it, so it boots up normally?
 
Old 11-10-2008, 01:31 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Type in startx (you will want to do that as your normal user) and hit return. Post back the response - if you get a load of code, post it here in [ code][ /code ] tags (without the spaces) so we can help with the diagnosis.

Also let us know which graphics card you are using.
 
Old 11-10-2008, 03:47 PM   #3
linky
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Original Poster
Rep: Reputation: 0
What if i didn't create a second user when i installed fedora?
Well it gives me a lot of text, but im sure its this part:
Code:
Parse error on line 40 of section Screen in file /etc/x11/xorg.conf
"Modes" is not a valid keyword in this section
Allright, i know that i added "modes" myself to that file, but here's the explanation:

I am running this fedora system on Sun's VirtualBox.
The problem was that the size of the screen was so big, that i had to scroll the window.
I then found this site on google (http://mytechrantings.blogspot.com/2...irtualbox.html) saying that i should add that parameter. I now see that i thought it was OUTSIDE the subsection, but it isn't.


So how do i fix this? Can it be done without reformat?
 
Old 11-10-2008, 03:54 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for some reason you did not install using the gui but in text mode .
what is your 3d card ( if you have one) nvidia or ATI .
see the how to's below
if ati then you will find that gnome/kde will NOT work until you install the ati driver ( on fedora 9 )
see: "Fedora 9 (F9) and ATI ( fglrx ) with working OpenGL!"
http://forums.fedoraforum.org/showthread.php?t=189227

if nvidia then the generic "nv" 2d driver will allow the desktop to start until you install the kmod-nvidia
SEE: "Nvidia Videocard Setup In Fedora Linux"
http://forums.fedoraforum.org/showthread.php?t=188241
 
Old 11-11-2008, 07:29 AM   #5
linky
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Original Poster
Rep: Reputation: 0
No JohnVV i installed in it the default mode, i didn't choose text mode. My gfx is a Geforce 7950gt.
Well what i actually just need, is to know how i can maybe reset that config file or something to clear out that line, that gives the system a error.
 
Old 11-11-2008, 07:54 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
You can edit the xorg.conf file by hand (look at "man xorg.conf" for all the details), or you can run xorgconfig.
 
Old 11-11-2008, 11:28 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
your card is a "Geforce 7950gt" so there will be a line in the xorg.conf like this ( using the 2d [only]driver that came with fedora)
Code:
Section "Device"
    Identifier     "Videocard0"
    Driver         "nv"

EndSection
give this a try change " nv " to " versa"
or if it is versa then change it to nv
-------
type into the terminal after you login as root ( yes root)

nano /etc/X11/xorg.conf

and edit that line
also to change hoe it is booting ,from text only to gui.
thit will work IF when you type in
" startx "
the gui starts

nano /etc/inittab

and change the last line from
id:3:initdefault:
-- to --
id:5:initdefault:

change the 3 to a 5
 
Old 11-11-2008, 11:56 AM   #8
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Quote:
Originally Posted by John VV View Post
your card is a "Geforce 7950gt" so there will be a line in the xorg.conf like this ( using the 2d [only]driver that came with fedora)
Code:
Section "Device"
    Identifier     "Videocard0"
    Driver         "nv"

EndSection
give this a try change " nv " to " versa"
or if it is versa then change it to nv
-------
type into the terminal after you login as root ( yes root)

nano /etc/X11/xorg.conf

and edit that line
also to change hoe it is booting ,from text only to gui.
thit will work IF when you type in
" startx "
the gui starts

nano /etc/inittab

and change the last line from
id:3:initdefault:
-- to --
id:5:initdefault:

change the 3 to a 5
What he said, except it's "vesa" not "versa"
 
Old 11-11-2008, 03:16 PM   #9
linky
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Thank you all, i got it to work now
I removed the "modes 1024x768" up in the subsection and then it worked, thank you John.

But now, when i finally can update the system, it gives me this error O.o
http://www.fileden.com/files/2007/5/3/1044179/error.png
 
Old 11-11-2008, 07:03 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
sorry "vesa" not "versa . oops

did you install the NEW security keys
type in
Code:
su -
yum update fedora-release
to get the new security keys

and what happens if you use yum
Code:
su -
yum update yum 
-- then type in --
yum update
and post the text form any errors
then once you update the system you WILL want to install a driver for your 3d card
the vesa driver is 2d ONLY
see:
http://www.mjmwired.net/resources/mj...f9.html#nvidia

but use " su - " and not "sudo" unless you have already setup sudo( not setup by default )
 
Old 11-12-2008, 07:30 AM   #11
linky
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Arh, again and again, you have no idea how thankfully i am for your help

I believe its updating atm. we'll see if there's other error after this 484 files have been downloaded and installed. *yawn*
 
  


Reply

Tags
fedora


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora 8 and fedora-base 8 install with windows during booting time ab25 Linux - Newbie 5 08-26-2014 07:24 PM
Booting error in puppy linux while booting it from fedora why ? senthilarumugam LinuxQuestions.org Member Intro 1 02-22-2007 02:43 PM
Fedora 4 Not Booting From CD zeokhan Linux - Newbie 9 12-16-2005 07:19 AM
Booting suse with fedora? samuelLjackson Linux - Newbie 2 10-14-2005 03:32 PM
Fedora booting help jig_one Fedora 20 10-21-2004 05:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration