public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Matroxfb still broken in -test6
@ 2003-09-30  9:24 Erik Hensema
  0 siblings, 0 replies; 4+ messages in thread
From: Erik Hensema @ 2003-09-30  9:24 UTC (permalink / raw)
  To: linux-kernel

Hi,

Matroxfb has been unusable for me since around 2.5.6x, and it still is in
-test6.

The simptoms are:

- large white bar to the right of the pengiun logo on booting
- (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.

I could make a picture of it using the low-res (640x480) digicam on my
cellphone if anyone is interesed ;-)

Hardware: Matrox G550, CRT connected to the DVI port and TV connected to
the TV-out.
Settings: all default
Config:

CONFIG_FB=y
CONFIG_FB_MATROX=y
CONFIG_FB_MATROX_G450=y
CONFIG_FB_MATROX_G100=y
CONFIG_FB_MATROX_I2C=m
CONFIG_FB_MATROX_MAVEN=m
CONFIG_FB_MATROX_MULTIHEAD=y


-- 
Erik Hensema <erik@hensema.net>

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

* Re: Matroxfb still broken in -test6
@ 2003-09-30 10:08 Petr Vandrovec
  2003-09-30 10:49 ` Erik Hensema
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vandrovec @ 2003-09-30 10:08 UTC (permalink / raw)
  To: Erik Hensema; +Cc: linux-kernel

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
> - (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!".
                                                    Petr Vandrovec
                                                    vandrove@vc.cvut.cz
                                                    


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

* Re: Matroxfb still broken in -test6
  2003-09-30 10:08 Matroxfb still broken in -test6 Petr Vandrovec
@ 2003-09-30 10:49 ` Erik Hensema
  2003-09-30 12:13   ` Petr Vandrovec
  0 siblings, 1 reply; 4+ messages in thread
From: Erik Hensema @ 2003-09-30 10:49 UTC (permalink / raw)
  To: Petr Vandrovec; +Cc: linux-kernel

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
> > - (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.

-- 
Erik Hensema (erik@hensema.net)

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

* Re: Matroxfb still broken in -test6
  2003-09-30 10:49 ` Erik Hensema
@ 2003-09-30 12:13   ` Petr Vandrovec
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vandrovec @ 2003-09-30 12:13 UTC (permalink / raw)
  To: Erik Hensema; +Cc: linux-kernel

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@vc.cvut.cz

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

end of thread, other threads:[~2003-09-30 12:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-30 10:08 Matroxfb still broken in -test6 Petr Vandrovec
2003-09-30 10:49 ` Erik Hensema
2003-09-30 12:13   ` Petr Vandrovec
  -- strict thread matches above, loose matches on Subject: below --
2003-09-30  9:24 Erik Hensema

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