Maassoft / ColorControl

Easily change NVIDIA display settings and/or control LG TV's
GNU General Public License v3.0
823 stars 39 forks source link

TV doesn't have time to execute NvPreset(HDR) AND pictureMode(hdrGame) fast enough to register the pictureMode change #362

Closed Peskinator closed 2 months ago

Peskinator commented 2 months ago

Hi,

I just found out about ColorControl and i'm currently spending all my free time on this awesome program :)

As described here: https://github.com/Maassoft/ColorControl/issues/145#issuecomment-1335795866 I know I can't switch to an HDR picture mode without telling Nvidia to switch to HDR first. But I think my TV doesn't have the time to do those: NvPreset(HDR), pictureMode(hdrGame), hdrDynamicToneMapping(HGIG) in a row. (especially the first 2) If I execute those manually, it works, but in sequence, it doesn't. Does that make sense? Am I the only one?

Thank you!

Maassoft commented 2 months ago

You can add a delay in milliseconds after each step:

NvPreset(HDR):2000, pictureMode(hdrGame), hdrDynamicToneMapping(HGIG)

This will wait 2 seconds after executing the HDR step. It's a bit like a hidden feature😄

Peskinator commented 2 months ago

Fantastic, it works :) Thank you, this is exactly what I needed to switch between a profile for gaming and a profile for Plex HTPC :)