天天看點

VirtualBox下的Ubuntu的全屏問題。

平台:主機:XPsp3,VirtualBox(2.2.4)下的Ubuntu(9.04)

問題:ubuntu作為客機(guest)的分辨率隻能調到800×600——螢幕在VirtualBox下的大小不可調

解決:

安裝最新的系統更新(system/軟體源)

安裝VirtualBox增強工具包(重要):(VirtualBox客戶機運作視窗菜單欄上)裝置-->安裝增強功能(點選後桌面上會多一個虛拟光驅的圖示)

下面的操作需要注意,網上有很多方法說是運作虛拟光驅裡的VBoxLinuxAdditions檔案就可以了,我按照這個方法做了很多次,不行的.必須要用終端指令的方法才可以:

打開終端輸入cd /media/cdrom0

sudo sh ./VBoxLinuxAdditions-x86.run (這裡的VBoxLinuxAdditions-x86.run取決于VirtualBox和ubuntu的版本,按照虛拟光驅裡的檔案名改就可以)

等待運作結束(需要一些時間)

關閉ubuntu;

重新開機VirtualBox;

啟動ubuntu;

試着用host+f切換成全屏(這裡host代表VirtualBox的功能鍵,一般為右ctrl)

值得一提的是,安裝了增強工具包後,VirtualBox具有了一些激動人心的功能。一個是滑鼠可以在主系統和guest之間切換而不必再無數次的按host鍵了;另一個超強的功能是主系統和guest之間可以共享剪切闆,它一下子把工作效率從石器時代推到了現在。

最後感謝ccurry,是他在www.linuxquestions.org上的回答幫助了我(雖然不是我的提問)。原位址(http://www.linuxquestions.org/questions/linux-software-2/using-full-screen-mode-in-virtualbox-672165/)

原文如下:...

The nut of what you will be doing:

1. Install Ubuntu on VB.

2. After install and restart, go to the 'Devices' menu for VirtualBox.

3. Select 'Install Guest Additions'.

4. Open Terminal in Ubuntu.

Type:

cd /media/cdrom0 (this puts you to the cdrom directory where you just mounted guest additions)

Press enter then type:

dir (this shows you what's inside this directory.)

Press enter then type:

sudo sh ./VBoxLinuxAdditions-x86.run (this is what you would type if you have an x86 machine, typical. If you have an AMD use that one, and so forth.)

5. Wait for update to complete.

6. Once complete, shut down Ubuntu.

7. Restart VirtualBox

8. Boot up Ubuntu.

9. Once booted, press cmd+F for fullscreen or cmd+L for seamless.

This worked for me and I am using VB 2.2.2 on a MacBookPro. Just posted this from Ubuntu in Full Screen mode. woot.

Hope this helps.

繼續閱讀