`
zllwang
  • 浏览: 46791 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
社区版块
存档分类
最新评论

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"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "600x480"
EndSubSection
EndSection
在Modes下增加你想要的分辨率,重启后就OK了

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics