From owner-freebsd-current Sun Jun 22 22:07:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA12094 for current-outgoing; Sun, 22 Jun 1997 22:07:42 -0700 (PDT) Received: from fog.XiG.com (drang.xig.com [199.164.187.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA12089 for ; Sun, 22 Jun 1997 22:07:37 -0700 (PDT) Received: (from smap@localhost) by fog.XiG.com (8.8.3/8.7.3) id XAA03644; Sun, 22 Jun 1997 23:07:23 -0600 (MDT) X-Authentication-Warning: fog.XiG.com: smap set sender to using -f Received: from devserve.xig.com(192.168.208.222) by fog.XiG.com via smap (V1.3) id sma003637; Sun Jun 22 23:07:15 1997 Received: from chon.xig.com (chon.XiG.com [192.168.128.134]) by devserve.xig.com (8.7.5/8.6.12) with ESMTP id XAA26061; Sun, 22 Jun 1997 23:06:37 -0600 (MDT) Received: (from patrick@localhost) by chon.xig.com (8.8.4/8.6.12) id XAA01822; Sun, 22 Jun 1997 23:06:27 -0600 Date: Sun, 22 Jun 1997 23:06:27 -0600 Message-Id: <199706230506.XAA01822@chon.xig.com> From: Patrick Giagnocavo MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Burton Sampley , current@freebsd.org Subject: Accelerated-X v3.1 and XF86 3.3 In-Reply-To: References: X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Reply-To: support@Xig.com Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Burton Sampley writes: > Greetings, > > I just finished installing FBSD 3.0-current with XFree86 3.3. When I > attempt to start X (using 'startx') with Accelerated X v3.1 (correctly > installed following the documented instructions) I keep getting the > following error (actually in attached file). I recently 'nuked' my hard > drives and did a new, clean install from the 3.0-SNAP 970618. Has anybody > else had this problem (FYI: This message is being sent to both > FreeBSD-current mailing list and support@xig.com)? If you've had the > problem, what was your solution. X will start if I change the comma's > separating the fontpath statements, but I can only use the 'fixed' font > and nothing else. Before I 'nuked' my HD's I made a backup of my old 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... Cordially -- Patrick Giagnocavo - support@xig.com Xi Graphics - Accelerated X Servers Technical Support Department