Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 1998 22:25:18 -0600
From:      Jonathan Lemon <jlemon@americantv.com>
To:        "Dogbert's Nephew" <englishk@gwis2.circ.gwu.edu>
Cc:        questions@FreeBSD.ORG
Subject:   Re: X Resolution stuck at 320
Message-ID:  <19980316222518.42157@right.PCS>
In-Reply-To: <Pine.3.89.9803162220.A20438-0100000@gwis2.circ.gwu.edu>; from Dogbert's Nephew on Mar 03, 1998 at 10:29:51PM -0500
References:  <v04003a0cb133776276d5@[208.140.182.45]> <Pine.3.89.9803162220.A20438-0100000@gwis2.circ.gwu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 03, 1998 at 10:29:51PM -0500, Dogbert's Nephew wrote:
> Newbie here,
>         sorry, i can't seem to figure this one out but why is my
> resolution stuck at 320x200. I've seen stuff in the archieve about this
> but never seen the answer.

The answer is in your XFConfig file:

> # This is a set of standard mode timings. Modes that are out of monitor spec
> # are automatically deleted by the server (provided the HorizSync and
> # VertRefresh lines are correct), [....]

Your monitor sez:

> Section "Monitor"
>     HorizSync   31.5 - 50

So it can only support up to a 50kHz hsync frequency, no more.


Now, your modelines for 640x480 are:

> # 640x480 @ 72 Hz, 36.5 kHz hsync
> Modeline "640x480"     31.5   640  680  720  864   480  488  491  521
> # 640x480 @ 75 Hz, 37.50 kHz hsync
> ModeLine  "640x480"    31.5   640  656  720  840   480  481  484  500 
> # 640x480 @ 85 Hz, 43.27 kHz hsync
> Modeline "640x400"     36     640  696  752  832   480  481  484  509 
> # 640x480 @ 100 Hz, 53.01 kHz hsync
> Modeline "640x480"     45.8   640  672  768  864   480  488  494  530 

Obviously, only the first 3 are going to be valid for your your monitor.
The last is above the maximum 50 for your monitor, so it gets removed,
and you get lines like:

> (--) SVGA: Mode "640x480" needs hsync freq of 53.01 kHz. Deleted.


Now, your card sez:

> Section "Device"
>     Clocks  25.18

Which means that it only supports a "dot clock" rate of 25.18.  Since
the first 3 modelines require minimum dot clocks of 31.5, 31.5, and 36
respectively, none of them are valid, and get thrown out.  Then, the
system falls back to a builtin 320x200, which is probably within your
device/monitor capabilities.

If your video card really does support high res mode, then you will 
need to get a correct `Clocks' line for your card.  If not, then you
might want to look at the `Doublescan' section of the modelines.
--
Jonathan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980316222518.42157>