Hi Marco,
On Wed, Aug 27, 2003 at 08:52:42PM +0200, Marco Gerards wrote:
> Hi,
>
> "Peter 'p2' De Schrijver" <[EMAIL PROTECTED]> writes:
>
> > struct syncinfo {
> > enum { SPLIT_SYNC, CSYNC, SYNC_ON_COLOR } type;
> > union {
> > struct {
> > polarity hsync
Hi,
"Peter 'p2' De Schrijver" <[EMAIL PROTECTED]> writes:
> struct syncinfo {
> enum { SPLIT_SYNC, CSYNC, SYNC_ON_COLOR } type;
> union {
> struct {
> polarity hsync_pol;
> polarity vsync_pol;
> } split_sync;
>
Hi Marco,
On Mon, Aug 18, 2003 at 12:02:32AM +0200, Marco Gerards wrote:
> Marco Gerards <[EMAIL PROTECTED]> writes:
>
> > Hi,
> >
> > Currently the console client only support (minimally) VGA. It it not
> > really hard to add some more VGA support and even basic SVGA support.
>
> Today I wrote
Marco Gerards <[EMAIL PROTECTED]> writes:
> Hi,
>
> Currently the console client only support (minimally) VGA. It it not
> really hard to add some more VGA support and even basic SVGA support.
Today I wrote some code. I got almost everything done, but I want t
make sure the driver interfaces are
[EMAIL PROTECTED] (Niels Möller) writes:
> Marco Gerards <[EMAIL PROTECTED]> writes:
>
> > For better VGA support I want to add some features. First I'd like to
> > add modeline support. This is how SVGATextMode, Xfree, svgalib,
> > etc. setup a videomode. This is really easy to do, actually I al
On Sun, Aug 17, 2003 at 04:55:00PM +0200, Niels M?ller wrote:
> Marco Gerards <[EMAIL PROTECTED]> writes:
>
> > For better VGA support I want to add some features. First I'd like to
> > add modeline support. This is how SVGATextMode, Xfree, svgalib,
> > etc. setup a videomode. This is really easy
Marco Gerards <[EMAIL PROTECTED]> writes:
> For better VGA support I want to add some features. First I'd like to
> add modeline support. This is how SVGATextMode, Xfree, svgalib,
> etc. setup a videomode. This is really easy to do, actually I already
> have most code to configure the hardware.
I
Hi,
Currently the console client only support (minimally) VGA. It it not
really hard to add some more VGA support and even basic SVGA support.
For better VGA support I want to add some features. First I'd like to
add modeline support. This is how SVGATextMode, Xfree, svgalib,
etc. setup a videomo