|
又一次,进不去系统。连登陆界面也没有出来。
用ssh登陆,可以查看启动信息。
查看/var/log/Xorg.0.log,前面没发现异常,最后一行(II) VMWARE(0): VMMOUSE DEVICE_OFF/CLOSE
登陆界面信息月文件/etc/X11/Xorg.conf有关,重新配置,重启动,分辨率降低了,还是跳不过去登陆界面。
先进去系统看看,修改/etc/gdm/gdm.conf
[daemon] # Automatic login, if true the first attached screen will automatically logged # in as user as set with AutomaticLogin key. AllowRoot=false---------------------------》ture AutomaticLoginEnable=false-----------------------------》ture AutomaticLogin=--------------------------》写安装时的用户名,或者root
进到x界面了,但是有两个提示错误的框框:分别提示:
Nautilus can't be used now, due to an unexpected error.
Nautilus can't be used now, due to an unexpected error from Bonobo when attempting to register the file manager view server. The panel has encountered a fatal error The panel could not register with the bonobo-activation server (error code: 3) and will exit. It may be automatically restarted.
确实,桌面什么图标都没有起来。显然跟我改automatically启动有关。
记得昨天安装些库后,gedit不能正常启动了:报的提示信息有:
(gedit:1905): GnomeUI-WARNING **: While connecting to session manager: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed. Loading simple Config module ... Creating backend ... Loading socket FrontEnd module ... Starting SCIM as daemon ... gedit: symbol lookup error: /usr/lib/libxml2.so.2: undefined symbol: gzopen64
据说这是因为/usr/local/lib下的libz.*库所引起的。 # ls libz* libz.a libz.so.1.2.5 libz.so.1 libz.so
试一试的态度:我把该路径下的libz.*都重命名。
:/usr/local/lib# mv libz.a libz.a.bak
:/usr/local/lib# mv libz.so libz.so.bak :/usr/local/lib# mv libz.so.1 libz.so.1.bak :/usr/local/lib# mv libz.so.1.2.3 libz.so.1.2.3.bak # ls libz* libz.a.bak libz.so.1.2.5.bak libz.so.1.bak libz.so.bak
reboot
启动过程正常,一路ok
|