Fedora Linux Support Community & Resources Center
  #1  
Old 4th March 2009, 12:48 AM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
Fedora installed and runs in text mode.

It seems I had no say in the matter. The installer automatically did text mode and it starts up in text mode now. I'm very new to Fedora, though I had Ubuntu installed recently but removed it because Fedora seemed a little more interesting to me. I guess this wasn't the kind of interesting I was looking for.

I'm on an HP Pavilion dv2807nr laptop if that helps.
Reply With Quote
  #2  
Old 4th March 2009, 01:17 AM
observer Offline
Registered User
 
Join Date: Jul 2005
Posts: 78
try running this
init 5
Reply With Quote
  #3  
Old 4th March 2009, 02:17 AM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
Some things went by and said OK in green, the screen flickered like it was having a seizure, and then it just returned to the state it was in. I could put in more commands and I saw something about init 3 online but that did nothing also.
Reply With Quote
  #4  
Old 4th March 2009, 02:40 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
Please reboot you rig. I hope your /etc/inittab file is set to 3, not 5 at the end of the file.
Now you are at the prompt, login as root.
If you didn't create a new user, then use adduser.
Code:
adduser -m jon
passwd jon
Then:
Code:
su - jon
startx
What does startx spits out?
Reply With Quote
  #5  
Old 4th March 2009, 02:49 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
Ubi if you would post your computer specs we might be able to help
What is your 3d card ( ati or nvidia ) and model number
Or is it a built in pseudo 3d chipset
the 3d card not being reconised is the main reason for the installer defaulting to a text install
Quote:
I saw something about init 3 online but that did nothing also
that command WILL NOT WORK in this situation . It takes you OUT OF THE GUI and into TEXT
you could try this ( most likely will not work )
from the text only terminal type in
Code:
su -
( then your root password when asked )
nano /etc/inittab
and edit the last line to read

id:5:initdefault:

by changing the 3 to a 5
hit " ctrl+ o " to save and " ctlr + x " to quit
then type in
Code:
reboot
----------- edit ---------------
marcrblevins and i were typing at the same time
do his FIRST
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10

Last edited by JohnVV; 4th March 2009 at 02:51 AM.
Reply With Quote
  #6  
Old 4th March 2009, 03:02 AM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
Quote:
Originally Posted by marcrblevins View Post
Please reboot you rig. I hope your /etc/inittab file is set to 3, not 5 at the end of the file.
Now you are at the prompt, login as root.
If you didn't create a new user, then use adduser.
Code:
adduser -m jon
passwd jon
Then:
Code:
su - jon
startx
What does startx spits out?
I followed these instructions and got a lot back but I was able to right down the most intruiging parts to me which were:

Fatal sever error:
no screens found

*then it held for a moment*

giving up
Reply With Quote
  #7  
Old 4th March 2009, 03:36 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
i repeat my self
Quote:
Ubi if you would post your computer specs we might be able to help
What is your 3d card ( ati or nvidia ) and model number
Or is it a built in pseudo 3d chipset
the 3d card not being reconised is the main reason for the installer defaulting to a text install
WHAT is your 3d card and is this a desktop or laptop?
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #8  
Old 4th March 2009, 03:50 AM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
Quote:
Originally Posted by JohnVV View Post
i repeat my self

WHAT is your 3d card and is this a desktop or laptop?
oh sorry, it's an Nvidia GeForce 7150M
Reply With Quote
  #9  
Old 4th March 2009, 04:18 AM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
Quote:
Originally Posted by JohnVV View Post
Ubi if you would post your computer specs we might be able to help
What is your 3d card ( ati or nvidia ) and model number
Or is it a built in pseudo 3d chipset
the 3d card not being reconised is the main reason for the installer defaulting to a text install

that command WILL NOT WORK in this situation . It takes you OUT OF THE GUI and into TEXT
you could try this ( most likely will not work )
from the text only terminal type in
Code:
su -
( then your root password when asked )
nano /etc/inittab
and edit the last line to read

id:5:initdefault:

by changing the 3 to a 5
hit " ctrl+ o " to save and " ctlr + x " to quit
then type in
Code:
reboot
----------- edit ---------------
marcrblevins and i were typing at the same time
do his FIRST
I followed these instructions. Before the edit the value was set to 3 so I changed it to 5 like you said, but after I saved, quit, and reboot it just hangs there now, black screen with a grey _ sitting there for me to type whatever but nothing I type and enter does anything.
Reply With Quote
  #10  
Old 4th March 2009, 05:27 AM
JohnVV's Avatar
JohnVV Offline
Registered User
 
Join Date: Aug 2005
Location: Ann Arbor
Age: 45
Posts: 3,907
boot with the install dvd and in the very first window ( the on screen instructions ) have you hit the f5 button then you type in
rescue
thea will bring up some dialog windows and the last one has you type in
chroot /mnt/sysimage
after that repeat

nano /etc/inittab

and change the 5 back to a 3
after you change the 5 to a 3 reboot

from this
Quote:
Nvidia GeForce 7150M
I take it that this is a laptop .
if all you have is wireless for this ( laptop?) did the network screen ( from above ) connect in the rescue mode .If it did then you might be able to run a update?

back into the text you have been getting and see if you can run a update
Code:
su -
yum update
if you can, then this Might? fix things . If not it did not mess things up farther .
__________________
Running Arch ,OpenSUSE 11.4-64bit & Scientific Linux 6.1-64bit ( fedora 4 to 11)
My Celestia Downloads

http://celestiamotherlode.net/catalo...?creator_id=10
Reply With Quote
  #11  
Old 4th March 2009, 07:02 AM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
Talking

Well I recovered the system fine, but while in the rescue mode, trying to update just gave me an error. However, I ran the update command you gave me after booting back to text mode again without the disc and now fedora is updating 759 items! hopefully this will do the trick. I'll let you know of my results and thank you for all of your help so far!
Reply With Quote
  #12  
Old 4th March 2009, 07:44 AM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
Well apparently Fedora got a ton of updates but nothing to help my problem I tried init 5 which didn't work, and startx gave me back the same "no screens" error. Now what?

By the way this may be late to mention but I installed off of the Fedora Core 10 DVD... if that changes anything...
Reply With Quote
  #13  
Old 4th March 2009, 08:16 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
Change your /etc/X11/xorg.conf.

Look for:
Section "Device"
Identifier "Videocard0"
Driver "nv"
VideoRam 65536
EndSection

Have your Driver set to nv.
Reboot your rig.

If that doesn't work, then:
Code:
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
Reply With Quote
  #14  
Old 4th March 2009, 04:12 PM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
I tried both of the above but what I've come to realize is that for whatever reason, "xorg.conf" doesn't even exist.
Reply With Quote
  #15  
Old 4th March 2009, 04:25 PM
Ubi Offline
Registered User
 
Join Date: Mar 2009
Posts: 11
Maybe I should just do a fresh install? Is there any way to get the installer to recognize my graphics card?
Reply With Quote
Reply

Tags
fedora, installed, mode, runs, text

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
How to convert FC installed in text mode to graphical mode vnykr Alpha - Beta (Fedora 9 Only) 2 2nd May 2008 08:38 AM
console text mode shows fedora core 5 but fc6 installed jsanza@terra.es EOL (End Of Life) Versions 6 13th January 2007 09:10 PM


Current GMT-time: 17:53 (Saturday, 25-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