Is there any way to emulate a monitor on Windows 7? I have one physical monitor, and I want Windows to think I have two. I actually don't care whether the second monitor is visible anywhere, or if I can see it - everything rendered there may as well go to the equivalent of /dev/null - but I need Windows to think there is one there.

The reason is that I want to run a virtual machine with two monitors with VirtualBox in seamless mode, and it doesn't let me go to seamless mode if there are more virtual monitors than physical ones. I don't need to see the second virtual monitor, but VirtualBox won't just stop displaying it like it did in earlier versions.

EDIT: I need a software solution to this - a device driver that acts like a monitor to windows without having a monitor plugged in. This is because I have no more physical plugs available in my video card.

link|improve this question

69% accept rate
you may want to edit your question to specify that you want a software solution; a device-driver that appears to Windows as a monitor. – Synetech Mar 5 '11 at 23:37
feedback

migrated from stackoverflow.com Jan 30 '11 at 0:52

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 5 down vote accepted
+75

The free product ZoneScreen may work for you :

ZoneScreen is a tool for extending your desktop workspace using displays of network connected computers or portable devices like Pocket PC.

ZoneScreen consists of two parts: kernel-mode ZoneScreen Virtual Display Driver which is visible to Windows just as normal video card with monitor attached to it, and user-mode ZoneScreen Wizard which is responsible for capturing image (running at server side), transmitting it over the network, and drawing it at another computer (running at client side).

There is also a similar but commercial product : MaxiVista ($39.95, trial available).

link|improve this answer
Well, this seems to fulfill your edited question. – harrymc Mar 7 '11 at 15:30
basically. how did the bounty get automatically assigned? it didnt go to the highest-voted question it seems – Claudiu Mar 7 '11 at 23:05
Highest-voted and answered during the bounty period gets 50% of bounty. Other 50% is wasted. – harrymc Mar 8 '11 at 5:52
feedback

You can create a dummy plug (in just 30 seconds) and Windows will think it is a monitor.

link|improve this answer
1  
hehe cute, but the problem is that i'm out of plugs. i want a monitor without any hardware required – Claudiu Feb 25 '11 at 15:52
2  
@Claudiu a new plug is only like a dollar on eBay. This is the standard way of faking a monitor in Windows for virtual machines. – typoknig Feb 28 '11 at 19:10
1  
@typoknig: er sorry, i meant that i'm out of plug space on the video card. otherwise i could hook up a random monitor as i have a bunch lying around... – Claudiu Feb 28 '11 at 19:59
Yes, that’s what I was going to say, it only works if there is an output available to plug it into. Claudiu is looking for a software solution. – Synetech Mar 5 '11 at 23:35
feedback

There are programs to create a 2nd monitor on other devices, such as another computer, or an iPad:

http://www.ngineer.net/technology/using-my-ipad-as-a-second-monitor-for-my-windows-laptop/

If you have an iPad, fine. Or, you should be able to connect to the VNC server from the local host via a VNC client. (connect to localhost:5902) Now the "second monitor" would be in a window on the local machine you can close or display as needed.

link|improve this answer
hmm intriguing... i will have to look into this, thank you. – Claudiu Mar 1 '11 at 2:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.