From owner-freebsd-questions Wed Jun 20 19:30:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu26-228-058.nc.rr.com [66.26.228.58]) by hub.freebsd.org (Postfix) with ESMTP id 8F1E637B406 for ; Wed, 20 Jun 2001 19:30:52 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f5L2Umm26072; Wed, 20 Jun 2001 22:30:48 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 20 Jun 2001 22:30:47 -0400 (EDT) From: Joe Clarke To: Radhika Sambamurti Cc: Subject: Re: XFree86-4.03 Font server In-Reply-To: <20010621022536.9266.qmail@web9305.mail.yahoo.com> Message-ID: <20010620222811.O4019-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have XFree 4.0.3 and I'm using xfstt. It works fine for me. There may be other alternatives, but this is what I was using in 3.3.6, and so I just carried it over to 4.0. Once you get xfstt installed, add: FontPath "unix/:7101" to /etc/X11/XF86Config, and make sure xfstt starts before X. I do this by creating a xfstt.sh and a xserver.sh in /usr/X11R6/etc/rc.d. the contents of xfstt.sh are: #!/bin/sh PREFIX=/usr/X11R6 case "$1" in start) ${PREFIX}/bin/xfstt --sync >/dev/null ${PREFIX}/bin/xfstt --user nobody --notcp --daemon && echo -n ' xfstt' ;; stop) /usr/bin/killall xfstt 2>/dev/null && echo -n ' xfstt' ;; *) echo "$0 start | stop" ;; esac (this actually comes with the port) Joe Clarke On Wed, 20 Jun 2001, Radhika Sambamurti wrote: > I am trying to install True Type fonts and have followed > the steps as written in the handbook. But my fonts are not > coming up. I did a pkg_info to look for the font server > that comes installed with XFree86 4 and above. I have > XFree86 4.3 installed on my box. Should I download xfstt ? > How can I find out if the font server has been installed. > > Thanks. Any help will be appreciated. > > Radhika > > ===== > It's all a matter of perspective. You can choose your view by choosing where to stand. > --Larry Wall > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message