From owner-freebsd-x11@FreeBSD.ORG Tue May 22 03:20:15 2007 Return-Path: X-Original-To: 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 47B6816A41F for ; Tue, 22 May 2007 03:20:15 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.225]) by mx1.freebsd.org (Postfix) with ESMTP id 0888613C447 for ; Tue, 22 May 2007 03:20:14 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so2462178nze for ; Mon, 21 May 2007 20:20:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=R+lcgz3gLlCxX1WzomBRYjhWWJXSlZL/tiYx37SElcpA1Q9weDSuVoc9CuKtuF6bD/vuZPIwViCGrQvNhH3ak/ZJzKB/VKxP1TrXUstnYdgd+MgI1i6RpB5LGCoyQINHcE8IvzlEYPDEmBbTUG/dZ3gZsCnQqG6blWtm5hL73WM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j066zBUFQcGMAMqWRWrk3Liyf8fQqOStys5+CQIDqoapXRLOpnIposO1uLyWJkNhiZZFBgJrGZ6n+ph6ZLreAA2Zrs9ZGj7fWJlY/4Q29/LbvPW5ZmJTDnsaq/TUE611QF0fMHWJX+WVS+jk/cWBjFzyzRgOADbK3g44wUVQ0uI= Received: by 10.65.253.6 with SMTP id f6mr12210136qbs.1179804014476; Mon, 21 May 2007 20:20:14 -0700 (PDT) Received: by 10.64.193.13 with HTTP; Mon, 21 May 2007 20:20:14 -0700 (PDT) Message-ID: <6eb82e0705212020m3cb39e06n41a18aae82bd4438@mail.gmail.com> Date: Tue, 22 May 2007 11:20:14 +0800 From: "Rong-en Fan" To: "Dejan Lesjak" In-Reply-To: <200705201957.27114.dejan.lesjak@ijs.si> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6eb82e0705201034u1987e2bbr3a791b08957186e2@mail.gmail.com> <200705201957.27114.dejan.lesjak@ijs.si> Cc: x11@freebsd.org Subject: Re: x11-servers/xorg-vfbserver requires fonts 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: Tue, 22 May 2007 03:20:15 -0000 On 5/21/07, Dejan Lesjak wrote: > On Sunday 20 May 2007 19:34:51 Rong-en Fan wrote: > > It requires some x fonts installed, not just the library. > > Otherwise, it won't start and complains can not find > > the 'fixed' font. > > This has always been the case (if you don't install xorg metaport). You can > either provide the font via font server or install it locally. The new thing > is that apart from the actual x11-fonts/font-misc-misc you need also > x11-fonts/font-alias installed for x server to find 'fixed' font. Now I remembered why I install xorg-fonts-miscbitmaps package in xorg 6.9. I suggest we install this either as default or put an OPTIONS, so the problem can be avoided. Thanks, Rong-En Fan > > Dejan >