small font


Results 1 to 5 of 5

Thread: small font

  1. #1
    Join Date
    Oct 2001
    Location
    Lübeck, Germany
    Posts
    26

    small font

    When booting linux in some distros the font is big, in some cases small.
    What I mean is the bootup info :

    xyz ......... [ok]
    yzx .......... [failed]

    and so on.


    Can anyone tell where to change this option in order to make it small ?

    Thanks

    -- A l e x

  2. #2
    Join Date
    Nov 2000
    Location
    Kongsberg, Norway
    Posts
    3,572
    If you mean upper- and lower caps, and use SysV type of init scripts, have a look in /etc/init.d/functions.
    You will find what you need to change in the echo_success(), echo_failure(), echo_passed() and echo_warning() functions.
    Linux User #181509

    * It can hardly be a coincidence that no language on this planet
    has ever come up with the phrase "as pretty as an airport" *
    -- Douglas Adams --

  3. #3
    Join Date
    Oct 2002
    Location
    Baton Rouge, Louisiana, USA
    Posts
    799
    If you use lilo as the bootloader, then you can adjust the boot resolution by editing lilo.conf and running "lilo". See this discussion for more details:

    lilo discussion

    If the resolution is 640x480, the text will look big. If the resolution is 1024x768, the text will look small.

    Is that what you were looking for?
    Isaac Kuo, ICQ 29055726 or Yahoo mechdan

  4. #4
    Join Date
    Oct 2001
    Location
    Lübeck, Germany
    Posts
    26
    yes - I suppose that was it. It was simply depending on the resultion. Since my new graphix driver's working the problem's solved.

    I'm using grub instead of lilo which might have similar options - which I havn't figured out yet.

    Thanks

    -- A l e x

  5. #5
    Join Date
    Apr 2001
    Location
    SF Bay Area, CA
    Posts
    14,936
    In grub, you need to change the "vga=XXX" parameter that gets passed to the kernel command line. Make it match one of the numbers shown here:

    http://lists.debian.org/debian-user-.../msg00433.html

    in the second table. But you'll need to make it decimal, not hex (to convert, do an echo $((0x31A)) (or whatever hex number) at a bash prompt, and it will show you the decimal equivalent).

    To make grub actually use that, edit /boot/grub/menu.lst and modify the kernel command line.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •