From owner-freebsd-emulation Sun Dec 21 07:36:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA08249 for emulation-outgoing; Sun, 21 Dec 1997 07:36:41 -0800 (PST) (envelope-from owner-freebsd-emulation) Received: from freebsd.scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA08233 for ; Sun, 21 Dec 1997 07:36:37 -0800 (PST) (envelope-from jseger@freebsd.scds.com) Received: (from jseger@localhost) by freebsd.scds.com (8.8.8/8.8.5) id KAA28517; Sun, 21 Dec 1997 10:57:39 -0500 (EST) Date: Sun, 21 Dec 1997 10:57:39 -0500 (EST) Message-Id: <199712211557.KAA28517@freebsd.scds.com> From: "Justin M. Seger" To: emulation@freebsd.org Subject: doscmd wants vga font Sender: owner-freebsd-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk When I try to run doscmd with the -x option I get the message: Could not open font ``vga'' Where can I get this font, or fix this message? Thanks in advance, -Justin Seger- From owner-freebsd-emulation Sun Dec 21 08:56:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA11948 for emulation-outgoing; Sun, 21 Dec 1997 08:56:11 -0800 (PST) (envelope-from owner-freebsd-emulation) Received: from firewall.ftf.dk (root@mail.ftf.dk [129.142.64.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA11942 for ; Sun, 21 Dec 1997 08:56:06 -0800 (PST) (envelope-from regnauld@deepo.prosa.dk) Received: from mail.prosa.dk ([192.168.100.2]) by firewall.ftf.dk (8.7.6/8.7.3) with ESMTP id TAA16656; Sun, 21 Dec 1997 19:35:35 +0100 Received: from deepo.prosa.dk (deepo.prosa.dk [192.168.100.10]) by mail.prosa.dk (8.8.5/8.8.5/prosa-1.1) with ESMTP id SAA09103; Sun, 21 Dec 1997 18:23:27 +0100 (CET) Received: (from regnauld@localhost) by deepo.prosa.dk (8.8.7/8.8.5/prosa-1.1) id RAA26540; Sun, 21 Dec 1997 17:55:00 +0100 (CET) Message-ID: <19971221175459.13540@deepo.prosa.dk> Date: Sun, 21 Dec 1997 17:54:59 +0100 From: Philippe Regnauld To: "Justin M. Seger" Cc: emulation@FreeBSD.ORG Subject: Re: doscmd wants vga font References: <199712211557.KAA28517@freebsd.scds.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199712211557.KAA28517@freebsd.scds.com>; from Justin M. Seger on Sun, Dec 21, 1997 at 10:57:39AM -0500 X-Operating-System: FreeBSD 2.2.5-RELEASE i386 Sender: owner-freebsd-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Justin M. Seger writes: > > When I try to run doscmd with the -x option I get the message: > Could not open font ``vga'' Use the option: X11_FONT=vga ... in your .doscmdrc. If you don't have a VGA font, substitute another ('fixed' works, but you won't get cp435 charset). > Where can I get this font, or fix this message? bochs (http://world.std.com/~bochs) distribution has one shipped with it. -- -[ Philippe Regnauld / sysadmin / regnauld@deepo.prosa.dk / +55.4N +11.3E ]- "Pluto placed his bad dog at the entrance of Hades to keep the dead IN and the living OUT! The archetypical corporate firewall?" - S. Kelly Bootle, about Cerberus ["MYTHOLOGY", in Marutukku distrib] - From owner-freebsd-emulation Sun Dec 21 20:13:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA24052 for emulation-outgoing; Sun, 21 Dec 1997 20:13:57 -0800 (PST) (envelope-from owner-freebsd-emulation) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA24047 for ; Sun, 21 Dec 1997 20:13:49 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id OAA00465; Mon, 22 Dec 1997 14:37:52 +1030 (CST) Message-Id: <199712220407.OAA00465@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Justin M. Seger" cc: emulation@freebsd.org Subject: Re: doscmd wants vga font In-reply-to: Your message of "Sun, 21 Dec 1997 10:57:39 CDT." <199712211557.KAA28517@freebsd.scds.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Dec 1997 14:37:51 +1030 From: Mike Smith Sender: owner-freebsd-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > When I try to run doscmd with the -x option I get the message: > Could not open font ``vga'' > > Where can I get this font, or fix this message? You can get the font from the pcemu port. It should (perhaps?) have been included with the import of doscmd (arguable). mike