Results 1 to 4 of 4
Dear Linux experts:
Original Suse 10.1 was installed using DVI. I had to switched to another monitor with only Analog input. Now, the system failed to boot with a message ...
- 12-19-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 96
failed to boot due to wrong monitor resolution

Dear Linux experts:
Original Suse 10.1 was installed using DVI. I had to switched to another monitor with only Analog input. Now, the system failed to boot with a message saying that resolution was out of range. How can I fix this type of problem?
Thanks!
phsieh2005
- 12-19-2007 #2
When you say failed to boot. You mean a complete failure or you end up in a text console asking you to login????
If you can log in you can fix it by logging in as root and running
sax2
This should allow you to set the new resolution.
- 12-20-2007 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 96
Dear gogalthorp:
Thanks for the reply!
When the system was booting up, Grub started, then, went to suse 10.1 screen, then, I got a screen: "out of range signal. Cannot display this video mode. Change computer display input to 1920x1200@60Hz". Then, stopped.
I then, in Grub, pressed e, then, <space> 3 to boot into root. I typed sax2, then, got the same message as above.
phsieh2005
- 12-20-2007 #4
Try this
[code]
sax2 -m 0=vesa[code]
Or
Edit xorg.conf file manually.
Set HorizSync and VertRefresh values supported by your Monitor. Save file and reboot machine.Code:nano /etc/X11/xorg.conf
Check Monitor's Manual for supported Refresh rates.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote