views:

772

answers:

5

Is there a way to get MS virtual PC 2007 to support multiple displays? Or is there another virtual machine product available that will allow me to work with multiple displays?

At the company I work for we do all of our development in virtual machines. We currently use MS Virtual PC 2007 for this. I would love to be able to spread my machine's display across multiple displays, but I don't know of any way to do this. Any advice would be appreciated.

+2  A: 

VMware Workstation 6 nicely handles multiple displays. At least it handles my two monitors nicely. And they don't even have to be the same size.

Chris Farmer
A: 

Does anyone know if you can do this in MS Virtual PC? I'll have to try VMware.

Haydar
+2  A: 

I once saw a tool that converts Virtual PC to VMWare, never used it, so use at your own risk, but here is the link:

http://www.vmware.com/products/converter/faqs.html

From my experience VMWare is waaaay better than virtual PC, if you can convince your company to use it, you wont regret the switch.

shsteimer
I used the VMWare converter this week. You need to make sure MSXML 4.0 is installed or the converter will not be able to parse the Virtual PC config file. After converting one of my VM's, windows detected hardware changes and required a new product key. Other than that, it works wonderfully.
firedfly
+3  A: 

If you work with Virtual PC and you want to use your second monitor, you could use remote desktop on your "real" machine to connect to your "virtual" machine. (If your virtual machine supports remote desktop of course..) This doesn't give you true dual screen capabilities, but at least both screens can show content from your virtual pc now.. This trick will also enable you to use the virtual desktop at higher resolutions (on large displays)

Tip:

mstsc /span

will use both monitors (although the remote pc will "see" only one large screen)

thijs
A: 

From the commandline: mstsc /span Also, set the option in the mstsc GUI to handle multiple monitors. (Windows 7)

Jean-Pierre Fouche