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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ This project creates a _virtual monitor_ in Windows that functions just like a p
12
12
13
13
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.
14
14
15
+
## 🧾 Changelog (recent)
16
+
17
+
-**PCI-bus based GPU selection (LUID)**: Improved multi-GPU render adapter selection by resolving an adapter **LUID from a PCI bus number** (more deterministic than name-only matching).
18
+
-**Device/PCI-slot friendly naming**: Improved device identification / friendly naming using DeviceID and PCI slot info.
19
+
-**GetIddCx helper tool**: Added source for the `GetIddCx` utility to query IddCx versions.
20
+
-**EDID integration**: Added EDID integration support for custom/virtual monitor profiles.
-[Driver Installer (Windows 10/11)](https://github.com/VirtualDrivers/Virtual-Display-Driver/releases) - Check the [Releases](https://github.com/VirtualDrivers/Virtual-Display-Driver/releases) page for the latest version and release notes.
0 commit comments