Compare commits

...

27 Commits

Author SHA1 Message Date
g
2737d7414f Merge remote-tracking branch 'upstream/master' 2024-01-09 01:14:17 +09:00
Rashi Abramson
7af47f0d1c
Update README.md to better format options 2023-12-19 09:41:51 -08:00
Rashi Abramson
34d12c690e
Update README.md to link to fork with HDR 2023-12-19 09:40:48 -08:00
ge9
fe98ccff70
Merge pull request #8 from maxboone/patch-1
Add requirement for nefcon
2022-10-13 17:56:25 +09:00
Max Boone
335037871e
Add requirement for nefcon
extras bucket is required because of dependency on nefcon
2022-10-13 04:19:25 +02:00
ge9
c66e5be801 Merge remote-tracking branch 'upstream/master' 2022-07-21 11:50:52 +09:00
Rashi Abramson
19d2239d98
Merge pull request #28 from sitiom/patch-1
Point to the repo of the fork itself
2022-07-12 10:58:58 -07:00
ge9
5eeb1311b7
Merge pull request #5 from sitiom/patch-2
Update manual installation guide
2022-07-11 23:24:25 +09:00
sitiom
263ac01a8e
Update README.md 2022-07-11 16:40:11 +08:00
sitiom
e05854eb5b
Update manual installation guide 2022-07-11 16:38:11 +08:00
sitiom
5c6793720d
Point to the repo of the fork itself 2022-07-11 16:29:39 +08:00
ge9
c9c0eae131
Merge pull request #4 from sitiom/patch-2
Add License and Acknowledgements section
2022-07-11 17:15:44 +09:00
sitiom
a5e97012f7
Add License and Acknowledgements section 2022-07-11 16:12:07 +08:00
ge9
cffce6af60
Merge pull request #3 from sitiom/patch-1
Add installation and configuration section
2022-07-11 17:05:59 +09:00
sitiom
a75a4d8060
Add installation and configuration section 2022-07-11 13:13:40 +08:00
ge9
cde53a0889
Merge pull request #2 from Wind0S/patch-2
Update README.md
2022-06-28 23:19:26 +09:00
ge9
75707a5e55
Merge branch 'master' into patch-2 2022-06-28 23:19:04 +09:00
ge9
ad441382ec
Merge pull request #1 from Wind0S/patch-1
Update option.txt
2022-06-28 23:15:18 +09:00
ge9
9dbc9e3cdb
Merge branch 'roshkins:master' into master 2022-03-08 17:10:39 +09:00
Rashi Abramson
df7238c1f2
Update README.md 2022-02-20 14:06:48 -08:00
ge9
d9d032b07b Merge remote-tracking branch 'upstream/master' 2022-01-11 16:18:12 +09:00
Rashi Abramson
42a964a2be Revert "Update README.md"
This reverts commit a5a9541f935b5915227f4394e2a8b3adf5ff822d.
2021-12-09 12:58:21 -08:00
Rashi Abramson
a5a9541f93
Update README.md 2021-12-09 12:47:38 -08:00
Rashi Abramson
adcdfc65dd
Update README.md 2021-11-02 14:21:50 -07:00
Rashi Abramson
39c61844a2
Update README.md 2021-10-06 11:43:04 -07:00
Wind0S
484343a7d2
Update README.md
Old version linked in the README. This caused me to be unaware of the new version with the configuration option.txt file. I recommend this link so it will always be the latest when clicked.
2021-10-06 03:09:04 -04:00
Wind0S
696592047a
Update option.txt
Typo fixed.
Mush → Must
2021-10-06 02:42:06 -04:00
2 changed files with 43 additions and 3 deletions

View File

