Re: Matroxfb still broken in -test6

From: Petr Vandrovec
Date: Tue Sep 30 2003 - 07:14:36 EST


On Tue, Sep 30, 2003 at 12:49:44PM +0200, Erik Hensema wrote:
> On Tue, Sep 30, 2003 at 12:08:42PM +0200, Petr Vandrovec wrote:
> > On 30 Sep 03 at 9:24, Erik Hensema wrote:
> > > The simptoms are:
> > >
> > > - large white bar to the right of the pengiun logo on booting

Do you have vgacon enabled, and do not you use vga=XXX option? This white
region appears when hardware is switch to the SVGA mode before vgacon
was able to read screen contents from it (it reads 0xFF as an attribute,
giving light white letters on light white background).

> > > - (mostly) yellow distortion in the background: parts of the screen that
> > > should be black, are distorted with a semi-regular pattern. Each line of
> > > scrolling adds around 5 lines worth of distorion to the bottom of the
> > > screen. The distorion works its way up until the entire screen is filled
> > > with it.
> > > Switching to and from another vc clears it.
> >
> > Are you sure that you are not running XFree when this yellow distortion
> > occurs? It looks to me like that you are using XFree with DRI in 32bpp,
> > while your console uses 8bpp. Do not do that! DRI permanently smashes
> > accelerator state with its own setting, and this makes any other
> > accelerated work on the system unusable. So either disable matroxfb's
> > acceleration, or explain to your mga_dri that "screen invisble" should
> > mean "you do not own hardware, dude!".
>
> I'm sure I do run X. Thanks for the explanation.

In that case you have to use same display resolution and color depth in both
X and on the console. Then you'll only get miscolored characters from time
to time, but no large corruption.
Best regards,
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/