public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Matrox Marvell G400
@ 2001-02-05 16:31 Wakko Warner
  2001-02-05 17:36 ` Gregory Maxwell
  2001-02-05 18:54 ` Alan Olsen
  0 siblings, 2 replies; 8+ messages in thread
From: Wakko Warner @ 2001-02-05 16:31 UTC (permalink / raw)
  To: linux-kernel

How well is this card supported for it's capture capabilities and dual head?

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: Matrox Marvell G400
@ 2001-02-05 19:04 Petr Vandrovec
  2001-02-06  9:36 ` David Woodhouse
  0 siblings, 1 reply; 8+ messages in thread
From: Petr Vandrovec @ 2001-02-05 19:04 UTC (permalink / raw)
  To: Gregory Maxwell; +Cc: linux-kernel, wakko

On  5 Feb 01 at 12:36, Gregory Maxwell wrote:
> On Mon, Feb 05, 2001 at 11:31:57AM -0500, Wakko Warner wrote:
> > How well is this card supported for it's capture capabilities and dual head?
> 
> Capture and dual head are almost totally unsupported without using a
> proprietary, binary only driver chunk which will soundly place your system as
> 'unsupported' as far as this list is concerned due to the difficulty of
> debugging a system when sourceless software bangs the hardware.

Under X. Under framebuffer both heads of G400 will work for you if
it is your primary video devices. For capture capabilities see
http://marvel.sourceforge.net. It for sure worked sometime in the past,
but I'm not sure about current state. But I believe that at least
watching TV works correctly.

And if you insist on X, you can run first head through mga with 
usefbdev /dev/fb0 with hwcursor off, and secondary head through fbdev
/dev/fb1. But it is not supported by me (and neither by XFree guys AFAIK,
not even talking about Matrox support guys) - I support only first head
in X and secondary head used for 'fbtv -k'.

> If this situation is not ideals for you, I suggest you address the issue
> with Matrox. 

I'm trying... more or less. Next G450 BIOSes will have fix for
matroxfb deadlock on boot, so there is at least some move. Although now
when workaround is implemented in matroxfb, it is a bit late...
                                        Best regards,
                                                Petr Vandrovec
                                                vandrove@vc.cvut.cz

BTW, under G450 output to TV is not supported and I'm not sure it ever
will. Output to second monitor is of course supported.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: Matrox Marvell G400
@ 2001-02-06 12:24 Petr Vandrovec
  0 siblings, 0 replies; 8+ messages in thread
From: Petr Vandrovec @ 2001-02-06 12:24 UTC (permalink / raw)
  To: David Woodhouse; +Cc: Gregory Maxwell, linux-kernel, wakko

On  6 Feb 01 at 9:36, David Woodhouse wrote:
> VANDROVE@vc.cvut.cz said:
> >  And if you insist on X, you can run first head through mga with
> > usefbdev /dev/fb0 with hwcursor off, and secondary head through fbdev /
> > dev/fb1. But it is not supported by me (and neither by XFree guys
> > AFAIK, not even talking about Matrox support guys) - I support only
> > first head in X and secondary head used for 'fbtv -k'.
> 
> Unless your machine is x86, and you use the binary-only HALlib from Matrox,
> that is. :(
> 
> However, since the second heads of both G400 and G450 cards are supported 
> in matroxfb, there's no real reason why the support in the 'real' XFree86 
> driver should be so far behind. The main barrier to dual-head support in 
> XFree86, last time I knew, was the lack of a way to _configure_ it. That's 
> now been fixed, obviously. The HALlib is used only for mode setup, AFAICT. 
> All acceleration is still done by the real driver. 
> 
> Petr - how much of the matroxfb code is yours to give, and would you permit
> chunks of it to be reused under the XFree86 licence? Clean-room
> reverse-engineering is such a PITA :)

Initialization code is entirely mine, sometime written with Matrox docs
in hand, sometime without; except G100 initialization, which was written 
with cooperation with others. But proper initialization have to parse
BIOS - now when PCI subsystem can enable/disable ROM, maybe I should try
it.

Accelerator code was written/enhandced by couple of peoples except me,
so it is probably impossible to get it under X - but they have some
acceleration already, right ? ;-)

Dualhead code is written entirely by me, and at least some portions
are already used in BeOS driver, probably under GPL, but I have no
problem releasing code under any other license you can imagine, as long
as it does not impose additional restrictions on my (me personally,
not future of matroxfb) further work.

There maybe problem that i2c examples were used when writting core
of maven driver. But real useful code should not be affected by this.

BTW, http://platan.vc.cvut.cz/~vana/maven/mavenreg.html contains
partial MAVEN documentation, as I assembled it more than year ago
for my own needs. But it is really partial, as most of TVOut equations
are present only in code, and not in `datasheet'. I have some about
half year old updates to that datasheet which were submitted by someone
who had access to TV signal analyser, but I did not integrate them to
HTML yet. And my code does not support original G200 TV Out, only
late (non-US, MGA-TVO-C) G200 and G400 are supported for TV.

> > I'm trying... more or less. Next G450 BIOSes will have fix for
> > matroxfb deadlock on boot, so there is at least some move. Although
> > now when workaround is implemented in matroxfb, it is a bit late...
> 
> I think that workaround wants to be put in place for G400 too; not just 
> G450.

According to Matrox engineers last G400 BIOSes already contains this 
workaround. And as G400 initialization from scratch is not officially 
supported by me... Yes, I should dig old G400 somewhere, replace one of
my G450 with it and code something up.
                                          Best regards,
                                                   Petr Vandrovec
                                                   vandrove@vc.cvut.cz
                                                   
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-02-06 18:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-05 16:31 Matrox Marvell G400 Wakko Warner
2001-02-05 17:36 ` Gregory Maxwell
2001-02-06 18:06   ` Xavier Bestel
2001-02-05 18:54 ` Alan Olsen
2001-02-06  0:18   ` Ricky Beam
  -- strict thread matches above, loose matches on Subject: below --
2001-02-05 19:04 Petr Vandrovec
2001-02-06  9:36 ` David Woodhouse
2001-02-06 12:24 Petr Vandrovec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox