Re: SVGA console

2003-08-27 Thread Peter 'p2' De Schrijver
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

Re: SVGA console

2003-08-27 Thread Marco Gerards
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; >

Re: SVGA console

2003-08-22 Thread Peter 'p2' De Schrijver
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

Re: SVGA console

2003-08-17 Thread Marco Gerards
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

Re: SVGA console

2003-08-17 Thread Marco Gerards
[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

Re: SVGA console

2003-08-17 Thread Peter 'p2' De Schrijver
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

Re: SVGA console

2003-08-17 Thread Niels Möller
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