VirtualBox下的Ubuntu分辨率问题
进几天忙着在Virtualbox在XP下安装Ubuntu。对于Linux我完全很陌生啊,于是在这里记录一些心得。ubuntu作为Virtualbox的客机的分辨率只能调到800×600,经过一番检索摸索,搞定,现整理如下(别忘安装Virtualbox工具包):
运行:sudo gedit /etc/X11/xorg.conf
把如下部分修改为:
Section "Device"
Identifier "Configured Video Device"
Driver "vboxvideo"
EndSectionSection "Monitor"
Identifier "Configured Monitor"
EndSectionSection "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 16 #颜色质量SubSection "Display"
Modes "1280x800" "1024x768" "800x600" #按屏幕需要改就可以了
EndSubSectionEndSection
重启。
若未注明,本博客文章均为原创,转载请以链接形式标明本文地址
本文地址:http://skday.com/archives/240/

