File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed
Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change @@ -401,3 +401,4 @@ FodyWeavers.xsd
401401VDD Control /CLAUDE.md
402402
403403** /.claude /settings.local.json
404+ CLAUDE.md
Original file line number Diff line number Diff line change 1- THIS DOES NOT WORK. LOL. Don't use it yet.
1+ # Virtual Driver Control
22
3- ![ image ] ( https://github.com/user-attachments/assets/5c915402-dece-49e5-acca-abf4e77cc7f8 )
3+ A C# Windows Forms application for controlling and configuring the Virtual Display Driver by MikeTheTech.
44
5+ ![ Screenshot] ( https://github.com/user-attachments/assets/5c915402-dece-49e5-acca-abf4e77cc7f8 )
56
7+ ## Features
8+
9+ - Manage virtual display driver settings through XML configuration and direct pipeline functions
10+ - Toggle specialized display features (HDR, SDR 10-bit, custom EDID, etc.)
11+ - System tray integration for quick access to common functions
12+
13+ ## Requirements
14+
15+ - Windows OS
16+ - .NET 6.0 Runtime
17+ - Compatible virtual display driver installed
18+
19+ ## Instructions
20+
21+ 1 . Download the Built file(s) from the Releases page.
22+ 2 . Extract
23+ 3 . Run
24+
25+ ## Building
26+
27+ 1 . Clone the repository
28+ 2 . Open ` VDD Control/VDD Control.sln ` in Visual Studio
29+ 3 . Build and run the solution
30+
31+ Alternatively, use the command line:
32+
33+ ```
34+ dotnet build "VDD Control/VDD Control.sln"
35+ dotnet run --project "VDD Control/VDD Control/VDD Control.csproj"
36+ ```
37+
38+ ## Configuration
39+
40+ The application searches for the configuration file ` vdd_settings.xml ` in:
41+ - ` C:\VirtualDisplayDriver\vdd_settings.xml `
You can’t perform that action at this time.
0 commit comments