【ホームページへ】 【Linux MLD 4 サポート】 【XF86Config ファイルについて】
Linux MLD 4 Q&AFiles セクションについて
以下の設定ファイルは,あくまでも個人の環境によって 違いますので 注意してください。 ここでは,色名(RGB)のデータベースとシステムフォントが 格納されている場所をXサーバに示しています。
------------------------------------------------------------------------
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
RgbPath "/usr/X11R6/lib/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#
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/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
EndSection
---------------------------------------------------------------------------
実際に編集作業を行うとすれば,FontPathの方でしょう。
MLD 4では,デフォルトでインストールした際には 100dpi フォントのディレクトリ
は,存在してないのにエントリに加わっています。ですが,実害はないでしょう。
逆に,Xが理解できないフォントがパスに加わわっていると死にますので注意してください。
たとえば,X-TT対応でないXサーバに対して,ここのフォントパスでTrueTypeの
ディレクトリを指定した場合などです。ちなみに,MLD 4はX-TT対応のXサーバですので,
フォントパスに,TrueTypeディレクトリが加わっています。
2枚目のCDROMに入っているXFree86関連のRPMでフォント関連のパッケージなどをインストール
した場合,または商用のフォントを購入した場合などは,各個人の環境においてフォントを
追加したときには,ここにパスを加えてください。