下面的網站提供了不錯的建議。
virtualbox虚拟ubuntu全屏问题
http://www.linuxdiyf.com/viewarticle.php?id=85237
我將/etc/X11/xorg.conf改成上面網站的建議值就OK了!
我的步驟如下:
1.把/etc/X11/xorg.conf和下面對應的Section改成如下。
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vboxmouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vboxvideo"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Modes ""1024x768" "800x600" "640x480" <-- add the resolution you want
EndSubSection
EndSection
2.restart X
3.安裝客端額外功能
#/media/cdrom0/VBoxLinuxAdditions.ru
4.restart
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment