`
javawebsoa
  • 浏览: 410208 次
社区版块
存档分类
最新评论

VMWare 重装后加载了系统导致XWindow启动不了

 
阅读更多

VMWare 重装后加载了系统导致XWindow启动不了

前段时间重装了装了操作系统,VMWare 也重装,今天突然想用以前做好的redhat linux enterprise3虚拟机,重新装入后,启动不了XWindows,提示一堆错误,在网上找了半天找解决,重装系统前都可以启动的,不知道为什么重装加载后就失败,后来双新装了一个redhat linux enterprise3虚拟机,然后把/etc/X11/XF86Config文件对比了一下,发现只是文件中的Screen/Depth参数配置问题,真晕!不知道是不是VMWare的Bug还是我搞错了。

以下是启动不了的XF86Config文件参数配置

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
EndSection

改成如下的就可以了

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

唉,对Linux总是一知半解,对提示的出错信息也没有仔细分析,要总结一下了。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics