Results 1 to 10 of 15
Hey!
I got the same problem... right before anaconda, the fedora core 9 installer loaded. I had to type "Linux VESA" at the boot menu. the installation worked, but it ...
- 07-31-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
Out of Range
Hey!
I got the same problem... right before anaconda, the fedora core 9 installer loaded. I had to type "Linux VESA" at the boot menu. the installation worked, but it was ugly.
But now it hasn't fixed anything, everytime I try to boot linux, I get that "out of range" error.
Exactly: 81.3khz / 65Hz Out of range
Why in H*ll would this resolution/refresh rate be chosen by default?
Edit: I've got an Asus 8600GT as a video adapter. I have the same problem with the integrated Intel x3100 chipset graphic.
... And how do you fix it
Thanks!
- 08-01-2008 #2
Hi and Welcome !
Boot up in command line mode and edit /etc/X11/xorg.conf file manually. Set Refresh rates supported by your Monitor.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-01-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
All I see that speaks about video is :
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
but I do have a nvidia 8600 gt card which is default in BIOS, and on which I'm plugged right now.
How do I set those values?
thanks again!
--
Frank
- 08-01-2008 #4
Edit xorg.conf file and set driver to "vesa".
vesa doesn't support 3D and you will have minimal Graphics.Code:Section "Device" Identifier "Videocard0" Driver "vesa" EndSection
You have to install Nvidia Driver. Install it through System -- Administration -- Hardware Drivers.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-01-2008 #5Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
- 08-01-2008 #6No. Its in lower case only. Reset it to "intel" and execute thisDo I have to write "vesa" in caps or... ?
Post output here.Code:sudo lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-01-2008 #7Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03)
--> on which the screen is plugged in right now.
- 08-01-2008 #8
Which Card are planing to use? Intel or Nvidia? You have to set xorg.conf file according to Graphics Card only.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-01-2008 #9Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
I plan on using the nvidia one. But the nvidia isn't in xorg.conf. So I guessed I could use the intel one in order to install the nvidia card.
- 08-02-2008 #10
You can install nvidia driver easily. Use Driver "vesa" or "nv" in xorg.conf file and Nvidia Card will work fine. You will have minimal Graphics and that will be ok to install Nvidia driver.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
