Hello Nvidia Forum
Here the same problem. The Return value is always FALSE.
Many thanks for any hints
HW Configuration:
1x Quadro P5000 with
Port 1: VGA Monitor using DP-VGA Adapter
Port 2: DVI Monitor uding DP-DVI Adapter
SW Configuration (using ‘wmic /namespace:nv path system call info’):
NVIDIA display driver version: 385.41
NVIDIA WMI provider version: 2.30.0
-
Store actual (VGA) EDID as “D:\MyVgaEDID.bin” using “NVIDIA Control Panel”
-
Load EDID for specific Port
#> wmic /namespace:nv path GPU WHERE id=1 CALL fakeEDIDOnPort filePath=“D:\MyVgaEDID.bin” output=1 portIndex=1
Output:
Executing (\MyComputername\root\cimv2\nv:Gpu.id=1,uname=“Quadro P5000”)->fakeEDIDOnPort()
Method execution successful.
Out Parameters:
instance of __PARAMETERS
{
ReturnValue = FALSE;
};