Re: Kernels for dummies? In article <2ibkuvglb3f50bb59ghoasrlc0i70n0kqr@4ax.com>, Doug Mitton wrote:
> ...
> Do you have the logo framebuffer working? I can't seem to get the
> correct combination to get mode vga=792 working so I can have my BIG
> text console.
> ...
> Any pointers? Thanks in advance!
Well, I got vga=773 to work, so I guess that proves the concept.
Under "Console display driver support" I've got...
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
Under "Logo configuration" set CONFIG_LOGO=y if you want the
console logo.
-jeff |