From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alain Subject: Instaling Xfont Date: Sat, 30 Jul 2005 01:42:24 -0300 Message-ID: <42EB0530.20703@pobox.com> References: <42E83F39.3000104@pobox.com> <200507281945.12142.dr.claudia.neumann@gmx.de> <42EAD8F8.3020004@pobox.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42EAD8F8.3020004@pobox.com> Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Dosemu Hi, I am trying to install a cp850 font without success: I dounloaded cp850.bdf.gz from http://aspell.net/charsets/ # gzunzip cp850.bdf.gz the resulting file cp850.bdf.gz looks just fine # bdftopcf cp850.bdf | gzip > cp850.pcf.gz # mv cp850.pcf.gz /usr/share/dosemu/Xfonts # mkfontdir /usr/share/dosemu/Xfonts I edited the /usr/share/dosemu/Xfonts/fonts.alias and included cp850 -dosemu-vga-medium-r-normal--16-160-75-75-c-80-ibm-cp850 but if I use $_X_font = "cp850" I get the message: ERROR: X: Unable to open font "cp850", using builtin What am I doing wrong? ( I tested many variants of this, including doing it in the /usr/X11R6/lib/X11/fonts/misc and restarting the Xfont server Alain