Skip to content

Commit 5e7773d

Browse files
Update README.md
1 parent 566183c commit 5e7773d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Virtual Display Driver
22
based on Microsoft Indirect Display Driver Sample. This creates a virtual display in Windows that acts and functions just like a real one. It's 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.
33

4-
Supports emulating resolutions from **640 x 480** to **7680 x 4320 (8K)**, and refresh rates including **60hz, 75hz, 90hz, 120hz, 144hz,** and **240hz.**
4+
Supports emulating resolutions from **640 x 480** to **7680 x 4320 (8K)**, and refresh rates including **60hz, 75hz, 90hz, 120hz, 144hz, 240hz, 480hz,** and **500hz.**
55

66
This project uses the official Windows Indirect Display Driver combined with the IddCx class extension driver.
77

@@ -85,12 +85,15 @@ This project uses the official Windows Indirect Display Driver combined with the
8585

8686
### Refresh Rates:
8787

88+
30Hz
8889
60Hz
8990
75Hz
9091
90Hz (Great for VR!)
9192
120Hz
9293
144Hz
9394
240Hz
95+
480Hz
96+
500Hz
9497

9598
### Video
9699

0 commit comments

Comments
 (0)