Re: FrameBuffer Problem With 2.6.0

From: Davidlohr Bueso A.
Date: Thu Dec 18 2003 - 18:23:35 EST


On Fri, 2003-12-19 at 05:29, Armin wrote:

> i have compile kernel with vga fonts , Still are not working ...

I had the same problem, I compiled 2.6.0 with vga fonts and It worked
just fine. This is some of my .config that might intrest you

CONFIG_INPUT=y
CONFIG_VT=y
CONFIG_VGA_CONSOLE=y
CONFIG_VT_CONSOLE=y
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_FONT_ACORN_8x8=y
CONFIG_FONT_MINI_4x6=y

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