Index: [thread] [date] [subject] [author]
  From: Steffen Seeger <seeger@physik.tu-chemnitz.de>
  To  : ggi-develop@eskimo.com
  Date: Tue, 7 Jul 1998 13:47:28 +0200 (MEST)

Re: Changing the kernel makefile system...

> Steffen Seeger wrote:
> > Timelist allows only some fixed h/v resolutions.
> > Monosync allows only some fixed v resolutions, but is flexible horizontally.
> > Multisync allows any h/v resolutions, as long as timing restrictions
> > are met. (resolutions may be different).
> 
> Ok, pretty much like I thought.
> In other words we just need to make the multisync driver support
> more than one range of h/v timings and we have a unified monitor
> driver (Timelist would have min == max for every range, and
> monosync would have min=max for v ranges)
> 
> //Marcus

Not really. 

Timelist has fixed timings and fixed dot clock (and thus
fixed resolutions).

Monosync has in horizontal directions fixed timings, but no fixed
dot clock. But it does have fixed clock (the hsync frequency) and
timing in the vertical direction.

Multisync has neither fixed timings nor fixed clock rates in 
either direction, but the ratios should somehow fit.
(Don't know if this is the right way to treat it, there is
a General Timing Formula from VESA, but they don't give it to
you unless you paid some fees.)

			Steffen

----------------- e-mail: seeger@physik.tu-chemnitz.de -----------------

Index: [thread] [date] [subject] [author]