PDA

View Full Version : when starting fedora 6 monitor closed and display a message like out of range


turna
30th March 2007, 04:27 PM
hello

i just installed fedora 6.

i started the system... when i saw the writing

`wellcome to fedora core`
`udev starting`

then my monitor displays a message `sync. out of range`

my graphic card is radeon x1800xt and monitor is samsung syncmaster

what should i do ?

Seve
30th March 2007, 07:11 PM
Hello:
First, try adding to your kernel boot line from grub [when grub appears hit the enter key and use your cursor to move around]
mode=vesa resolution=800x600
your kernel boot line should look like this
....rhgb quiet mode=vesa resolution=800x600
then hit the escape key and then b to boot

If that does not work then, boot from your install disc and type at the boot prompt:
linux rescue
follow along with the on-screen instructions [no need for network] at the last prompt type
chroot /mnt/sysimage
then
type
vi /etc/X11/xorg.conf
[vi is a text editor]
use you cursor to move around ..... cursor to the Device Section and make sure that
Driver "vesa"
is present, if it is something else, then change it to
Driver "vesa"

then move to the Screen Section and make sure it looks like this

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
Assuming that you monitory can natively accept "1280x1024"

to edit something using vi, just type i [for insert] and make your changes, when you are finished hit the esc key and then SHIFT ZZ to save and write the changes.
Then type exit and reboot

If this works for you then you can type system-config-display and make sure you have the correct hardware configuration and install the ati drivers from the livna repo and you should be good to go. http://www.fedorafaq.org/#radeon

If this does not work then do a "search" for the word "range" in the installation forum as there are many with a similar issue as well as solutions.

Seve

turna
9th April 2007, 12:22 PM

i forget to thank you.. you solve my problem : ))