Monitor res set too high to see fedora to turn it back down again. Please help me
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Monitor res set too high to see fedora to turn it back down again. Please help me
I installed me first ever linux yesterday (FC5) on my old PC. I thought it was about time I tried it. It didnt recognise my monitor and decided to set it at a max res of 800x600. under win98 it was running at 1024x768 withought trouble so I went in to the display setup and changed the drivers fedora was using. now when I boot the screen is doing that unreadable fast moving stretchy thing monitors do when they are running at a higher res than they support. As I know absolutely nothing about linux I dont know how to correct this. I believe I should be able to log into some kind of command prompt and change the drivers back by hand but I have no idea how to get to such a prompt or what to type when I get there. Could someone please help me?
hit Ctrl+Alt+F1
Your should then have the command prompt
Here, type "vi /etc/X11/xorg.conf"
browse the file with the arrows
You should be able to delete the line :
Modes "800x600"
put the cursor on the line and type dd to delete
after that type :wq to save the changes.
Then Ctrl+Alt+F7 and Ctrl+Alt+BackSpace to restart the graphical interface.
I believe your problem has something to do with scan rate.
I've got to command prompt and typed in that line. I get a load of blue ~ down the left edge of the screen and the bottom line is "/etc/x11/xorg.conf" [New File]
The arrow keys dont do anything. No other text appears on the screen. I assume I have done something wrong?
I've got to command prompt and typed in that line. I get a load of blue ~ down the left edge of the screen and the bottom line is "/etc/x11/xorg.conf" [New File]
The arrow keys dont do anything. No other text appears on the screen. I assume I have done something wrong?
It's case sensitive.
vi /etc/X11/xorg.conf
:q! to exit the file you are currently editing without saving.
BTW I forgot to point out that you should log as root in order to modify this file.
type su in order to log as root.
it had two lines reading Modes "800x600" "640x480". I deleted them both and saved it. I now have 4 squished up overlapping login screens, which is an improvement. I think. Hmmm. I seem to be able to enter my user and pass...
... Right, I got in and got to desktop (4 fuzzy overlapping identical desktops) and figured out how to get to the display tab. I even managed to change the monitor. I thought generic 640x480 was top of the list. Guess I was wrong. It was a compaq p910. I installed it thinking it'd get me som,ething generic and useful and now I'm back where I started. Fuzzy wibbly unreadable screen, only this time deleting the modes line does not get me something I can just about see.
is there any way to select which monitor driver to use from the command prompt?
Put the right monitor there.
Specifically look for HorizSync and VertRefresh. Put the correct values according to your monitors specs (in your monitor documentation).
1/ look for those lines (in Section "Monitor") :
HorizSync 30-96
VertRefresh 50-160
(or something similar)
(hint : type /Horiz in order to find all occurences of Horiz and then use n to go to the next occurence and N for the previous one)
2/ put the cursor on the numbers and use x to delete
3/ type i (for insert) and then enter the correct numbers
4/ press the Esc key of the keyboard
5/ same for Generic monitor
6/ :wq
Note : your problem could as well be because of the DefaultDepth. Try setting to 16 if you still have problems.
Thank you sooo much!
I had actually found the vi commands before you got back to me and was tinkering when you responded. I googled for the horizsync of my monitor and got fed back to another thread on these forums where someone had all the data I needed already layed out in xorg form! I now not only have my computer back but in 1024x768 which is what I wanted in the first place. Now I just need to up the colout depth from 256. Hope that goes well.....
One final quick question: How do I make fedora remember to boot into 60Hz video mode? Anything else makes it go back into fuzzy-o-vision.
Hmm. It seems to remember it inside fedora, but not at the login screen.
OK try this :
In xorg.conf, you must have a line with the resolution Modes.
eg :
Modes "640x480" "800x600" "1024x768"
I believe gdm takes the last one, so you should add 640x480 at the end and test :
Modes "640x480" "800x600" "1024x768" "640x480"
Maybe try putting them in the reverse order then, so 1024x768 is the last. Since your desktop is fine at this resolution, the gdm should be fine as well?
Sorry this is all I have to suggest, I hope a gdm expert will help you more on this that I can.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.