Re: [matroxfb] Second head is on but fb1 not accessible

From: Petr Vandrovec
Date: Mon Feb 09 2004 - 08:31:46 EST


On 9 Feb 04 at 14:21, Jan Mynarik wrote:
> > Make sure that /dev/fb1 is character device 29,1 and not 29,32. 2.2.x kernels
> > accept 29,32 only, 2.4.x accept both, and 2.6.x accept 29,1 only.
>
> Thanks for super-fast reply :-), I did think it could be related to
> minor device number.
>
> But anyway, shouldn't I have at least console visible on the second head
> (even if /dev/fb1 is not accessible)? I tested it by attaching my
> monitor to second head and nothing appeared.

Only G450/G550 display same picture (from CRTC1) on all outputs, MAVEN output
is by default disabled until you'll configure it with 'matroxset'.
If you want same picture on both outputs even for G400, it should be
enough to replace

ACCESS_FBINFO(outputs[1]).src = MATROXFB_SRC_NONE;

with

ACCESS_FBINFO(outputs[1]).src = MATROXFB_SRC_CRTC1;

in maven_init_client() in drivers/video/matrox/matroxfb_maven.c.
(it is not enabled by default as on G400 you can have either Maven output
or DFP output but not both; G450/G550 does not have such restriction,
and so on G450/G550 all three outputs show same picture by default).
Petr Vandrovec
vandrove@xxxxxxxxxx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/