ledoge / novideo_srgb

Calibrate monitors to sRGB or other color spaces on NVIDIA GPUs, based on EDID data or ICC profiles
GNU General Public License v3.0
1.04k stars 40 forks source link

Suggestion: Ability to ignore error -104 when toggling HDR on? #101

Open xcloudx01 opened 1 month ago

xcloudx01 commented 1 month ago

When I have Clamped enabled, and I toggle HDR on, the following error message pops up from novideo_srgb:

"NvAPI_GPU_SetColorSpaceConversion failed with error code -104" image

Each time HDR is enabled, this error pops up. In instances of swapping between SDR/HDR modes frequently, it can result in duplicate error pop-ups.

Would there be a way to ignore this error and proceed without showing the error pop up? As far as I can tell, novideo_srgb functions perfectly despite the error. The colours are re-clamped after I drop back to SDR, and HDR works as expected. I have been using it this way for several months now without any other issues, so I feel that the error pop up may be redundant?

Thank you for your hard work, I am loving the program.