Link to home
Start Free TrialLog in
Avatar of Kramer8u
Kramer8u

asked on

Fedora 9 Display Out of Range

OK Have searched the fedora section for relative posts but i haven't seen 1. So i'll post hoping that im not covering ground already covered in a previous post.


PROBLEM:
When i try to run the Fedora 9 graphical anaconda setup , the monitor blacks out and says "out of range"

When i run the intaller in text mode, then complete it , when i startx it does the same thing.

I am using an Nvidia 6800 GT and 22" widescreen Veiwsonic monitor.

I have read many post relating to editing manually the conf file. but am new to linux and dont know how to use some of the built in text edotors , so if you want me to edit please include relevant command line tools.

When i try to run system-config-display again it produces the monitor displaying "out of range".

Apparently there are issues with the Nvidia drivers and the new version of x being 11. is there any way around .
Or should I just swap to another graphics card I have a spare ati 3400HD

Help , please linux gurus...

Kman
ASKER CERTIFIED SOLUTION
Avatar of sbickerstaff
sbickerstaff
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
"Out of Range" means that the video card is supplying the monitor with a signal it is not able to display (usually too high resolution or too high refresh rate).

There is a standard for how  the monitor can inform the video card of what it is capable of displaying ("EDID"), to make sure that it picks a mode that works. With reasonably modern monitors and video cards, this autoconfiguration usually works fine.

However, in your case it seems like this autoconfiguration fails. You can try two things:

(1) Update the graphics driver. Fedora9 unfortunately included a pre-release version of xorg 1.5, and official drivers from nVidia that supported this version of xorg was not available for a while. They released an updated driver a while ago, and download link/instructions for installing it are available at http://www.nvidia.com/object/linux_display_ia32_173.14.05.html

(2) It might be that the monitor "lies" (has incorrect EDID information), which makes the video card think that it supports video modes that the monitor really doesn't  support. If this is the case, check the manual for your monitor for what modes it really supports and then use nvidia-xconfig to set a working mode manually (instructions for using nvidia-xconfig can also be found at the link above).

Good luck, and happy Linuxing.
Avatar of Kramer8u
Kramer8u

ASKER

sbickerstaff:
I successfully edited the config file but no change still says out of range,
Im assuming then the monitor is the issue , so i pluggged in another monitor 17in standard ,
same thing happended , so im assuming that the driver is either miscalculating the edid and setting a too high resolution or refresh rate..
QUESTION?
Can i defind in the xorg.conf  the resolution and refresh rate manually ,
if so how ..

thankyou
Ok thankyou to sbickerstaff:

Whilst you solution didn't work , you put me on the right track :

For Future reference:
You need to additional line to the edit of the Xorg.conf
so do the above in sbickerstaff:'s solution :

" - Log in to the server;
- From command line, type:

# vi /etc/X11/xorg.conf

- look for something like Driver=nv (or nvidia)
- Hit ESC key twice and then the i key (puts you into insert mode within the vi editor
- change nv (or nvidia) to vesa
- Hit ESC key again and type :wq!
- then type init 5 (this restarts the x server for the graphics."


ALSO-:ADD-: UNDER THE FOLLOWING SECTION
Section "Screen"
Identifier "Screen1"
Device "Built-in Video"
Monitor "Envison EFT720"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection

Add the bold "modes" line to force  the screen resolutions.
 
From here i intent to do  larsga: solution and update drivers
 
Thankyou all for your input
Kman
additional line required, see post
ah, usualy waited until i got the gui and then set the mode to 1280x1024 but glad you got it all sorted.  Its an issue which is well know, but most people tell you how to fix it after you've installed fedora.  the xdriver=vesa use to work in F8 but something was changed and didn't work for F9.  Just maybe need to check out your choice of monitor next time you're getting one.