XFree86-4.0.2 導入時とまどったのは設定支援プログラムにこれまでのXconfigurator、XF86Setupなどが使えず、 xf86config(頭が小文字の)プログラムを使用しなければならない(GUIツールの xf86cfgは動かなかった)点と、 /etc/X11にできるXF86Configファイルもフォントへのパスやモジュール へのパスを追加修正しなければならなかったことです。 VineにXFree86-4.0.2導入後の/etc/X11/XF86Configの修正点を示します。
# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"
のところに
FontPath "/usr/X11R6/lib/X11/fonts/japanese/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
を追加。また
# The module search path. The default path is shown here.
ModulePath "/usr/X11R6/lib/modules"
↑ここにあった#を外す
EndSection
2 Mar 2001: いや、XFree86-4は設定がいろいろややこしいです。
今は纏まらないので、、、(^^;
アドバイスは E-mail で
マスターまで