Operating System - HP-UX
1850317 Members
2802 Online
104054 Solutions
New Discussion

re: how do we create a font server

 
SOLVED
Go to solution
Jacques Carriere
Regular Advisor

re: how do we create a font server

Does anyone remember how to conver an existing HPux 11.23server into a font server?
4 REPLIES 4
Arunvijai_4
Honored Contributor
Solution

Re: re: how do we create a font server

Hello,

Check this thread,

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=847809
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=22461

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Victor BERRIDGE
Honored Contributor

Re: re: how do we create a font server

Hi Jacques,

Xfont server?
/sbin/init.d/xfs stop/start


All the best
Victor
A. Clay Stephenson
Acclaimed Contributor

Re: re: how do we create a font server

1) Edit ./etc/rc.config.d/xfs and set RUN_X_FONT_SERVER=1; save the file.

2) Xfs will now start automatically upon boot; you can start it manually via
/sbin/init.d/xfs start
If it ain't broke, I can fix that.
Jacques Carriere
Regular Advisor

Re: re: how do we create a font server

thanks to all
Jacques