LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   frequency out of range when X starts (https://www.linuxquestions.org/questions/linux-software-2/frequency-out-of-range-when-x-starts-168655/)

agallant 04-10-2004 10:20 PM

frequency out of range when X starts
 
I am running Suse 9 pro on a new dell power edge. It workes great but except when x starts my monitor comes back with "frequency out of range try other resoultions" how do i fix this. is there a file that i can edit to change the resolution?

-AG

woodwarh 04-11-2004 12:08 AM

I do not know for sure about SUSE or Slackware, but in Redhat the XF86Config file in the /etc/X11 directory holds the monitor and video card info, including horizontal and vertical refresh rates and resolutions.

shobhit 04-11-2004 12:58 AM

boot in runlevel 3
when you start booting pass linux 3 as a kernel argument
the file /etc/X11/XF86config
contain your monitor settings, so you can try changing that.

AutOPSY 04-11-2004 04:21 PM

You should set the refresh rates and resolutions to a lower setting until you raise it to its drop-off point.

ex /etc/X11/XF86Config part to change.

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "DDCPROBED"
DisplaySize 320 240
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 140.0
Option "dpms"
EndSection


Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

agallant 04-11-2004 05:34 PM

Kinda wierd but i reinstalled SuSe and it worked fine. I don't know why but it started up X just find. Any one know why?


All times are GMT -5. The time now is 12:02 AM.