8

I've installed VirtualBox and also the extras that are posted here in other questions.
But I haven't managed to set a higher resolution.
The only ones that are available are:

  • 1024x768
  • 800x600

As mentioned at the question title, the host is Ubuntu 12.10, and the guest is Elementary OS Luna. What can I do?

Chris
  • 1,163

3 Answers3

11

I'd suggest to update the Guest additions with the VM package manager. So login first into your VM and open a Terminal to type:

sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11

Finally restart the VM to complete the installation.

You should get higher resolutions using the guest additions provided by the packages.

5

As Sylvain already explained, you need to install guest-additions on the guest. This can be done as he suggested on Debian based guests but a more general approach is to press Host+D or select the "Insert Guest Additions CD image" from the "Device" menu (shown here with an Ubuntu guest):

enter image description here

Once you have done that, follow the on screen instructions. The details may vary depending on the guest OS but this will always allow you to install Guest Additions, whatever the guest happens to be.

terdon
  • 100,812
0

This made (installing the guest additions) simple and quick for me..

https://forums.virtualbox.org/viewtopic.php?t=15679

kodybrown
  • 101