Next Previous Contents

5. Font server

Also, I recommend you run an X font server on the server. To do this, create a file /etc/conf.xfs which contains

        catalogue=/usr/X11R6/lib/X11/fonts/misc,
                /usr/X11R6/lib/X11/fonts/75dpi,
                /usr/X11R6/lib/X11/fonts/100dpi,
                /usr/X11R6/lib/X11/fonts/Speedo,
                /usr/X11R6/lib/X11/fonts/Type1,
                /usr/X11R6/lib/X11/fonts/cyrillic
        

and start the X font server like this

/usr/X11R6/bin/xfs -config /etc/conf.xfs &

5.1 Some notes

If you are using ApplixWare, the X terminals need access to some special fonts. Add in the font server configuration the line

        /opt/applix/axfonts/all_pcf
        

at the end (after cyrillic,) and restart the font server. Every X terminal will be able to use Applix. Check the license though :-)


Next Previous Contents