On 5/10/05, Patrick <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to get smaller fonts at boot time like the live cd, im my kernel i > have: > > Device drivers ---> > Graphics support ---> > [*] Support for frame buffer devices > <*> Intel 810/815 support (EXPERIMENTAL) > [*] use VESA Generalized Timing Formula > Console display driver support ---> > [*] Video mode selection support > <*> Framebuffer Console support > [*] Select compiled-in fonts > [*] VGA 8x16 font > in my grub.conf: > kernel (hd0,0)/bzImage root=/dev/hda5 vga=0x318 > > and the error at boot time: > You passed a undefined mode number. > > How do i fix this? > > TIA > Patrick > -- > [email protected] mailing list > >
Are you using the standard 'vesafb' or the 'vesafb-tng'? If the later, you need to use something like: video=vesafb:ypan,1024x768-24 instead of the 'vga=xxx' arguement. HTH, -Hani -- [email protected] mailing list

