mirror of
https://github.com/ge9/IddSampleDriver.git
synced 2024-11-10 00:28:20 +00:00
Merge branch 'master' into patch-2
This commit is contained in:
commit
75707a5e55
@ -1,11 +1,12 @@
|
|||||||
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.
|
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:
|
Check out the latest release to download, or find other versions below:
|
||||||
|
|
||||||
https://github.com/ge9/IddSampleDriver/releases/latest
|
https://github.com/ge9/IddSampleDriver/releases
|
||||||
|
|
||||||
If you want me to build on this donate eth or similar here: 0xB01b6328F8Be53c852a54432bbEe630cE0Bd559a
|
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.
|
Thanks to https://github.com/akatrevorjay/edid-generator for the hi-res EDID.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
1
|
1
|
||||||
#lines beginning with "#" are ignored (comment)
|
#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)
|
#(currently) the location of this file must be "C:\IddSampleDriver\option.txt" (hard-coded)
|
||||||
#numbers should be separated by comma
|
#numbers should be separated by comma
|
||||||
#spaces before number are allowed
|
#spaces before number are allowed
|
||||||
|
Loading…
Reference in New Issue
Block a user