SignPath

Projects > Virtual Display Driver

Add virtual monitors to your windows 10/11 device

Based on Microsoft Indirect Display Driver Sample. This creates a virtual display in Windows that acts and functions just like a real one. It is useful for streaming, virtual reality applications, recording, headless servers, etc. The benefit over a physical display is the ability to adjust resolutions and refresh rates beyond the physical displays capabilities. For example, this would enable the ability to stream a game from your home PC using game streaming software at 240hz at 8K while owning a 60hz 1080p monitor (unrealistic, but explains the abilities well). For servers without displays, this enabled remote desktop and screen streaming to other systems as if there were a display installed.

Project handle Virtual-Display-Driver
Homepage vdd.mikethetech.com/
Repository github.com/VirtualDisplay/Virtual-Display-Driver
License MIT license