Hello,
I'd like to know if it is possible to use a lower console font size,
as is in a default installation of Slackware. Anyone know about this?
Thanks,
Steve
Printable View
Hello,
I'd like to know if it is possible to use a lower console font size,
as is in a default installation of Slackware. Anyone know about this?
Thanks,
Steve
On Tue, 7 Oct 2008 21:34:42 UTC, Steven Borrelli <sborrelli8@gmail.com>
wrote:
[color=blue]
> I'd like to know if it is possible to use a lower console font size,
> as is in a default installation of Slackware. Anyone know about this?[/color]
man vidcontrol
should get you started...
--
Bob Eager
UNIX since v6..
[url]http://tinyurl.com/2xqr6h[/url]
Bob Eager <rde42@spamcop.net> wrote:[color=blue]
> On Tue, 7 Oct 2008 21:34:42 UTC, Steven Borrelli <sborrelli8@gmail.com>
> wrote:
>[color=green]
> > I'd like to know if it is possible to use a lower console font size,
> > as is in a default installation of Slackware. Anyone know about this?[/color]
>
> man vidcontrol
>
> should get you started...
>[/color]
On my laptop, which has an Intel graphics card, i use the following
in /etc/rc.conf, which gives a very nice display:
font8x16="iso15-thin-8x16.fnt"
font8x14="iso15-8x14"
font8x8="iso15-8x8"
allscreens_flags="MODE_356 green black"
Fonts are very small and clean this way. This requires a kernel
with
options SC_PIXEL_MODE
--
Michel TALON
On Tue, 7 Oct 2008 21:58:10 UTC, [email]talon@lpthe.jussieu.fr[/email] (Michel Talon)
wrote:
[color=blue]
> Bob Eager <rde42@spamcop.net> wrote:[color=green]
> > On Tue, 7 Oct 2008 21:34:42 UTC, Steven Borrelli <sborrelli8@gmail.com>
> > wrote:
> >[color=darkred]
> > > I'd like to know if it is possible to use a lower console font size,
> > > as is in a default installation of Slackware. Anyone know about this?[/color]
> >
> > man vidcontrol
> >
> > should get you started...
> >[/color]
>
> On my laptop, which has an Intel graphics card, i use the following
> in /etc/rc.conf, which gives a very nice display:
> font8x16="iso15-thin-8x16.fnt"
> font8x14="iso15-8x14"
> font8x8="iso15-8x8"
> allscreens_flags="MODE_356 green black"
> Fonts are very small and clean this way. This requires a kernel
> with
> options SC_PIXEL_MODE[/color]
Exactly. All the possible options are explained in that man page (and
its references).
--
Bob Eager
UNIX since v6..
[url]http://tinyurl.com/2xqr6h[/url]
In our last episode,
<2150b411-77a7-47f7-a228-49e4041f55cd@a2g2000prm.googlegroups.com>,
the lovely and talented Steven Borrelli
broadcast on comp.unix.bsd.freebsd.misc:
[color=blue]
> Hello,[/color]
[color=blue]
> I'd like to know if it is possible to use a lower console font size,
> as is in a default installation of Slackware. Anyone know about this?[/color]
See man vidcontrol. /etc/rc.conf should allow you to set font-8x16,
font-8x14, and font-8x8. Depending on your choice of video mode, the system
should pick the appropriate font, but if you want a smaller font than the
video mode suggests. you could simply assign a smaller font to the
font-8x?+ variables. You also can edit fonts with at least a couple of
utilities in the ports, but it is a lot of trouble for a whim.
--
Lars Eighner SAVE BEASTIE! "What do you do when you're debranded?"
[email]usenet@larseighner.com[/email] [url]http://larseighner.com/[/url]
Xemacs is a great operating system,
but it lacks a good text editor.