-
Notifications
You must be signed in to change notification settings - Fork 280
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
Any way to enable HDR? #23
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
The OP is asking about enabling HDR. From the second post onwards the discussion is about general installation instructions (not HDR-related). Is it possible to tidy up this thread and bring the topic back to the HDR one? |
I'm also interested in HDR. Maybe using CRU? |
What is CRU? |
@roshkins P.S., Can you mark the previous comments above as "off-topic" so this thread can be cleaned up? |
Sry bout that fellas |
@RudyTheNinja Instead of deleting them, you can mark your own comments as "off-topic" so it gets hidden and it stays out of the way: But it seems you have already deleted them |
Damn, didn't know u could do that |
Now we've got that sorted, can you mark the "how to mark a post as off-topic" posts as off-topic? |
so......Any one got HDR worked? |
I simply changed the EDID data in |
Hello. Any progress on this? It would really solve a ton of HDR related problems when streaming games. |
https://github.com/MicrosoftDocs/windows-driver-docs-ddi/issues/199 seems to be saying that HDR options are not available in the IDD technology, which is used in IddSampleDriver. |
I've set a bounty as an incentive to develop the more complicated KMDOD driver
|
I don't want to be that guy.. but aren't display-only drivers, well, only able to display basic stuff? |
I found some related information on https://superuser.com/questions/1707661/how-can-i-turn-on-the-hdr-windows-setting-on-an-unsupported-display-by-force Matheus Antônio dos Santos said, "You are going to need software named CRU then you are going to need to edit some options at monitor you are going to test. Go to Extension blocks and double-click on cta-861, it will open a new window. At this window you are going to edit some things at Data blocks. Go to HDMI support and enable 30-bit deep color (10bpc) and click “Ok.” Now go in Colorimetry, if you can’t find this option go to the button Add... and select colorimetry. Now open Colorimetry and select DCI-P3 and BT.2020 RGB, you can also enable suport for others colors standards. And at last step here, at Add..., go and enable HDR Static Metadata, select all 5 options, at luminace you can leave empty. Now just click “OK,” “OK” and “OK.” After all this its time to test it. In the same folder that you find CRU.exe, go to restart64.exe (here you gonna select what tipy of system you using) and double-click, this is going to force your GPU to restart the driver. The display is going to blink and a small window is going to appear on the screen. It will show 3 options: Restart again Ambidex said, "flash the modified EDID to the monitor using another application made by Toasty (same person who created CRU). forums.blurbusters.com/viewtopic.php?f=7&t=9889 I would not suggest doing this on a monitor, only do that for an EDID emulator/ HDMI Dummy Adapter. Otherwise, you could potentially break your monitor, do not risk it unless you know what you're doing. It's technically possible to "unbrick" your bricked monitor if you back it up and RDP." |
Microsoft recently updated its idd driver doc page and added a new upcoming 1.10 driver version. According to the release note, this new version supports HDR10 and SDR Wide Color Gamut. I guess we will finally get HDR support for idd based driver? |
Yeah, though it's not exactly clear if it's going to be W11 22H2-some-update or 23H2 only. |
As mirh said in a post to my repository, my current Windows seems already support the new IddCx version 1.10. At least I confirmed |
Thankfully @baloukj made an experimental version supporting HDR. |
A few users on the Moonlight discord have also confirmed it is working for them as well, the HDR change. It appears that the latest IDD driver also fixes a few bugs with using DXGI capture, but not entirely sure if it is Windows 11 exclusive just yet. I will keep testing it the next few weeks, but you might see a huge uptick of users once I add documentation to the monitor swap script for Moonlight users We had been previously avoiding it and suggesting hardware solutions since there were confirmed problems and odd behaviors. This latest version seems a lot more stable for me so far, nice to see Microsoft didn't completely abandon it. |
i am using fork https://github.com/itsmikethetech/Virtual-Display-Driver which allows HDR |
no hdr support on windows 10 |
I'm working on HDR support on Win10 for more than1 month, and I find that KMDOD could be the only way to implement it. |
Display-only-drivers can't be hardware accelerated |
Great little driver, very useful. Is there any way to edit the file to enable HDR?
The text was updated successfully, but these errors were encountered: