




Code: Select all
kernel /boot/kernel-2.6.22 root=/dev/hda3 video=vesafb:1024x768-32,mtrr:3,ywrap
Code: Select all
Console display driver support --->
[ * ] VGA text console
[ * ] Video mode selection support
<*> Framebuffer Console support
[ * ] Support for the framebuffer splash
Device Drivers --->
Block devices --->
<*> RAM disk support
(4096) Default RAM disk size (kbytes)
[ * ] Initial RAM disk (initrd) support

already explained above^^kingLatency wrote:You only need that ramdisk support if you plan on setting up a bootsplash image. Did you trying switching from vesafb-tng to vesafb, and recompiling your kernel? That's what I had to do. Keep in mind that with the older vesafb you need a vga= option instead of the resolution in the video= line. You can google for a chart of what the codes vga= takes.