From owner-freebsd-x11@FreeBSD.ORG Fri Aug 3 15:40:18 2007 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 073B716A419 for ; Fri, 3 Aug 2007 15:40:18 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id 5B73213C480 for ; Fri, 3 Aug 2007 15:40:17 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_08_03_17_40_16 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Fri, 03 Aug 2007 17:40:16 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Fri, 3 Aug 2007 17:40:16 +0200 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l73FeFJj004126 for ; Fri, 3 Aug 2007 17:40:15 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l73FeF8m004125 for freebsd-x11@freebsd.org; Fri, 3 Aug 2007 17:40:15 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Fri, 3 Aug 2007 17:40:15 +0200 From: Ewald Jenisch To: freebsd-x11@freebsd.org Message-ID: <20070803154015.GA4096@aurora.oekb.co.at> References: <20070803125546.GA2880@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070803125546.GA2880@aurora.oekb.co.at> User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 03 Aug 2007 15:40:16.0621 (UTC) FILETIME=[9703B1D0:01C7D5E4] Subject: Re: "Could not open default font 'fixed'" after upgrade 6.9->7.2 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2007 15:40:18 -0000 On Fri, Aug 03, 2007 at 02:55:46PM +0200, Ewald Jenisch wrote: > Hi, > > After successfully upgrading Xorg from 6.9 -> 7.2 as per > /usr/ports/UPDATING I built a new xorg.conf using "Xorg -configure". > > When starting X with the new config-file, i.e. "X -config > xorg.conf.new" it bails bails out with the following error: > > Fatal server error: > could not open default font 'fixed' Hi, Just figured this one out myself a minute ago: The trick was to re-install font-misc-misc and font-cursor-misc. Dunno why these were left out when Installing the Xorg meta-port (i.e. x11/xorg as per UPDATING), but reinstalling them made this error disappear. -ewald