This project creates a virtual monitor in Windows that functions just like a physical display. It is particularly useful for applications such as streaming, virtual reality, screen recording, and headless servers—systems that operate without a physical display attached.
:bulb: We appreciate your support—every contribution helps us keep building amazing experiences!
Virtual Display Driver
This project creates a virtual monitor in Windows that functions just like a physical display. It is particularly useful for applications such as streaming, virtual reality, screen recording, and headless servers—systems that operate without a physical display attached.
Unlike traditional monitors, this virtual display supports custom resolutions and refresh rates beyond hardware limitations—offering greater flexibility for advanced setups. You can also use custom EDIDs to simulate or emulate existing hardware displays.
> [!IMPORTANT]
> Before using the Virtual Display Driver, ensure the following dependencies are installed:
> - Microsoft Visual C++ Redistributable
> If you encounter the error vcruntime140.dll not found, download and install the latest version from the Microsoft Visual C++ Redistributable page.
🛠️ Installation
Step 1: Download the Virtual Driver Control app.
You can download the installer directly from the Releases page.
Check if the Virtual Display Driver is correctly installed by running the following:
Device Manager: Check "Device Manager" under "Display Adapters."
Settings: Check display settings under system settings and see if the virtual displays show.
Manual installation can be found in the wiki
🤔 Comparison with other IDDs
The table below shows a comparison with other popular Indirect Display Driver
projects.
¹ ARM64 Support in Windows 11 24H2 or later may require test signing be enabled.
HDR Support Now Available for Windows 11 23H2+
▶️ Videos and Tutorials
Installation Video
🤝 Sponsors
<img src="https://github.com/user-attachments/assets/ca93d971-67dc-41dd-b945-ab4f372ea72a" />
Free code signing on Windows provided by <a href="https://signpath.io">SignPath.io</a>, certificate by <a href="https://signpath.org">SignPath Foundation</a>
Advanced 32bit IEEE Float Audio brought to you by **Lune Studios**.
Acknowledgements
Shoutout to MikeTheTech Project Manager, Owner, and Programmer
Shoutout to zjoasan Programmer. For scripts, EDID integration, and parts of installer.
Shoutout to Bud Former Lead Programmer, has since left the project.
Shoutout to LexTrack for the MiniScreenRecorder script.
Star History
Disclaimer:
This software is provided "AS IS" with NO IMPLICIT OR EXPLICIT warranty. It's worth noting that while this software functioned without issues on our systems, there is no guarantee that it will not impact your computer. It operates in User Mode(Session0), which reduces the likelihood of causing system instability, such as the Blue Screen of Death. However, exercise caution when using this software.