From owner-freebsd-x11@FreeBSD.ORG Mon May 21 20:52:45 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 F104316A468 for ; Mon, 21 May 2007 20:52:45 +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 9E19E13C45A for ; Mon, 21 May 2007 20:52:45 +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 A912D19284F; Mon, 21 May 2007 22:52:44 +0200 (CEST) DKIM-Signature: v=0.5; a=rsa-sha1; c=relaxed/simple; d=ijs.si; s=ja-200610; t=1179780764; bh=ayUeVpWNXvn6FbLldCWfaVHDZ88=; h=DomainKey-Signature: X-Virus-Scanned:Received:Received:Received:Received:From: Organization:To:Subject:Date:User-Agent:References:In-Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding: Content-Disposition:Message-Id; b=mR1qykGEIo/IR7gHsez8ffBbO9RRQ1kI iOilgUoONW1lFNSIW8JwpW1eANNTrE+KQlq7bGDKep4nI/u4eYLdp3f5LU6fDG5wMq3 dDHoIUwJ7+Wd1oL+q/BfzqZ8y51PR 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:references:in-reply-to: mime-version:content-type:content-transfer-encoding: content-disposition:message-id; b=T3hnAAOTHUVFkCIeYpOKkh78lBhGU5EAqw3oGUSkbOLXvKJwV2qffgfDbsNYm6tZt 6IRto+ElhsQMpqF4FO0/hr5NjRXjpLYhY2oB0u1IKEKXRFNafTHzq6lRUxn+UxI 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 48QoV7PW0EY5; Mon, 21 May 2007 22:52:43 +0200 (CEST) Received: from edina.ijs.si (edina.ijs.si [193.2.4.3]) by mail.ijs.si (Postfix) with ESMTP id 437A5192836; Mon, 21 May 2007 22:52:43 +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 0AA075115A; Mon, 21 May 2007 22:52:43 +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 l4LKqgoJ097243; Mon, 21 May 2007 22:52:42 +0200 (CEST) (envelope-from dejan.lesjak@ijs.si) From: Dejan Lesjak Organization: IJS To: freebsd-x11@freebsd.org, gkapet@math.uoc.gr Date: Mon, 21 May 2007 22:52:41 +0200 User-Agent: KMail/1.9.6 References: <45894.147.52.67.182.1179778577.squirrel@www.math.uoc.gr> In-Reply-To: <45894.147.52.67.182.1179778577.squirrel@www.math.uoc.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705212252.42099.dejan.lesjak@ijs.si> Cc: Subject: Re: "fixed" font problem 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:52:46 -0000 On Monday 21 May 2007 22:16:17 Giorgos Kapetanakis wrote: > Hi all! > > I just updated my xorg to version 7.2 following the procedure described in > UPDATING. > > Everything compiled OK, but running xorgcfg (or startx) gives > > Fatal server error: > could not open default font 'fixed' > Cannot connect to X server > > I have installed (and updated) all the xorg-fonts* ports, and the > font-alias port. I also have tried deinstalling and reinstalling the > xorg-font* ports. xorg-font* are metaports, they don't actually (re)install anything. Reinstalling font-* ports might make a difference. > Any ideas?? > > (running FreeBSD 6.2-STABLE) X server log (most probably /var/log/Xorg.0.log) might show some more clues. Dejan