Nick Smith wrote: > First off, I appoligise for writing this from outlook, and thus, I > don’t know if HTML email is turned off or on, but im having a problem > I was hoping one of you could help me with. > I have followed the HOWTO Framebuffer:Bootsplash:Grubsplash at > http://gentoo-wiki.com/HOWTO_Framebuffer:Bootsplash:Grubsplash > perfectly, and I when I boot I get a message saying that “You passed > an undefined mode number” my lilo.conf is as follows: > boot=/dev/sda > prompt > timeout=10 > default=gentoo_splash > > image=/boot/kernel-2.6.11-gentoo-r11b > label=gentoo_splash > root=/dev/sda3 > initrd = /boot/initrd-1024x768 > vga = 0x317 > append="video=vesafb:ywrap,mtrr splash=silent" > read-only
Remove the vga entry (not used with VESA_TNG), and the video option should be something more like: video=vesafb:1024x768-60:ywrap:mtrr Since you didn't specify the resolution, I think that is what is causing your "undefined mode number" problem. -Richard -- [email protected] mailing list

