From owner-freebsd-stable Thu Nov 15 7:28:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) by hub.freebsd.org (Postfix) with ESMTP id 56D6D37B417 for ; Thu, 15 Nov 2001 07:28:28 -0800 (PST) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.11.6/8.11.6) with ESMTP id fAFFPoG60303; Thu, 15 Nov 2001 15:25:50 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: j mckitrick Cc: Richard Nyberg , freebsd-stable@FreeBSD.ORG Subject: Re: Netscape multitasking less smoothly? In-Reply-To: Message from j mckitrick of "Thu, 15 Nov 2001 15:18:06 GMT." <20011115151806.A9638@dogma.freebsd-uk.eu.org> Date: Thu, 15 Nov 2001 15:25:50 +0000 Message-ID: <60301.1005837950@thrush.ravenbrook.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 2001-11-15 15:18:06+0000, j mckitrick writes: > | However, independently of which browser I use I always set it to use the > | 'Verdana' and 'Courier New' fonts from "ports/x11-fonts/webfonts". > > For some odd reason, i never got webfonts to work. X complained every > time it started that the directories for fonts were incorrect. In > netscape, there were no TT fonts listed, so i gave up. I wish this > werent' so difficult. It's the most significant problem i have had with > FreeBSD lately. I just did it this afternoon, prompted by Richard Nyberg's message. From scratch, it went something like this: # cd /usr/ports/x11-fonts/webfonts && make install # cd /usr/ports/x11-servers/Xfstt && make install # ln -s /usr/X11R6/lib/X11/fonts/webfonts /usr/X11R6/lib/X11/fonts/TrueType/webfonts # xfstt --sync # xfstt --user nobody --notcp --daemon # xset fp+ unix/:7101 That was it; I didn't even have to restart Mozilla. The symlink is vital, otherwise Xfstt won't see the webfonts. Also add this to your XF86Config "Files" section, so it gets picked up again when you restart X: FontPath "unix/:7101" This is 4.4-RELENG with XFree86 3.3.6. I gather that on XFree86 4 you don't need Xfstt. Nick B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message