Linux 界面不能启动的解决


刚才取消了Linux的几个系统的服务以后,启动界面报如下的错误

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-42.0.3.ELsmp i686 [ELF]
Current Operating System: Linux RH4 2.6.9-67.ELsmp #1 SMP Fri Nov 16 12:48:03 ES
T 2007 i686
Build Date: 17 November 2007
Build Host: builder6

        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.9-67.ELsmp (mockbuild@builder10.CentOS.org) (gcc ve
rsion 3.4.6 20060404 (Red Hat 3.4.6-9)) #1 SMP Fri Nov 16 12:48:03 EST 2007
Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 23 06:19:34 2008
(==) Using config file: "/etc/X11/xorg.conf"
(WW) VMWARE(0): Failed to set up write-combining range (0xf0000000,0x1000000)

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

Fatal server error:
could not open default font 'fixed'

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional informati
on.

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining.
[root@RH4 ~]#

经过查询知道,这个问题跟XFS服务有关, 是关于字体的一个服务,

解决办法一,把XFS服务设置为启动
             二,打开/etc/X11/xorg.conf配置文件,并把 FontPath     "unix/:7100" 加 #注释掉

相关内容