@ -1,11 +1,16 @@
License MIT and CC0 or Public Domain, whichever is least restrictive -- Use it
License MIT and CC0 or Public Domain (for changes I made, check with Microsoft for their license), whichever is least restrictive -- Use it
AS IS - NO IMPLICIT OR EXPLICIT warranty This may break your computer, it didn't break mine. It runs in User Mode which means it's less likely to cause system instability like the Blue Screen of Death.
Check out the latest release to download, or find other versions below:
# Newer Versions
# Fork that is easy to install
https://github.com/ge9/IddSampleDriver
https://github.com/ge9/IddSampleDriver/releases/tag/0.0.1.1
## Fork with HDR
https://github.com/itsmikethetech/Virtual-Display-Driver
If you want me to build on this donate eth or similar here: 0xB01b6328F8Be53c852a54432bbEe630cE0Bd559a
I now have a NEAR address: moopaloo.near
Thanks to https://github.com/akatrevorjay/edid-generator for the hi-res EDID.
@ -13,6 +18,28 @@ Thanks to https://github.com/akatrevorjay/edid-generator for the hi-res EDID.
This is a sample driver that shows how to create a Windows Indirect Display Driver using the IddCx class extension driver.
## Installation
### Scoop (recommended)
If you have [Scoop](https://scoop.sh/), you can easily install this driver in one go. In an elevated prompt, run:
```powershell
scoop bucket add extras
scoop bucket add nonportable
scoop install iddsampledriver-ge9-np -g
```
The driver should be automatically installed and should be working out of the box.
### Manually
1. Download the latest version from the [releases](https://github.com/ge9/IddSampleDriver/releases/latest) page, and extract the contents to a folder.
2. Copy `option.txt` to `C:\IddSampleDriver\option.txt` before installing the driver **(important!)**.
3. See the [guide](https://github.com/roshkins/IddSampleDriver/releases) in [roshkins repo](https://github.com/roshkins/IddSampleDriver) for the rest of the installation steps.
## Configuration
Configure `C:\IddSampleDriver\option.txt` to set the number of monitors and resolutions.
See `option.txt`
## Background reading ##
Start at the [Indirect Display Driver Model Overview](https://msdn.microsoft.com/en-us/library/windows/hardware/mt761968(v=vs.85).aspx) on MSDN.
@ -43,3 +70,16 @@ The INF file included in the sample needs updating for production use. One field
Ensure the device information reported to `IddCxAdapterInitAsync` is accurate. This information determines how the device is reported to the OS and what static features (like support for gamma tables) the device will have available. If some information cannot be known immediately in the `EvtDeviceD0Entry` callback, IddCx allows the driver to call `IddCxAdapterInitAsync` at any point after D0 entry, before D0 exit.
Careful attention should be paid to the frame processing loop. This will directly impact the performance of the user's system, so making use of the [Multimedia Class Scheduler Service](https://msdn.microsoft.com/en-us/library/windows/desktop/ms684247(v=vs.85).aspx) and DXGI's support for [GPU prioritization](https://msdn.microsoft.com/en-us/library/windows/desktop/bb174534(v=vs.85).aspx) should be considered. Any significant work should be performed outside the main processing loop, such as by queuing work in a thread pool. See `SwapChainProcessor::RunCore` for more information.
## License
License MIT and CC0 or Public Domain (for changes I made, check with Microsoft for their license), whichever is least restrictive -- Use it
AS IS - NO IMPLICIT OR EXPLICIT warranty This may break your computer, it didn't break mine. It runs in User Mode which means it's less likely to cause system instability like the Blue Screen of Death.
## Acknowledgements
See the original repo below:
https://github.com/roshkins/IddSampleDriver
Thanks to https://github.com/akatrevorjay/edid-generator for the hi-res EDID.

View File

@ -1,6 +1,6 @@
1
#lines beginning with "#" are ignored (comment)
#the first line mush be a positive integer (small number (<5) is recommended)), NOT comment
#the first line must be a positive integer (small number (<5) is recommended)), NOT comment
#(currently) the location of this file must be "C:\IddSampleDriver\option.txt" (hard-coded)
#numbers should be separated by comma
#spaces before number are allowed