From owner-freebsd-questions Fri Jan 2 01:56:11 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA21649 for questions-outgoing; Fri, 2 Jan 1998 01:56:11 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from proxy3.ba.best.com (root@proxy3.ba.best.com [206.184.139.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA21644 for ; Fri, 2 Jan 1998 01:56:08 -0800 (PST) (envelope-from bsampley@best.com) Received: from bsampley.my.domain (stk-pm1-49-49.dialup.slip.net [207.171.231.49]) by proxy3.ba.best.com (8.8.8/8.8.BEST) with SMTP id BAA10168; Fri, 2 Jan 1998 01:55:40 -0800 (PST) Date: Fri, 2 Jan 1998 01:54:15 -0800 (PST) From: Burton Sampley X-Sender: bsampley@bsampley.my.domain To: Strobel <100730.3706@compuserve.com> cc: FreeBSD Subject: Re: X-Server under FreeBSD2.2.5 In-Reply-To: <199801011930_MC2-2DBD-6979@compuserve.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had this same problem. I couldn't find the reply from XI so I searched the archives (in -current). For XIGv3.1 here's their solution (BTW, I would ignore the recomendation to rm font.alias): Hello Burton (and FreeBSD-current readers), The problem you are seeing is due to XF86 shipping their fonts in gzipped format. The X server does not know how to uncompress them. This is not of course something that we could know, since v3.1 shipped well before the XF86 release. And it is not something seen when running with AcceleratedX's CDE product, since we ship our own X libs and fonts with this. The solution: unix-prompt> cd /path/to/fonts unix-prompt> rm fonts.dir fonts.alias fonts.scale (note: not all files are necessarily present in each dir) unix-prompt> gzip -d * unix-prompt> compress * unix-prompt> mkfontdir Repeat for each font directory you are going to use - these are listed in the /etc/Xaccel.ini file... NOTE: This was dated around Jun 1997. Hope this helps. - burton - --------------- Burton Sampley bsampley@best.com or bsampley@haywire.csuhayward.edu PGP key available at http://www.best.com/~bsampley/pgp.html On Thu, 1 Jan 1998, Strobel wrote: > Date: Thu, 1 Jan 1998 19:27:23 -0500 > From: Strobel <100730.3706@compuserve.com> > To: FreeBSD > Subject: X-Server under FreeBSD2.2.5 > > Hi, > i want to run the FreeBSD 2.2.5 System, but there is a problem with the > Accelerated X-Server V2.1 i am using. The raw installation works fine, but > when i start the X-Server in test mode with: > /usr/X11R6/bin/Xaccel > i got the following error message: > > PCI (#1/1, 8000 000c) > Matrox,16: 2064,TVP3026 (8192k, @e2000000, [0,000 - 220,000Mhz]) > failed to set default font path 'here comes the default font path ....' > Fatal server error: > could not open default font 'fixed' > > On my old FreeBSD 2.1.5 everthing work fine. Can somebody help me with this > problem? > By the way, the same error occurs under FreeBSD 3.0 Snapshot. > > Thanks > > Andreas >