From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 16:51:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFAAC16A4D0 for ; Tue, 15 Mar 2005 16:51:05 +0000 (GMT) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A5343D1D for ; Tue, 15 Mar 2005 16:51:05 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0IDE00JQTK54DWK0@vms048.mailsrvcs.net> for freebsd-questions@freebsd.org; Tue, 15 Mar 2005 10:51:05 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 556882CE75B; Tue, 15 Mar 2005 08:51:04 -0800 (PST) Date: Tue, 15 Mar 2005 08:51:03 -0800 From: "Michael C. Shultz" In-reply-to: <200503150846.07378.ringworm01@gmail.com> To: freebsd-questions@freebsd.org Message-id: <200503150851.03995.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200503150846.07378.ringworm01@gmail.com> User-Agent: KMail/1.7.2 Subject: Re: error xserver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 16:51:05 -0000 On Tuesday 15 March 2005 08:46 am, Michael C. Shultz wrote: > On Tuesday 15 March 2005 08:03 am, Gert Cuykens wrote: > > error xserver cant find default font 'fixed' > > > > So what does your magical glass bowl tell you about this error and > > how to fix it so i can startup my xserver again. > > Tried to warn you to leave the xorg stuff alone. Reinstall the fonts > you removed earlier: > > xorg-fonts-100dpi-6.7.0 dir -=> > /usr/ports/x11-fonts/xorg-fonts-100dpi xorg-fonts-100dpi-6.7.0 dir > -=> /usr/ports/x11-fonts/xorg-fonts-75dpi > > should do it, if not just make install /usr/ports/x11/xorg and then > leave xorg stuff alone. > > -Mike Just one other note, If you have been upgrading with portmanager you should have either /usr/ports/packages/All/xorg-6.8.1.tbz or /usr/ports/x11/xorg/xorg-6.8.1.tbz which means you can do pkg_add /usr/ports/packages/All/xorg-6.8.1.tbz or /usr/ports/x11/xorg/xorg-6.8.1.tbz and quickly recover everything instead of rebuilding. -Mike