virtualbox 安装 redhat as5
安装redhat 后最大的问题是分辨率只有800*600
解决办法是用加载virtualbox安装目录下的VBoxGuestAddition.iso
运行
重启后/etc/x11/xorg.conf里会多了个
Section"Device"
Identifier"Videocard0"
Driver"vboxvideo"
EndSection
之后再修改/etc/x11/xorg.conf
Section"screen"
Identifier"Screen0"
Device"Videocard0"
Monitor"Monitor0"
DefaultDepth24
SubSection"Display"
Viewport00
Depth24
Modes"1024x768""800x600""600x480"
EndSubSection
EndSection
在Modes下增加你想要的分辨率,重启后就OK了