Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Dec 1999 00:11:31 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Marc Wandschneider <marcw@lanfear.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: 80x50 console mode?
Message-ID:  <19991219001131.A4645@marder-1>
In-Reply-To: <001a01bf49a7$b2a46eb0$230a0cd0@SHURIKEN>
References:  <19991217072119.A322@marder-1> <001a01bf49a7$b2a46eb0$230a0cd0@SHURIKEN>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 18, 1999 at 02:31:58PM -0800, Marc Wandschneider wrote:
> 
> 	Interseting -- it only works if I run vidfont first to install
> some other fonts ...
> 
> 	but, It's 80x50 now!
> 

Ah, to run 80x50 it needs an 8x8 font. You've probably got the line

  font8x8="NO"  # font 8x8 from /usr/share/syscons/fonts/* (or NO).

in /etc/defaults/rc.conf. Copy it to /etc/rc.conf and change it to:

  font8x8="iso-8x8"

change "iso-8x8" to whatever font you use. You may as well do the same
for the 8x14 and 8x16 fonts as well.

HTH

> 	Thanks!
> 

You're welcome.

> 	marc.
> 
> 
> > -----Original Message-----
> > From: Mark Ovens [mailto:mark@dogma.freebsd-uk.eu.org]
> > Sent: Thursday, December 16, 1999 11:21 PM
> > To: Marc Wandschneider
> > Cc: freebsd-questions@freebsd.org
> > Subject: Re: 80x50 console mode?
> >
> >
> > On Thu, Dec 16, 1999 at 10:54:10PM -0800, Marc Wandschneider wrote:
> > >
> > >
> > > 	is there a way to set up console mode to do 80x50?  I'm
> > currently actually
> > > using some funky looking swiss font, but would be happy to switch if
> > > required.
> > >
> > > 	kind of like the equivalent of the old DOS mode 80x50.
> > >
> > > 	can this be done?
> > >
> >
> >   # vidcontrol VGA_80x50
> >
> > man vidcontrol for the full range of options. You can also put
> >
> > allscreens_flags="VGA_80x50"
> >
> > in /etc/rc.conf to set it for all console screens at boot-up. As
> > someone pointed out yesterday, the "allscreens_flags" option only
> > works for some vidcontrol options; you can't set fg and bg colours
> > this way, for instance.
> >
> > HTH
> >
> > > 	Thanks!
> > >
> > > 	marc.
> > >
> > >
> > >
> > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > with "unsubscribe freebsd-questions" in the body of the message
> >
> > --
> > PERL has been described as "the duct tape of the Internet"
> > and "the Unix Swiss Army chainsaw"
> > 				- Computer Shopper 12/99
> > ________________________________________________________________
> >       FreeBSD - The Power To Serve http://www.freebsd.org
> >       My Webpage http://ukug.uk.freebsd.org/~mark/
> > mailto:mark@ukug.uk.freebsd.org              http://www.radan.com
> >
> >
> 

-- 
	"there's a long-standing bug relating to the x86 architecture
	that allows you to install Windows too  ;"
				   -Matthew D. Fuller
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.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?19991219001131.A4645>