So I have to re-install everything? Come on, isn't there some way to change the driver before login? In which case, what button or combination of buttons do I press and at what opportunity do I press them?
Main Topics
Browse All TopicsI installed fedora core 4. TWICE. A second time because, after start up, when asked to sign in in graphical mode, I got supersized text, a messed up display, and was not able to type in anything because of two reasons (1) Couldn't really make out inflated lettering (2) my keyboard/mouse input wouldn't be picked up. There was no color. It was MS DOS style except the letters were larger than they should be and couldn't be made out. Re-installing changed nothing, meaning: I startup and load linux but can't login.
Very frustrated, any help appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Try: Ctrl+Alt+F1 which should take You to the text based console. Login as root, and...
Yes, reconfigure Your Xserver, which could be not easy, since fedora didn't recognized your hardware properly.
try pyxf86config command, hence it's text based...
try deleteing (renaming) /etc/X11/xorg.conf
try editing the above file to lower some parameters (resolution, refresh freq)
Hi hujjurat,
The problem might have occured for the following two reasons:
1. Bad screen resolution, your old monitor doesn't support it
2. Bad display driver. Select the right monitor fro the manufacturer's list. Generic should be the safeast option.
Don't re-install Fedora. Just start in runlevel 1 by editing the grub line when it starts up:
kernel /vmlinuz-*.*.**-* ro root=/dev/hd** 1
You'll be presented with a console screen, no gui. You can work from here and fix your monitor problem. Here's what to do:
login$
Login as root
you can try pyxf86config (^^ravenpl)
$ vim /etc/X11/xorg.conf
Edit the monitor and screen section to read this:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 640x480"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection
(device section)
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "640x480"
EndSubSection
EndSection
I've tried to put down the safest possible options, your display might be crappy, but there's a good chance of success. If that doesn't help, try to empty the medule section. If the problem still isn't solved, tell me, I'll try to think of something else.
Regards,
Ram
Business Accounts
Answer for Membership
by: ppfoongPosted on 2005-08-16 at 01:42:48ID: 14680963
The display or monitor driver is incorrect.
Make sure there are correctly selected and configured during installation. You should have the chance to test for the drivers before confirmation.