CentOS as a Guest OS in VirtualBox [centos.org] の Patch for CentOS 6.5 with VBOXADDITIONS_4.3.2/4.3.4 に書かれているワークアラウンドに加え、xorg.conf の Driver を vesa から vboxvideo にすることで、Auto-resize Guest Display が使えるようになった。
# vi /etc/X11/xorg.conf
Section "Device"
Identifier "Videocard0"
# Driver "vesa"
Driver "vboxvideo"
EndSection
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.