Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
hiddentrue

Desktop resolution

By default the resolution only went to as higher as 1024 x 768, and the Unity desktop environment does not work.

Solution in short: Install Guest additions, Enable 3D of the VirtualBox settings, install virtualbox-ose-guest-x11 in guest OS.

http://www.virtualbox.org/manual/ch04.html

sudo apt-get install virtualbox-ose-guest-x11

Some details:

  1. Install guest additions:

...