VirtualBox 3.2.1 supports multiple guest monitors. The documentation was not clear on how to enable this.

Basic Setup

  1. Power off your virtual machine if it's on.
  2. From the main VirtualBox window, select your VM and choose “Settings”.
  3. Choose “Display”.
  4. Below “Video Memory” is “Monitor Count”. Slide it to 2, and adjust your video memory if VirtualBox complains.
  5. Start your guest and perform the standard method for your guest OS to Extend the desktop onto a second monitor. (Guest Additions need to be installed.)
  6. A second “Oracle VM VirtualBox” window will appear with the second display. You can resize it however you want.

The VirtualBox “View” menu will have an entry for each “Virtual Screen”. All but the first can also be enabled/disabled from here. This seems to only work after step 5.

Seamless/Fullscreen

  1. Enter Seamless or Fullscreen. I'll assume your HostKey is the default “RightCtrl”.
  2. If the screens are on the wrong displays, hit RightCtrl+Home.
  3. From the View Menu, choose “Virtual Display 1” and set it to the Host display you want. The other displays will shuffle around to accommodate this. If you have more than two virtual displays, repeat with “Virtual Display 2” and so on.

Headless

  1. Set the number of monitors with VBoxManage modifyvm "vm name" --monitorcount X
  2. Enable multiple vrdp connections with VBoxManage modifyvm "VM name" --vrdpmulticon on
  3. Use VBoxHeadless to launch as normal.
  4. Connect to monitor 1 with rdesktop -d \@1 ip-address-of-host and connect to monitor 2 with rdesktop -d \@2 ip-address-of-host. This is explained in lomaxx's answer. (You might be able to use @ instead of \@, depending on your shell.)

Start your guest and perform the standard "Extend the desktop onto this display" method based on the Guest OS. (Guest Additions need to be installed.)

This one confused me. I looked all over the Guest Additions and couldn't find it. In the hopes that it might help someone else, it is talking about the Control Panel in Windows itself. In the Control Panel click on Display -> Setting and there you will see the "Extend the desktop onto this display".


As long as you have guest editions installed, all I had to do was go to

Settings -> Display -> Monitor count -> Change to two (This is with the machine powered off running Windows 10). Then, once I had started the machine I went to View -> Virtual Screen 2 -> Enable

Not sure if this will work for you.


I am running Debian Sid and i was able to get windows 7 and xp to run in seamless in dual monitor mode, with 3D acceleration, you need to install your guest additions in safe mode.

the steps i took were:

install os with dual screens enabled already, if your o/s is already installed i am unsure if you will get support, though i would recommend following the below to do so.

after install hit F8 while booting up windows

select run in safemode with networking (networking isnt really needed, but thats the step i took)

then install guest additions 32bit (dual screens works in 64 but 3D does not) reboot and you should have dual screens available with 3D support on One monitor (:1)

i couldn't get it to work on both. I did Not have vrdp enabled to do this and it worked just fine.