VirtualBox官方網站:pressing VirtualBox 1.6.4 GuestAdditions for Linux
VirtualBox 1.6.4 Guest Additions installation
Building the VirtualBox Guest Additionskernel module...
Building the shared folder support kernelmodule...
Installing the VirtualBox GuestAdditions...
Successfully installed the VirtualBox GuestAdditions.
You must restart your guest system in orderto complete the installation.
安裝後需要重新啟動虛擬機。
Linux or Solaris/OpenSolaris虛擬機的系統必須有X.org Server1.3或以上版本才可以有無縫模式seamless Mode效果。
文件夾***享:# mount -t vboxsf [-o OPTIONS] sharename mountpoint
例如:#mount -t vboxsf download/mnt/box,前提是掛載點必須存在
虛擬linux系統的顯示及分辨率
安裝完增強功能後,會簡單的修改xorg.conf文件就可以了,modes設置妳需要的分辨率
1
2
3
4
5
6
7
8
9
10
11
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "2048x800" "1024x640" "800x600" "640x480"
EndSubSection
EndSection