On Thu, 20 Dec 2007, Sampath Kumar Inturi wrote: > Date: Thu, 20 Dec 2007 04:19:41 -0000 > From: Sampath Kumar Inturi <[EMAIL PROTECTED]> > Reply-To: <[email protected]> > To: <[email protected]> > Subject: [twincling] FedaraCore7 Display Problem(OUT OF RANGE 79.4KHz/60Hz) > > Hi > > This is sampath, > I installed FC7 on my intel Core2Duo/2.33GHz/4MB L2/1333MHzFSB/2GB > RAM/LG-L1752S LCD monitor. > I successfully installed FC7 With KDE, after logged in to My KDE I > changed the Monitor type as LG1725S from Generic CRT monitor, then my > pc rebooted. > After rebooting I'm unable to enter into FC7-KDE. > Getting One Message in Monitor as"OUT OF Range 79.4KHz/60Hz" > What to do now, with out reinstalling FC7 > Please help me > > Sampath >
Hi Sampath: You don't need to install FC7 or KDE ! This is just a configuration issue. The first option would be to take a look at the section titled "Monitor" in /etc/X11/xorg.conf Try making the HorizSync and VertRefresh values in a range similar to shown below. Section "Monitor" Option "CalcAlgorithm" "XServerPool" HorizSync 30-62 VertRefresh 50-60 Identifier "Monitor[0]" Option "DPMS" EndSection You can also try detecting the configuration from the command line #Xorg -configure Next, try starting X with the configuration detected. #Xorg -config Xorg.conf.new This does work in most of the cases. However, on some P4 boards, there are some issues. Alternatively, Can you please post the following details: 1. output of lspci -vv command 2. send the file /etc/X11/xorg.conf to my email address ? I'll edit the file and send it back to you. Please let me know how it goes. thanks Saifi.

