From owner-freebsd-questions@FreeBSD.ORG Mon Dec 27 08:00:00 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED69E1065673 for ; Mon, 27 Dec 2010 08:00:00 +0000 (UTC) (envelope-from frank@esperance-linux.co.uk) Received: from asmtp1.iomartmail.com (asmtp1.iomartmail.com [62.128.201.248]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0608FC1C for ; Mon, 27 Dec 2010 08:00:00 +0000 (UTC) Received: from asmtp1.iomartmail.com (localhost.localdomain [127.0.0.1]) by asmtp1.iomartmail.com (8.13.8/8.13.8) with ESMTP id oBR7xwXx029609; Mon, 27 Dec 2010 07:59:58 GMT Received: from orange.esperance-linux.co.uk (80-45-152-196.static.dsl.as9105.com [80.45.152.196]) (authenticated bits=0) by asmtp1.iomartmail.com (8.13.8/8.13.8) with ESMTP id oBR7xvWG029605; Mon, 27 Dec 2010 07:59:58 GMT Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id 9003633C1F; Mon, 27 Dec 2010 07:59:57 +0000 (GMT) Date: Mon, 27 Dec 2010 07:59:57 +0000 From: Frank Shute To: Xn Nooby Message-ID: <20101227075957.GB69973@orange.esperance-linux.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.2-PRERELEASE amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions@freebsd.org Subject: Re: Do I need a xorg.conf to use webfonts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2010 08:00:01 -0000 On Mon, Dec 27, 2010 at 01:41:50AM -0500, Xn Nooby wrote: > > I installed FreeBSD 8.1, and the xorg package automatically detected > my video-card and monitor. I did not have to create an xorg.conf > file. > > If I want to webpages to look better in Firefox, I think I need to > install the "webfonts" package. Section 5.5.2 of the Handbook seems > to say I need to modify my xorg.conf to use True Type fonts. > > Do I need to create an xorg.conf to modify, or does the X server > automatically use new TTF fonts? What you want to do is add it to your fontpath by putting something like this in your ~/.xinitrc: xset +fp /usr/local/lib/X11/fonts/webfonts/ xset fp rehash Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html