From owner-freebsd-x11@FreeBSD.ORG Mon May 21 20:47:54 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C39DC16A41F for ; Mon, 21 May 2007 20:47:54 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 6E27313C469 for ; Mon, 21 May 2007 20:47:52 +0000 (UTC) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by mail.ijs.si (Postfix) with ESMTP id 798A419287D; Mon, 21 May 2007 22:47:51 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1179780471; bh=poLDv3k88zG36M5NxoymrOFUbMA=; h=DomainKey-Signature: X-Virus-Scanned:Received:Received:Received:Received:From: Organization:To:Subject:Date:User-Agent:Cc:References:In-Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding: Content-Disposition:Message-Id; b=Px31Wr/WmVwLaWJm4ORFoLnGiEv1RhqX sCnoAwcVIgZDwMbeFUsOT70rVUghQca6DT2kpaMsioxx8xoLIg9FTfK5fOl7A5C4C0e AP0wu/CLowp8h3ul5FyUbh0i1dOgE DomainKey-Signature: a=rsa-sha1; s=ja-200610; d=ijs.si; c=nofws; q=dns; h=x-virus-scanned:received:received:received:received:from: organization:to:subject:date:user-agent:cc:references:in-reply-to: mime-version:content-type:content-transfer-encoding: content-disposition:message-id; b=oIU0IJwGtFDjd0slXI62sYvhPhzr09QW9HEoSb90iF9IjRLQ86al7MvHlUkiRwCGG 01t3GA3e3oEKQ7Li7fZFX40wNklu/+n+AKBFhuVfllNKMQqgegkgdP5ChnvRu74 X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (mail.ijs.si [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id BqKLhi4gMgkO; Mon, 21 May 2007 22:47:50 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id EF1CD19287C; Mon, 21 May 2007 22:47:49 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edina.ijs.si (Postfix) with ESMTP id E341C51194; Mon, 21 May 2007 22:47:49 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (8.13.8/8.13.8) with ESMTP id l4LKlnJx097201; Mon, 21 May 2007 22:47:49 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org Date: Mon, 21 May 2007 22:47:47 +0200 User-Agent: KMail/1.9.6 References: <6684c7480705211256r385ce0f7w78e0f40f00a60da2@mail.gmail.com> In-Reply-To: <6684c7480705211256r385ce0f7w78e0f40f00a60da2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705212247.48535.dejan.lesjak@ijs.si> Cc: Subject: Re: "Fixed" font not found after upgrade to 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: Mon, 21 May 2007 20:47:54 -0000 On Monday 21 May 2007 21:56:34 Krzysztof Jurewicz wrote: > I've upgraded to xorg-7.2, trying to do it as described in > /usr/ports/UPDATING, though not everything went well and not > everything was done exactly accordingly. Then, after reboot, Xorg told > me something about not found pcidata module. After deleting > /etc/X11/xorg.conf it wasn't a problem, but Xorg "could not open > default font 'fixed'". > > xorg-fonts-miscbitmaps is installed (and reinstalled), so I suppose > the problem is in deleting some files from /usr/X11R6 to make merging > script work. > > There is Xorg.0.log and console output of upgrade process available at > http://jurewicz.org.pl/xorg/Xorg.0.log.bz2 and > http://jurewicz.org.pl/xorg/xorg-upgrade.bz2 It seems fonts did not get installed properly. Output of "ls -l /usr/local/lib/X11/fonts/misc" might help, but you might just go ahead and try to reinstall font-misc-misc and font-cursor-misc. Dejan