![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| 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: * 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 |
|
|||||||
| Linux Support Linux - Operating Systems and Applications Support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
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>> |
|
|
|
| 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 |
|
|
#3 (permalink) |
|
Registered User
|
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>> |
|
|
|
|
|
#4 (permalink) |
|
Manager, Alternative Comp
|
X is not configured properly. Can you do the following?
Code:
cd /etc/X11 cp xorg.conf xorg.conf.backup vi xorg.conf 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
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.
__________________
|
|
|
|
|
|
#5 (permalink) |
|
Registered User
|
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>> |
|
|
|
![]() |
| Thread Tools | |
|
|