On Tue, Nov 02, 1999 at 02:39:29PM +0100, Mardy wrote:
> Hi!
>
> I was trying to understand something about driver programming: just
> trying to have the matrox G400 work from kgicon. I just added some
> "define"'s and some DEBUG1() to the mistique drivers. I set DEBUG_LEVEL
> to 3 (I guess there is no way to use gdb on kgicon.o on a single
> machine, right?). I'm working on the ggi-devel-990915 snapshot (I saw
> that meanwhile something has changed in fbcon-kgi.c, but I don't thing
> that that will resolve my problem).
> The problem is that there seem to be no valid mode. At the end there is
> the kernel log.
>
> Another problem is that the text mode at the end seems not to be
> supported by my monitor, but I guess that is some wrong timing in my
> mga* code (haven't looked at it yet).
>
> Hope someone tells me where the errors are. :-)
>
> Bye,
> Mardy
>
You might want to try my alpha driver at
http://194.218.183.235/~wlfshmn/
It a first attempt at a G200 driver, but the basic support is in there for
G400 too. It's untested however, so I cannot guarantee anything. It will
only attempt to use the first card, and the first CRTC. There is not any
acceleration in there either (and the Mystique acceleration will not work
due to a few changes both in my driver, and in the way you program the
accelerator)
I'm not doing any further work on that driver right now, as I'm porting and
trying to get it to work on KGI0.9, which will hopefully replace KGIcon once
it's in a working state ;)
Johan Karlberg