Mac Specs: White MacBook. iLife '08. iWork '08. Mac OS X 10.5.7
Linux - How do I maximize by Linux Window in VB?
I am running Ubuntu Linux (just to be trying it) in Virtual Box. Does anyone know how I can make my Ubuntu virtual machine actually take up the FULL SCREEN instead of a small square of the screen.
You have to install the guest additions to install vid drivers. Boot up the VM and when your desktop is loaded, go to Devices > "Install Guest Additions...". Once that is done, you will notice that the additions installers will be mounted at /media/VBOX...(I can't remember the full name but it can't be hard to find as there shouldn't be much in /media if anything). Open up a terminal and type the following:
Code:
sudo /media/VBOX<whatever the rest is>/VBoxLinuxAdditions-x86.bin
It might be called VBoxLinuxAdditions-x86.run but I'm not sure.
Once the additions are installed, reboot your VM and away you go. As an aside, you should always install the additions. It gives you some other features like shared folder support and pointer integration (so you don't have to click in the VM just to use it).
__________________
"It is beyond a doubt that all our knowledge begins with experience." - Immanuel Kant Website : Twitter
M-F MotM - April 2009.
In your Ubuntu VM. To correct my previous post, the image with the additions isn't mounted to /media/VBOX<and the rest>. Instead, it is mounted to /media/cdrom0. I know this as I just installed the additions in my new Ubuntu 9.10 VM.
__________________
"It is beyond a doubt that all our knowledge begins with experience." - Immanuel Kant Website : Twitter
M-F MotM - April 2009.
1. Once your Ubuntu VM is booted, go to Devices > Install Guest Additions. That will mount the installers and you should notice a CD icon on your desktop called something along the lines of "VBOXADDITIONS_<version number>". <version number> = the version number of VB.
2. Open up a Terminal window (Menu > Accessories > Terminal) and type the following:
Code:
cd /media/cdrom0/
sudo ./VBOXLinuxAdditions-x86.run
Enter your password, let it install the additions and then do as they ask by rebooting your VM.
I know this works - I did it last night and I just booted up my machine to get all the names right.
__________________
"It is beyond a doubt that all our knowledge begins with experience." - Immanuel Kant Website : Twitter
M-F MotM - April 2009.