Date: Wed, 20 Jun 2001 22:30:47 -0400 (EDT) From: Joe Clarke <marcus@marcuscom.com> To: Radhika Sambamurti <radhika_narendran@yahoo.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: XFree86-4.03 Font server Message-ID: <20010620222811.O4019-100000@shumai.marcuscom.com> In-Reply-To: <20010621022536.9266.qmail@web9305.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010620222811.O4019-100000>
