Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > ed2c785ccbb900bb3a878ae9ae2ad3ab > files > 14

fonts-type1-cyrillic-1.1-9mdv2008.1.noarch.rpm

Very basic instructions.
For more information read http://lml.bas.bg/~anton/linux/Bulgarization.html
1. Extract the package somewhere:
tar xvfz teams.tar.gz
2. If you want place the directory of the fonts somewhere

For example:
cp -R teams/Teams /usr/X11R6/lib/X11/fonts (you need to be root for that)
or if you are not root:
cp -R teams/Teams ~/Teams

3. If you are root and want the fonts available sistem wise:
add the path in the configuration file of your X font server (possibly /etc/X11/fs/config)
seek for the word catalogue

catalogue = /usr/X11R6/lib/X11/fonts/misc:unscaled,
	/usr/X11R6/lib/X11/fonts/75dpi:unscaled,
	/usr/X11R6/lib/X11/fonts/misc,
	/usr/X11R6/lib/X11/fonts/Type1,
	/usr/X11R6/lib/X11/fonts/Speedo,
	/usr/X11R6/lib/X11/fonts/75dpi,
	/usr/share/fonts/default/TrueType,
	/usr/share/fonts/default/Type1
	/usr/X11R6/lib/X11/fonts/Teams

/etc/X11
If you use older X server - they handle fonts internally. This section is included in their configuration file (possibly /etc/X11/XF86Config)


FontPath   "/usr/X11R6/lib/X11/fonts/misc"
FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath   "/usr/share/fonts/default/TrueType"
FontPath   "/usr/share/fonts/default/Type1"
FontPath   "/usr/X11R6/lib/X11/fonts/Teams"

restart the X font server and the X server. (if you don't know how to do that - restart your system)

4. If you are either not root or don't want a sistemwise installation:

add the lines:
xset +fp ~/Teams
xset fp rehash


somewhere in your ~/.Xclents file

Restart your X session. (log out and then in again).