From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Bird Subject: Re: How to install vga fonts for doseum in Kubuntu? Date: Wed, 12 Sep 2007 07:32:02 +0100 Message-ID: <200709120732.02540.ajb@spheresystems.co.uk> References: <46E73ECA.2080509@mindspring.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <46E73ECA.2080509@mindspring.com> Content-Disposition: inline Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: Larry Alkoff Cc: dosemu Hi Larry, I'm sure it's a typo, but you are grepping for 10x30 when the font you're interested is 12x30. :-) Best regards, Andrew On Wednesday 12 September 2007 02:20:10 Larry Alkoff wrote: > Running Feisty Fawn Kubuntu. Prior to Feisty, I had dosemu working with > my favorite font vga12x30.pcf.gz in > /usr/local/share/dosemu/Xfonts. > > My fonts line in ~.dosemurc is: > $_X_font = "vga12x30" # The biggest 11" wide x 8.5"high > > Now it doesn't seem to work. > > I have tried: > sudo mkfontdir /usr/local/share/dosemu/Xfonts > sudo fc-cache -f -v > sudo xset fp rehash > xlsfonts |grep 10x30 with no result. > > I also tried making a soft link with: > > sudo ln -s /usr/share/fonts/Xfonts /usr/local/share/dosemu/Xfonts > and repeating the commands. > > What do I need to do for xdosemu to recognize my fonts? > > Larry