Re: [gentoo-user] Smaller fonts at boot time

2005-05-13 Thread Patrick Marquetecken

 On Tue, May 10, 2005 at 07:04:47PM +0200, Patrick wrote
 Hi,

 I'm trying to get smaller fonts at boot time like the live cd

   Actually, you can do that on a plain ordinary text console.  See my
 webpage http://www.waltdnes.org/tips_and_tricks/textmodes.html
 Here's a snippet from my make menuconfig

 Device drivers ---
 Graphics support  ---
   [ ] Support for frame buffer devices
   Console display driver support  ---
  --- VGA text console
  [*]   Video mode selection support

   That's right, *NO* frame buffer support, but you can probably leave it
 enabled if you wish.  But you must have Video mode selection support
 enabled.  In lilo or grub, specify VGA=6 which gives a text console 640
 pixels across by 480 scanlines.  It uses the old CGA (8x8) font by
 default.  This gives 80 columns X 60 rows, but is painfull to read,
 unless you have a honking big display.  However, you can select any font
 in the directory /usr/share/consolefonts by invoking it in /etc/rc.conf.
 My /etc/rc.conf contains the line...

 CONSOLEFONT=lat1-10

   That's 8 x 10 pixels on a 640 x 480 text console, giving 80 x 48 (YES!)
 text console mode.  The 10-pixel-high font is much easier on the eyes
 than the 8 x 8 CGA font on 640 x 400 mode, which gives 80 x 50 text
 display (mode co80,50 in DOS).

 --
 Walter Dnes [EMAIL PROTECTED]
 An infinite number of monkeys pounding away on keyboards will
 eventually produce a report showing that Windows is more secure,
 and has a lower TCO, than linux.
 --
 gentoo-user@gentoo.org mailing list


Workt perfect
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Smaller fonts at boot time

2005-05-10 Thread Patrick
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
-- 
gentoo-user@gentoo.org mailing list