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. 根分区空间不足
本文提供了解决X系统启动时因字体配置问题导致错误的方法。通过检查和修改XF86Config文件中的字体路径设置,可以有效解决由于字体文件夹缺失引起的启动失败问题。

被折叠的 条评论
为什么被折叠?



