Problem: Could not init font path element unix/:7100, removing from list!

来源:互联网 发布:武汉网络教育 编辑:程序博客网 时间:2024/06/05 17:28

 Solution:

   /etc/X11/XF86Config (in RH9...check the path in SuSE) has been corrupted

check the following lines in ur XF86Config

Section "Files"
# RgbPath is 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.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

RgbPath "/usr/X11R6/lib/X11/rgb"
# FontPath "unix/:7100" => I commented & added the below line when I had the same issue/error in my RHL9
FontPath "/usr/X11R6/lib/X11/fonts/misc"
EndSection

 

原因:
1.字体有问题,因为 /etc/X11/fs/config的 catalogue =指定的字体文件夹没有,而不能启动
2. 根分区空间不足