-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How difficult would it be to add HDR flags to the EDID #7
Comments
This is discussed at the original repo, but currently not solved. |
Sorry to necro this issue, but it looks like the latest update for IddCx (1.10) has support for wide calour gamut/HDR? Is there a way to easily integrate this? |
It's also discussed at the original repo. I'll test it when it's available in my Windows. |
Ars reports that most of the features may actually already have shipped in last month 22H2 update. |
I did try to look into this but I didn't find the include file for the 1.10 version in the latest version of the wdk. So I don't know how I can use the new functions described here: |
Try the WDK Insider Preview builds. Of course 10.0.22621.0 (the 22H2 release preview) is lacking. |
roshkins#23 (comment) |
I managed to get it to work (at least on my pc). It's not the cleanest code ever but I did try it with moonlight on another desktop and it worked. |
OMG THANK YOU!!! It works on my VM running Windows 11 23590.1000 with the Insider Preview WDK. I tried to mess with the code myself but C++ isn't in my wheelhouse, so I didn't get too far. |
Great! It worked on my Windows 11 22H2 (not Insider Preview version)! |
I did try to follow the official documentation to make it work in all windows (detect available version) but i'm not sure as I didn't make any tests. Do you want me to make a pull request ? I really don't have the time to maintain something like this. I didn't spend more than half a day on this, I just wanted to make it work for my personnal usage 🤣 |
Thanks for your prompt update and helpful testing. I tested it on my physical Windows 10 machine but it stucks with the same error 31... But your initial version may be sufficient for most users. |
Windows 10 would definitely be useful if it can be made to work at some point. |
Did it work on a headless machine? |
I can confirm, it is working on a headless machine. In first try, I believe I tested with unsupported AMD GPU. I switch new Azure VM with different AMD GPU and it worked! |
you might want to check this fork https://github.com/itsmikethetech/Virtual-Display-Driver |
Not my area of expertise but can you add HDR EDID flags so the pc can enable HDR mode? I would like this for streaming HDR from a headless machine
The text was updated successfully, but these errors were encountered: