Ubuntu 10.04 - Monitor Resolution
Posted: 28. Jun 2010, 17:23
I had some problems setting my monitor resolution in Ubuntu 10.04. I appreciate there is a sticky on this topic but I found it a bit confusing. This process worked ok for me:
Do not install the Guest Additions as the first task after installing the VM (Normally I always do this first)
1. From a terminal (Applications - Accessories - Terminal) run the following commands:
sudo apt-get update (You will be asked for your password after this command)
sudo apt-get upgrade
2. Now install additional packages:
sudo apt-get install dkms
sudo apt-get install build-essential
3. Reboot the VM
@
4. Now install the Guest Additions. This is how I do it:
Click 'Devices' on the Virtualbox Menu Bar. Select 'Install Guest Additions'
This should bring up a CD icon on the desktop with the title 'VBOXADDITIONS_(version number)
Double click this icon - window opens to display list of available files. Drag this window to one side of screen.
Open a Terminal (see step 1)
In the terminal type Sudo
Click and drag the appropriate file from the VBOXADDITIONS window to the terminal window and release. The file you want is either VBoxLinuxAddionsamd64.run or VBoxLinuxAdditionsx86.run - If you do this right the file name will now appear in the Terminal window after the Sudo command. Press return
The Guest Additions will install. Once they have installed reboot. You should now find that you can go to System - Preferences - Monitor and change the monitor resolution to a decent resolution. You will also find that Ctrl+F gives you a full screen VM.
Hat tip to http://mylinuxramblings.wordpress.com/2 ... -guest-os/ for most of this info.
Do not install the Guest Additions as the first task after installing the VM (Normally I always do this first)
1. From a terminal (Applications - Accessories - Terminal) run the following commands:
sudo apt-get update (You will be asked for your password after this command)
sudo apt-get upgrade
2. Now install additional packages:
sudo apt-get install dkms
sudo apt-get install build-essential
3. Reboot the VM
@
4. Now install the Guest Additions. This is how I do it:
Click 'Devices' on the Virtualbox Menu Bar. Select 'Install Guest Additions'
This should bring up a CD icon on the desktop with the title 'VBOXADDITIONS_(version number)
Double click this icon - window opens to display list of available files. Drag this window to one side of screen.
Open a Terminal (see step 1)
In the terminal type Sudo
Click and drag the appropriate file from the VBOXADDITIONS window to the terminal window and release. The file you want is either VBoxLinuxAddionsamd64.run or VBoxLinuxAdditionsx86.run - If you do this right the file name will now appear in the Terminal window after the Sudo command. Press return
The Guest Additions will install. Once they have installed reboot. You should now find that you can go to System - Preferences - Monitor and change the monitor resolution to a decent resolution. You will also find that Ctrl+F gives you a full screen VM.
Hat tip to http://mylinuxramblings.wordpress.com/2 ... -guest-os/ for most of this info.