Closed MaynardMiner closed 3 years ago
is this solved or did you just lost interest? :)
i can reproduce this issue, getting the pstates20 and then setting it back to the exact same thing throws an NVAPI_NOT_SUPPORTED. other apps are successful at changing the pstates.
same thing here
I am trying to figure out how to use the wrapper to set graphics clock speed. So far this is what I have done:
in IPerformanceClockStates20ClockEntry.cs
I changed:
to
In PerformanceStates20Infov1.cs I added the following to
PerformanceState20
so I could see what current clocks are.from
to
Finally in IPerformanceState20.cs: from
to
Here is what I am trying to do:
I get:
status
is returningNvAPIWrapper.Native.General.Status.NotSupported
I don't think the small change I made makes a difference in reference to the exception, but I could be wrong. Is there a way to debug it deeper to find what is causing the issue?
If I change to:
And just send the same
IPerformance20statesInfo
back it fails. This includes undoing all changes I have made so I can get the current clock settings.