Reply
Old May 8th, 2007 Top | #1
 
nod32's Avatar
OSNN Addict
Joined: February 2006
Posts: 81
Reputation: 30
Power: 77

Default monitor "out of range" on bootup

I recently installed ubuntu and am dual booting it with xp. At times during bootup (before and after grub bootloader) my monitor shows me a flickering "out of range" message. It shows resolution, and vertical/horizontal frequencies, but I cant see what they are because its flickering so fast.

Anyway, i was reading up on google about this but it never gets resolved. I have no options to change this in bios. Theres only one option about video, and that if i want it in vga, cga40, cga80 or mono. Theres no options on my monitor to change anything like that either.

Is there any way I can force the refresh rate, or resolution during bootup?

thanks,
nod32
nod32 is offline   Reply With Quote
Old May 8th, 2007 Top | #2

OSNN Folding Team  
zeke_mo's Avatar
(value not set)
Joined: August 2004
Location: Placerville, CA
Posts: 1,965
Reputation: 1290
Power: 126

Default Re: monitor "out of range" on bootup

I had this problem with my server when I first installed it; this might not be an option but put a better quality monitor on the computer and then turn down the settings, then reboot with the other monitor. Im not that familiar with linux so you will have to wait for a more technical answer

"My Mind is a swirling miasma of scintillating thoughts and turgid ideas" ~Sam

Zeitgeist Money as Debt,
educate yourself.
zeke_mo is offline   Reply With Quote
Old May 8th, 2007 Top | #3
 
nod32's Avatar
OSNN Addict
Joined: February 2006
Posts: 81
Reputation: 30
Power: 77

Default Re: monitor "out of range" on bootup

Do you mean trying to turn down the settings in bios? Because my moniter is fine once i get in there. This wouldn't be such a problem, but ever since I installed ubuntu check disk always comes up when I boot XP. And once it finishes it just sits there and I have to restart.

Since I cant see the screen booting up, I have to sit there hitting space bar to skip check disk so I can boot up normally. But thats a whole nother issue...
nod32 is offline   Reply With Quote
Old May 8th, 2007 Top | #4

OSNN Folding Team  
zeke_mo's Avatar
(value not set)
Joined: August 2004
Location: Placerville, CA
Posts: 1,965
Reputation: 1290
Power: 126

Default Re: monitor "out of range" on bootup

oooo i see, so you monitor doesnt support boot resolutions? Never heard of that before

"My Mind is a swirling miasma of scintillating thoughts and turgid ideas" ~Sam

Zeitgeist Money as Debt,
educate yourself.
zeke_mo is offline   Reply With Quote
Old May 9th, 2007 Top | #5
 
LeeJend's Avatar
OSNN Veteran Addict
Joined: January 2003
Location: Fort Worth, TX
Posts: 5,261
Reputation: 3386
Power: 199

Default Re: monitor "out of range" on bootup

Lets get this straight:

Can you see the bios screens and the POST screen?

Are you using on board video or a card?

Once XP is up is the resolution ok?

Sounds like the Ubuntu drivers are requesting a resolution that is too high. You might be able to modify the Ubuntu start up files to request a lower resolution.

This post really belongs in the Linux section where someone who knows the details should be able to help you. It's not a hardware issue if the POST screen is visible. The OS (Ubuntu or XP) sets the video rates.

Thought for the new millenium:

In a world without walls and fences, who needs Windows and Gates?

- Open Office - Firefox - Thunderbird - Gimp -Ubuntu - Red Hat -
LeeJend is offline   Reply With Quote
Old May 9th, 2007 Top | #6
 
nod32's Avatar
OSNN Addict
Joined: February 2006
Posts: 81
Reputation: 30
Power: 77

Default Re: monitor "out of range" on bootup

I cant see the post screen. Thats the only part I cant see. I see grub, select my os, and then I loose the image until the xp logon screen. Resolution in Xp and ubuntu is perfect. Thats why i posted in hardware section, because once the os is up and running everything is fine.

Im using an ati radeon 7200.
nod32 is offline   Reply With Quote
Old May 9th, 2007 Top | #7
 
j79zlr's Avatar
Glaanies script monkey
Joined: February 2003
Location: Chicago
Posts: 2,725
Reputation: 1520
Power: 155

Default Re: monitor "out of range" on bootup

