From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1M8bgE-0004RG-8q for garchives@archives.gentoo.org; Mon, 25 May 2009 15:01:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9DD8E0351; Mon, 25 May 2009 15:01:32 +0000 (UTC) Received: from mail.lysator.liu.se (mail.lysator.liu.se [130.236.254.3]) by pigeon.gentoo.org (Postfix) with ESMTP id 9CD34E0351 for ; Mon, 25 May 2009 15:01:32 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 6253040010 for ; Mon, 25 May 2009 17:01:05 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1674) id 5419640039; Mon, 25 May 2009 17:01:05 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.7-deb3 (2006-10-05) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.7-deb3 Received: from [192.36.220.77] (unknown [192.36.220.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTP id 02D8840010 for ; Mon, 25 May 2009 17:01:05 +0200 (CEST) Message-ID: <4A1AB2C6.1050601@lysator.liu.se> Date: Mon, 25 May 2009 17:01:26 +0200 From: Mats Persson User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] xterm fonts not loaded References: <4A09957B.50906@gmail.com> <58965d8a0905121205r12d5db39w86a3cc70b14f3f9a@mail.gmail.com> <58965d8a0905121211g10b45588r9e1116f629b414c3@mail.gmail.com> In-Reply-To: <58965d8a0905121211g10b45588r9e1116f629b414c3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Archives-Salt: ddababdf-ca33-459e-9e59-e4d0782b0f47 X-Archives-Hash: 5dd261b90d81066fe9654e1579d61dd7 Paul Hartman skrev: > On Tue, May 12, 2009 at 2:05 PM, Paul Hartman > wrote: >> On Tue, May 12, 2009 at 10:27 AM, Valmor de Almeida >> wrote: >>> Hello, >>> >>> After an update to xorg-1.5.3 (with hal), following the gentoo xorg 1.5 >>> update guide doc, I get warnings when launching a simple xterm. Also >>> when trying to change the font size (ctrl+left_mouse_button) I get >>> additional warnings and no font change. Do I need to emerge font packages? >> Maybe re-emerge the fonts that you have installed. > > And specifically make sure that media-fonts/font-misc-misc is not > having problems. > I had the same problem with fonts in xterm. I had the errors: Warning: Cannot convert string "nil2" to type FontStruct xterm: cannot load font 7x14 The solution for me was to emerge the media-fonts/font-misc-misc package. It seems that xorg-server-1.5.3 doesn't depend on this, unlike older xorg-server versions. The fonts dependencies has moved to the newer x11-base/xorg-x11-7.4 package. /Mats Persson