I have installed some fonts for mozilla and it seems the only way I can get
theses fonts recognized is by starting an xterm and doing:
xset fp+ /usr/X1R6/lib/X11/fonts/moz

I would like to have these fonts available when I start an X session without
the need to start an xterm an using the above command. However all my attempts
have failed. I would welcome any suggestions as to how I could accomplish this.

My /etc/X11/fs/config is:

#
# Default font server configuration file for Red Hat Linux 6.0
#

# allow a max of 10 clients to connect to this font server
client-limit = 10

# when a font server reaches its limit, start up a new one
clone-self = on

# alternate font servers for clients to use
#alternate:unscaled,te-servers = foo:7101,bar:7102

# where to look for fonts
# Some of these are commented out, i.e. the TrueType and Type1
# directories in /usr/share, because they aren't forced to be
# installed alongside X.
#
catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
        /usr/X11R6/lib/X11/fonts/100dpi:unscaled,
        /usr/X11R6/lib/X11/fonts/75dpi:unscaled,
        /usr/X11R6/lib/X11/fonts/moz:unscaled,
        /usr/X11R6/lib/X11/fonts/misc,
        /usr/X11R6/lib/X11/fonts/Type1,
        /usr/X11R6/lib/X11/fonts/Speedo,
        /usr/X11R6/lib/X11/fonts/mdk,
        /usr/share/fonts/default/Type1,
        /usr/share/fonts/ttf/big5,
        /usr/share/fonts/ttf/decoratives,
        /usr/share/fonts/ttf/gb2312,
        /usr/share/fonts/ttf/japanese,
        /usr/share/fonts/ttf/korean,
        /usr/share/fonts/ttf/western,
        /usr/X11R6/lib/X11/fonts/100dpi,
        /usr/X11R6/lib/X11/fonts/75dpi,
        /usr/X11R6/lib/X11/fonts/cyrillic,
        /usr/share/fonts/ISO8859-2/100dpi,
        /usr/share/fonts/ISO8859-2/misc,
        /usr/share/fonts/ISO8859-2/75dpi,
        /usr/share/fonts/ISO8859-2/Type1,
        /usr/share/fonts/ISO8859-9/100dpi,
        /usr/share/fonts/ISO8859-9/misc,
        /usr/share/fonts/ISO8859-9/75dpi,
        /usr/X11R6/lib/X11/fonts/drakfont/
        

# in 12 points, decipoints
default-point-size = 120

# 100 x 100 and 75 x 75
default-resolutions = 100,100,75,75

# how to log errors
use-syslog = on

        Thank's for any help,
                Dave

Reply via email to