Since it is happening before X and after post, you must have a misconfigured video range in your grub menu.lst file.
j79zlr is offline   Reply With Quote
Old May 9th, 2007 Top | #8
 
nod32's Avatar
OSNN Addict
Joined: February 2006
Posts: 81
Reputation: 30
Power: 77

Default Re: monitor "out of range" on bootup

How would i go about changing that?
nod32 is offline   Reply With Quote
Old May 9th, 2007 Top | #9
 
LeeJend's Avatar
OSNN Veteran Addict
Joined: January 2003
Location: Fort Worth, TX
Posts: 5,261
Reputation: 3386
Power: 199

Default Re: monitor "out of range" on bootup

Try setting the menu line in menu.lst to:

As a suggestion, find the line that begins with "# defoptions" and append this to it:

Code:

vga=0x316 resume=/dev/hda2


http://ubuntuforums.org/showthread.php?t=188736

Thought for the new millenium:

In a world without walls and fences, who needs Windows and Gates?

- Open Office - Firefox - Thunderbird - Gimp -Ubuntu - Red Hat -
LeeJend is offline   Reply With Quote
Old May 9th, 2007 Top | #10
 
nod32's Avatar
OSNN Addict
Joined: February 2006
Posts: 81
Reputation: 30
Power: 77

Default Re: monitor "out of range" on bootup

Code:
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
should i put it under defoptions=quiet splash or replace it?
sorry, im really new to linux..
nod32 is offline   Reply With Quote
Old May 10th, 2007 Top | #11
 
j79zlr's Avatar
Glaanies script monkey
Joined: February 2003
Location: Chicago
Posts: 2,725
Reputation: 1520
Power: 155

Default Re: monitor "out of range" on bootup

No, that is not the problem. It would be the vga= line, but Ubuntu has so many quirks with its config file handling, I am not sure how to help and it will automatically overwrite your config files without user intervention [my main pet peeve with Ubuntu].
j79zlr is offline   Reply With Quote
Old May 10th, 2007 Top | #12
 
LeeJend's Avatar
OSNN Veteran Addict
Joined: January 2003
Location: Fort Worth, TX
Posts: 5,261
Reputation: 3386
Power: 199

Default Re: monitor "out of range" on bootup

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=vga=0x316 resume=/dev/hda2

Change as above. You don't need the splash setting.

Thought for the new millenium:

In a world without walls and fences, who needs Windows and Gates?

- Open Office - Firefox - Thunderbird - Gimp -Ubuntu - Red Hat -
LeeJend is offline   Reply With Quote
Old May 11th, 2007 Top | #13
 
ShepsCrook's Avatar
Red Sox Fan!
Joined: September 2003
Location: Raleigh NC
Posts: 1,484
Reputation: 590
Power: 125

Default Re: monitor "out of range" on bootup

nm, I was reading it as something else. Good luck with fixing it.

There's no place like 127.0.0.1
Antec P182b, i7 920, 12GB Ram,HD6870, X-Fi Platinum, 128GB SATAIII Crucual, 2x 640GB AALS
This is Bunny Dead ---> (\__/)
No world domination <--(='.'=)--<<

For him today.. hahaha (")_(")
ShepsCrook is offline   Reply With Quote
Old May 11th, 2007 Top | #14
 
nod32's Avatar
OSNN Addict
Joined: February 2006
Posts: 81
Reputation: 30
Power: 77

Default Re: monitor "out of range" on bootup

still no luck
i saved menu.lst as root then ran sudo update-grub and restarted, but still nothing.

thanks for your responses
nod32 is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
help... system won't boot (monitor won't go into "comp on" mode) scsa20 General Hardware 16 October 26th, 2004 10:13am
"Find target" & "open after download" DONT WORK Shamus MacNoob Windows Desktop Systems 15 July 11th, 2004 11:03am
"Dual Monitor" on GeForce4 Ti 4200™ --->How? Cannibal Corpse General Hardware 1 September 22nd, 2002 8:32am
How do I set up "default user" or "Automatic login" in XP (like in Win95/98/2000 eka Windows Desktop Systems 3 February 7th, 2002 7:41pm
Best Graphics/Gaming Monitor in 21"/22"? digitaljohnny General Hardware 6 December 11th, 2001 3:26pm