Microsoft virtual pc 安装Linux虚拟机无法显示桌面
作者:luoweji 日期:2010-05-20
Microsoft virtual pc 安装Linux虚拟机无法显示桌面,
前一阶段在virtual pc中装了个redhat安装过程一切顺利,就是安装完成后,系统进入桌面就是花屏,后来几经周折,查了不少资料终于解决了这个问题,其实也很简单,是virtual pc 中的色深限制。具体解决方法如下:
1. 进入linux 的 /etc/X11, 打开配置文件XF86Config
2. 将Defaultdepth和depth后面的数字改为16,存盘退出
3. 执行startx,顺利进入桌面,一切ok!!
Section "DRI"
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Group 0
Mode 0666
EndSection
上一篇
下一篇

文章来自:
Tags:
相关日志: