|
|
You can configure the font server to start when a user starts the X server using startx. Follow these steps to start the font server either from the system file sys.startxrc or from a user's $HOME/.startxrc file:
xset fp=tcp/server:portThe server is the name of the machine on which the font server is running, and port is the TCP port on which font server is broadcasting (by default 7000). For example, this line causes the X server to request fonts from the server boston which is running a font server that is broadcasting on TCP port 7000:
xset fp=tcp/boston:7000