Can a fake second display be enabled in Windows 10?
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Thinking It Over
--
Chapters
00:00 Can A Fake Second Display Be Enabled In Windows 10?
01:45 Accepted Answer Score 17
02:14 Answer 2 Score 13
03:06 Answer 3 Score 9
04:45 Answer 4 Score 7
05:14 Answer 5 Score 4
07:18 Thank you
--
Full question
https://superuser.com/questions/947291/c...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#multiplemonitors #desktop #windows10
#avk47
ACCEPTED ANSWER
Score 17
This is by far not the ideal solution, but for now it will do: I put a 102 Ohm resistor across pins 2 and 7 of my VGA port (also known as the headless Mac Mini trick), and Windows 10 now believes I have a second monitor attached.
On a different computer I had to use pins 1 and 6 and reboot before the "monitor" would work.
ANSWER 2
Score 13
Just spent last two hours trying to figure this out.
- First go to Control Panel (not Settings app)
- Go to Adjust Screen Resolution. You will get a similar window as you did in Windows 7.
- Click Detect
- Go to display Drop Down and select "Display Device on VGA"
- Select Desired Resolution. If windows is unable to save your settings use the software from your video card to adjust the resolution.
- If you aren't able to output the display to the Fake screen only, Press Windows+P and the select "Second display only"
I hope this helps.
ANSWER 3
Score 9
I found this forum post which provides a link to a pre-built driver which adds up to 4 virtual displays. As far as I understand, it's a free part of a paid software named Amyuni USB Mobile Monitor (as in "free beer", but there may be other license restrictions).
So:
- Download and unpack https://www.amyuni.com/downloads/usbmmidd_v2.zip somewhere, preferably without spaces or non-Latin characters. Its SHA256 was
629b51e9944762bae73948171c65d09a79595cf4c771a82ebc003fbba5b24f51
for me, and VirusTotal sees nothing immediately wrong. - Start command line in the directory you've just unpacked.
- Run
deviceinstaller64 install usbmmIdd.inf usbmmidd
(on 32-bit systems usedeviceinstaller
instead) as an Administrator to install the driver. - Run
deviceinstaller64 enableidd 1
to enable an additional display. It's 1920x1080 by default, but other resolutions can be configured in the driver.
They even provide additional instructions in a idd_instructions.txt
file inside as well as uninstall commands.
There is also a Windows 10 Only!
warning, so it may not work on Windows 11.
ANSWER 4
Score 7
I had the same problem and came up with a fairly simple solution: Just connect your primary screen twice. Most displays have 2 inputs and you just need another display cable to connect it.
A fake software driver wouldve been more elegant and less power consuming but this works fine too :)
ANSWER 5
Score 4
The so-called "elegant" software solution:
Apparently, custom resolutions can be set up in the registry somehow. Instead of messing with it, I used CRU, (Custom Resolution Utility), a free software package did the trick.
After messing around with the standalone program for a few minutes, it did what I wanted. Then I messed it up, played with it some more without reading the instructions and it worked even better.
I needed a dual monitor solution for SplashTop without an extra monitor. I also needed to boost the resolution from 900p to 1080p.
I temporarily plugged into the second monitor port, then used CRU. Then I realized how bad SplashTop's dual monitor support is, and wanted to go back to one.
So unplug the second monitor connection, right? Nope. The second virtual monitor persisted anyway. So I deleted it in CRU, which Windows respected. CRU had it wrapped around its finger.
The remote host chugs along at a decent little 900p, which looks tiny and/or fuzzy on my bigger screen.
Thanks to CRU, I'm logged in at 1080p on my local end. Which means no sitting next to the noisy graphics card and air cooling.
Still no dual monitor capability for my GPU-accelerated remote desktop, so I'll probably need a second piece of software (remote desktop/logmein) just to transmit the second virtual monitor CRU gives me. Haven't figured out that part yet.
Privacy concerns aside, Windows 10 Enterprise with its Remote Desktop FX seems to have that figured out. Performance looks pretty darn good, too.
You could call that elegant if you want.