DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Changing fonts

Choosing a font server host

To change which font server an X server uses, change the X server startup command to specify the desired host. For example, if you are starting an X server from the Xservers file, and you want the server to obtain fonts from the host boston, follow these steps:

  1. Log in as root.

  2. Edit the file /usr/lib/X11/scologin/Xservers.

  3. Change the hostname variable to the desired host. For example, to connect to the host boston using TCP port 7000:
       :0 local /usr/bin/X11/X :0 -crt /dev/tty02 -fp tcp/boston:7000
    

  4. To make this change take effect, stop then restart the X server.

Note that in the Xservers file, you can set the font path to include not only a remote font server but also local system fonts. For example, in step 2, above, you could use the following font path:

   -fp tcp/boston:7000,/usr/X11/fonts/Speedo,/usr/lib/X11/fonts/misc
This adds to the font path the directories Speedo and misc on the local system.
Next topic: Changing font server TCP ports
Previous topic: Configuring default font size and resolutions

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003