Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2000 16:28:56 +0200
From:      Marc Fonvieille <fonvi@club-internet.fr>
To:        Ariel Burbaickij <Ariel.Burbaickij@mni.fh-giessen.de>
Cc:        freebsd-emulation@FreeBSD.ORG
Subject:   Re: Almost traditional woes with doscmd
Message-ID:  <20000408162856.A24534@vobiscum.styx.org>
In-Reply-To: <Pine.GSO.4.10.10004081414300.21406-100000@sun33>; from Ariel.Burbaickij@mni.fh-giessen.de on Sat, Apr 08, 2000 at 02:19:32PM %2B0200
References:  <Pine.GSO.4.10.10004081414300.21406-100000@sun33>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 08, 2000 at 02:19:32PM +0200, Ariel Burbaickij wrote:
> I got the most common error message(at least it is my empression after
> reading archives) with doscmd :
> Could not open "vga" font
> I have set X11_FONT=vga in /etc/doscmdrc - no improvements
> I use 3.3-RELEASE.
>

You have to install vga font.

Get pcemu1.01alpha.tar.gz (make fetch in /usr/ports/emulators/pcemu). In
this tarball there's a «vga.bdf» file, get it.

type:
	bdftopcf -o vga.pcf vga.bdf
(that give you the file vga.pcf)
	cp vga.pcf /usr/X11R6/lib/X11/fonts/misc/
	compress /usr/X11R6/lib/X11/fonts/misc/vga.pcf
	mkfontdir /usr/X11R6/lib/X11/fonts/misc/
	xset fp rehash

that's all

Marc


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




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