You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+23-11
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,39 @@
1
-
# Virtual Display Driver
2
-
This project creates a _virtual display_ in Windows that functions just like a physical monitor. It is particularly useful for applications such as **streaming, virtual reality, screen recording,** and **headless servers—systems** that operate without a physical display attached.
1
+
# 🛠️ Virtual Display Driver Development Team
3
2
4
-
Unlike physical monitors, this virtual display can support resolutions and refresh rates that go beyond standard hardware limitations, offering greater flexibility for advanced setups. Furthermore, custom EDIDs can be used to simulate/emulate existing hardware displays.
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.
13
+
14
+
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.
15
+
16
+
## ⬇️ Download Latest Version
17
+
18
+
-[Driver Installer (Windows 10/11)](https://github.com/VirtualDisplay/Virtual-Display-Driver/releases) - Check the [Releases](https://github.com/VirtualDisplay/Virtual-Display-Driver/releases) page for the latest version and release notes.
9
19
10
20
> [!IMPORTANT]
11
21
> Before using the Virtual Display Driver, ensure the following dependencies are installed:
12
22
> -**Microsoft Visual C++ Redistributable**
13
23
> If you encounter the error `vcruntime140.dll not found`, download and install the latest version from the [Microsoft Visual C++ Redistributable page](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170).
14
24
15
-
## EDID Database
25
+
## 🖥️ EDID Database
16
26
-[EDID Database by Bud3699](https://edid.mikethetech.com/)
17
27
18
28
You can use this database to load custom edid's into the driver! Or just general edid usage :)
19
29
20
-
## Installation
30
+
## 🛠️ Installation
21
31
22
32
- Step 1: Download the Installer
23
33
- You can download the installer directly from the [Releases](https://github.com/VirtualDisplay/Virtual-Display-Driver/releases) page.
24
34
25
35
- Step 2: Run the Installer
26
-
-Download and run the installer.
36
+
-Launch the installer.
27
37
- Follow the on-screen instructions to complete the installation.
0 commit comments