当前位置: 技术问答>linux和unix
虚拟机无法启动“Xwindow”
来源: 互联网 发布时间:2015-11-27
本文导语: Dear 朋友; 我在虚拟机上启用"Xwindows"时,回报出以下信息: Fatal server error: could not open default font 'fixed' When reporting a problem related to a server crash, please send the full server output, not just the last messages. This...
Dear 朋友;
我在虚拟机上启用"Xwindows"时,回报出以下信息:
Fatal server error:
could not open default font 'fixed'
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
请各位朋友帮忙!谢谢
我在虚拟机上启用"Xwindows"时,回报出以下信息:
Fatal server error:
could not open default font 'fixed'
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
请各位朋友帮忙!谢谢
|
如有雷同,纯属巧合^_^
1、你已经打开了图形界面,但没有注销就用ctrl+alt+F3进入文本模式,然后你再用startx,就会出错了。解决办法是切换到文本模式的时候记得注销。
2、虚拟机中的系统默认安装的显示一般是24色,800*600的模式,所以有时候也会出现进入不了图形界面的情况。解决办法是:cd /etc/X11, vi XF86Config,把文本里面的24色改成16色的,存盘重启系统。注:分辨率设置的文件即/etc/X11/XF86Config,这是Redhat的位置,我不知道其实发行版本的相应文件是不是在同样的目录下。
1、你已经打开了图形界面,但没有注销就用ctrl+alt+F3进入文本模式,然后你再用startx,就会出错了。解决办法是切换到文本模式的时候记得注销。
2、虚拟机中的系统默认安装的显示一般是24色,800*600的模式,所以有时候也会出现进入不了图形界面的情况。解决办法是:cd /etc/X11, vi XF86Config,把文本里面的24色改成16色的,存盘重启系统。注:分辨率设置的文件即/etc/X11/XF86Config,这是Redhat的位置,我不知道其实发行版本的相应文件是不是在同样的目录下。