On Sat, 9 Oct 2004, Kamran Riaz wrote: > Thanks for your time, but please guide me on how can I add a custom > modeline? To create one for a fixed frequency monitor is complicated. You can consult ESR's howto at: http://en.tldp.org/HOWTO/XFree86-Video-Timings-HOWTO/ and other places on the net. Programs like gtf, which comes with XFree86 since version 4.3.0, can produce modelines for multisync monitors. Eg. $ gtf 800 600 90 # 800x600 @ 90.00 Hz (GTF) hsync: 56.88 kHz; pclk: 60.07 MHz Modeline "800x600_90.00" 60.07 800 840 928 1056 600 601 604 632 -HSync +Vsync But it won't match both horizontal and vertical sync contraints. It will only target a vertical refresh rate. As you can see, this one is nearly 57 kHz, while you have specified 54 kHz. BTW. 90 Hz is an odd refresh rate for a fixed frequency monitor, so I have a hard time believing that is an accurate specification. A monitor with a 54 kHz horizontal sync rate and a 90 Hz vertical sync rate wouldn't be able to do resolutions with more than 596 lines. Mark. > > >From: Mark Vojkovich <mvojkovi@xxxxxxxxxxx> > >Reply-To: xfree86@xxxxxxxxxxx > >To: xfree86@xxxxxxxxxxx > >Subject: Re: (no subject) > >Date: Fri, 8 Oct 2004 14:18:30 -0700 (PDT) > > > >On Fri, 8 Oct 2004, Kamran Riaz wrote: > > > > > Whenever I try xstart error message shows up with no screen found text. > > > Here's log file: > > > > > >You have in your monitor section that your monitor can only > >do one frequency: > > > > HorizSync 54 > > VertRefresh 90 > > > >You have no modelines that match that frequency. > >Do you really have a fixed frequency monitor? If you > >do, you'll need a custom modeline. Most likely, you have > >a multisync monitor like everyone else and you need to > >enter the correct horizontal and vertical sync ranges > >found in your monitor manual. > > > > > > Mark. > > _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86