Skip to content

Commit 22138c6

Browse files
Readme
1 parent 01eb464 commit 22138c6

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,3 +401,4 @@ FodyWeavers.xsd
401401
VDD Control/CLAUDE.md
402402

403403
**/.claude/settings.local.json
404+
CLAUDE.md

README.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
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`

0 commit comments

Comments
 (0)