14

Now that VirtualBox supports multiple monitors for guests, I decided to try it out with Ubuntu 11.04 Alpha3 (i386) as a guest.

Unfortunately, the second screen stays black and I can't even get xrandr to see the other display.

Is there some way of getting this feature to work?

Nathan Osman
  • 32,155

2 Answers2

7

I finally figured out how to get it working - I had to install:

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

...and restart. The VM didn't boot the first time, but a hard reset seemed to sort things out.

Note: at first, Natty assumed I wanted to clone the displays... but a quick trip to System->Preferences->Monitors was able to fix that.

Nathan Osman
  • 32,155
2

Multiple monitor setup of Virtual Box requires the installation of Guest Additions in the guest OS.

Mostly depending on the graphic card there may still be some issues with Virtual Box and Compiz/Unity in 11.04. Make sure you download and run the most recent version of Virtual Box.

If Unity/Compiz still won't run you can try to run Ubuntu 11.04 in a multiple monitor setting by choosing Ubuntu Classic Desktop (no effects) on login.

Takkat
  • 142,284