umm, /usr/ttfonts sudah diisi true type fonts? trus kemarin yg saya
kasih itu defaultnya di tempat saya pake 7100, nggak tau di tempat
anda pake brp.
coba xfstt --sync untuk liat brp fonts yg dikenalin. kalo nggak ada
fonts yg dikenali ya nggak jalan.
anyway, ini kalo mau sysvinitscript buat xfstt pasang di
/etc/rc.d/init.d/xfstt trus chown root.root, chmod +x, jalanin
chkconfig --add xfstt, trus jalanin scriptnya:
# /etc/rc.d/init.d/xfstt start
edit scriptnya buat nyesuaiin pathnya.
[-- oleh-oleh script --]
#!/bin/sh
#
# chkconfig: 345 95 05
# description: A X11 fontserver for TrueType fonts.
XFSTT=/usr/X11R6/bin/xfstt
. /etc/rc.d/init.d/functions
case "$1" in
start)
echo -n "Starting xfstt: "
$XFSTT --sync > /dev/null
daemon $XFSTT --daemon
echo
;;
stop)
echo -n "Shutting down xfstt: "
killproc $XFSTT
echo
;;
restart)
$0 stop
$0 start
;;
status)
status xfstt
;;
*)
echo "Usage: $0 {start|stop|restart|status}"
exit 1
esac
exit 0
[-- end oleh-oleh --]
--
Ronny Haryanto
--------------------------------------------------------------------------
Utk berhenti langganan, kirim email ke [EMAIL PROTECTED]
Informasi arsip di http://www.linux.or.id/milis.php3
Pengelola dapat dihubungi lewat [EMAIL PROTECTED]
Hosted by http://www.Indoglobal.com