PDA

View Full Version : How to fix Nvidia VMR9 levels bug


ivabo
01-06-2007, 11:04 AM
Video color-space range for DVI-only1 outputs is erroneously set to standard mode (16-235) instead of extended mode (0-255).
A new detection feature to apply Standard CSC mode to TV outputs (including NTSC, PAL, 480i, and 576i), included DVI-only outputs by mistake.
Note: The driver correctly applies extended mode to analog outputs, and standard mode to TV outputs (including NTSC, PAL, 480i, and 576i).
A future driver release will correct this and apply the extended-mode color space to DVI-only outputs. You can work around this issue by forcing either standard or extended mode as follows:

1) Launch regedit and determine the current primary display card by looking in
"HKey_Local_Machine\Hardware\DeviceMap\Video" and note the GUID (global unique identifier assigned by Windows), which is the long string in brackets { } at the end of the entry "\device\video0".

2) Look in "HKey_Local_Machine\SYSTEM\CurrentControlSet\Contro l\Video\{GUID}\0000" where {GUID} is the number derived from the previous step.

3) Open the "0000" directory and create a new DWORD called "VMRCCCSStatus" and give it a value of
0x3 - to force use of the standard YUV range of 16-235
0x1 - to force use of the extended YUV range of 0-255

ivabo
01-07-2007, 01:24 AM
44 views and no 1 reply :(

redman66
01-08-2007, 01:48 PM
I don't think this reg entry works with all versions of Nvidia drivers. I think newer versions of the driver ignore this key. Can anyone confirm? Thanks

Peuj
04-14-2007, 12:44 AM
I don't think this reg entry works with all versions of Nvidia drivers. I think newer versions of the driver ignore this key. Can anyone confirm? Thanks

I cannot really confirm but yes I think the tweak is just for the 84.21 ForceWare driver, because it was just on the 84.21_ForceWare_Release_Notes.pdf and not anymore on the 93.71_ForceWare_Release_Notes.pdf.

Ranutso
05-08-2007, 04:24 AM
Besides, on Windows Vista the \device\video0 doesn't have a GUID.