Re: Weird framebuffer bug?

From: grfgguvf . 29601511
Date: Thu May 04 2006 - 21:33:40 EST


--- Antonino A. Daplas <adaplas@xxxxxxxxx> wrote:
> Does the same thing happens
with different
> color depths?

That was it. With mode vga=0x318 (1024x768
"16m
colours") no matter what colour depth I set X to
the display will be
incorrect. Set to 24bits every
4th (not 5th, that was my bad estimation)
vertical
line is omitted. This is because the framebuffer
is really using
32bits/pixel.

Using mode vga=0x317 (1024x768 "64k colours")
and X set
to 16bits colour depth everything is OK.

This is really an X fbdev driver
problem... It
should use 32bits/pixel by padding the last byte.
I will write
Xorg about this.

> Can you try using the "vesa" driver with X? If
> the
same thing happens, it might
> be a problem with the BIOS.

[I tried this
first, and as expected X's vesa
driver works.]

Thanks Antonino!

-
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/