From 0b76138aae0026618d2b4106bcf0b6ed72f3cedb Mon Sep 17 00:00:00 2001 From: Mike Rodriguez Date: Fri, 20 Oct 2023 01:39:43 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d37d2f2..5450c5d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Virtual Display Driver 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. -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.** +Supports emulating resolutions from **640 x 480** to **7680 x 4320 (8K)**, and refresh rates including **60hz, 75hz, 90hz, 120hz, 144hz, 165Hz, 240hz, 480hz,** and **500hz.** This project uses the official Windows Indirect Display Driver combined with the IddCx class extension driver. @@ -91,6 +91,7 @@ This project uses the official Windows Indirect Display Driver combined with the 90Hz (Great for VR!) 120Hz 144Hz + 165Hz 240Hz 480Hz 500Hz