我有Centos 5的VirtualBox实例。屏幕尺寸很小(800 * 600),我想将其增加到1280 * 1080。在“屏幕分辨率”的Gnome首选项下,我仅获得600 * 800或640 * 480的选项。
我尝试编辑xorg.conf(基于本教程http://paulsiu.wordpress.com/2008/09/08/creating-and-managing-centos-virtual-machine-under-virtualbox/),但它没有似乎没有什么不同。这是编辑部分的摘录:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection
有谁知道如何做到这一点?