Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2000 03:38:24 +0100
From:      Mark Ovens <marko@freebsd.org>
To:        Arseny Slobodjuck <ampy@crosswinds.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: using small console font
Message-ID:  <20000910033824.A824@parish>
In-Reply-To: <13543.000910@crosswinds.net>; from ampy@crosswinds.net on Sun, Sep 10, 2000 at 01:03:08PM %2B1000
References:  <13543.000910@crosswinds.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 10, 2000 at 01:03:08PM +1000, Arseny Slobodjuck wrote:
> Hi,
> 
>   How can I use different fonts (8x8 for example) in my local
> consoles ? I tried vidcontrol -f 8x8, but it reports that
> cannot change mode.
> 

The ``-f'' option takes 2 arguments, the size *and* the filename:

    # vidcontrol -f 8x8 /usr/share/syscons/fonts/name_of_font_file

To make this permanent add:

   font8x8="iso-8x8"
   font8x14="iso-8x14"
   font8x16="iso-thin-8x16"

to /etc/rc.conf, change the font names to suit your locale - they are
the names of the files in /usr/share/syscons/fonts (without the
``.fnt'').

> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
		4.4 - The number of the Beastie
________________________________________________________________
51.44°N  FreeBSD - The Power To Serve http://www.freebsd.org
2.057°W  My Webpage http://ukug.uk.freebsd.org/~mark
mailto:marko@freebsd.org                http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000910033824.A824>