Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 03-23-2006, 06:59 AM   #1 (permalink)
Registered User
 
95five-0's Avatar
 
Join Date: Dec 2004
Location: Corinth, TX
Posts: 1,339
OS: 2000/XP/2003/Vista/2008


Send a message via MSN to 95five-0 Send a message via Yahoo to 95five-0
Fedora 5 install issue

I have been trying to install Fedora 5 on my laptop for a few days now and I have finally got Fedora 5 to install. However after the install the computer rebooted and all I get is a DOS looking screen whcih ask for my login info. So I logged in as root and then it just says.

[root@localhost root]#

What do I do here. How do I get to a graphical interface. I am new to linux and I am not familar with what it is asking for. Any help would be great. Thanks.
__________________
"If it's really a supercomputer, how come the bullets don't bounce off when I shoot it ?"

<<PC Pitstop>><< AVG Free>><<Spybot>><<Everest 2.0>><<Trend Micro House Call>><<HijackThis How-to>>
95five-0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 03-23-2006, 09:01 AM   #2 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Chicago burbs
Posts: 2,194
OS: Gentoo Linux, CentOS, OS X

My System

Type "startx" without the quotes. If the GUI doesn't start, it's either not installed or mis-configured.
__________________
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-23-2006, 10:06 AM   #3 (permalink)
Registered User
 
95five-0's Avatar
 
Join Date: Dec 2004
Location: Corinth, TX
Posts: 1,339
OS: 2000/XP/2003/Vista/2008


Send a message via MSN to 95five-0 Send a message via Yahoo to 95five-0
Thanks for the reposes. I tried that and it came up with a Fatal server error: no screen found
__________________
"If it's really a supercomputer, how come the bullets don't bounce off when I shoot it ?"

<<PC Pitstop>><< AVG Free>><<Spybot>><<Everest 2.0>><<Trend Micro House Call>><<HijackThis How-to>>
95five-0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-23-2006, 08:34 PM   #4 (permalink)
Manager, Alternative Comp
 
Skie's Avatar
 
Join Date: Mar 2003
Location: Chicago burbs
Posts: 2,194
OS: Gentoo Linux, CentOS, OS X

My System

X is not configured properly. Can you do the following?

Code:
cd /etc/X11
cp xorg.conf xorg.conf.backup
vi xorg.conf
This will change directory to /etc/X11 where the X config file is located, then make a backup copy and finally, open the config file within the vi text editor.

Now, becareful as far as which keys you hit. If you accidentally hit something, you may put the vi editor into an editing mode or make changes to the file without knowing it. Use the Page Down key to scroll through this file until you find a section called "Screen". Your screen section should look similar to this:

Code:
Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth  24
        SubSection "Display"
                Depth      16
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth      24
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth      32
                Modes      "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
If it doesn't, press the Insert key to enter editing mode. Only press it once. If you press it a second time, you'll enter overwrite mode instead of insert mode. Use the resolutions that you know your video card and monitor can handle. You can add more if need be, but make sure you stick to the same format. Also, pay attention to the Device and Monitor lines. These need to match the corresponding Device and Monitor sections.

Once you're done making changes, hit Esc. This will take you out of editing mode. Then type: ":w" and hit enter, then ":q" and hit enter. The :w saves the changes and :q quits vi. If you've made a mistake while editing and you don't think you can salvage it, hit Esc and type ":q!" and hit enter. This will exit without saving changes.

Once that's done, type startx again and see if it loads properly this time.
__________________
Skie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-24-2006, 09:50 AM   #5 (permalink)
Registered User
 
95five-0's Avatar
 
Join Date: Dec 2004
Location: Corinth, TX
Posts: 1,339
OS: 2000/XP/2003/Vista/2008


Send a message via MSN to 95five-0 Send a message via Yahoo to 95five-0
Thanks for the reponses Skie. However nothing I tried worked. I could not even access a lot of the system files. I have decide to give Gentoo a shot since I found a very indept articale on how to install it specificly on my laptop. Don't worry though I will post back if I run into more problems. Thanks for you help.
__________________
"If it's really a supercomputer, how come the bullets don't bounce off when I shoot it ?"

<<PC Pitstop>><< AVG Free>><<Spybot>><<Everest 2.0>><<Trend Micro House Call>><<HijackThis How-to>>
95five-0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 08:15 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85