-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In RTX Cards, nvoclock cannot reset/get vfp #3
Comments
I can't say I recall where I got the |
Hm I see, it's 23 for the VRAM curve on pascal... I'm not sure how much I can look into this without a card, because...
|
I was thinking about using your tool nvmitm - but i'm too newbie with rust language and have been trying to set up my IDE~ nothing even compile right now >.< once i get it up and running and learn rust a bit I will see what i can do. Actually, you can install EVGA Precision X1 and use ILSpy to take a peek at ManagedNvApi.dll in the program folder. I'm quite sure with your experience in the NVAPI stuff you will be able to decipher the internal workings of it easily. What i have dig out so far:
I have been trying to come up with my own implementation in C# but time is not on my side right now :'( and also I don't have the function Id for NvAPI_GPU_ClockClientClkVfPointsGetInfo and NvAPI_GPU_ClockClientClkVfPointsSetControl |
Has there been any update on this? I'm trying to export the vf curve on my GTX 1650 but unfortunately I have the same error code. Thanks! |
Sorry it took me so long to get to this, but I'm currently working on it in the I haven't tested anything that sets or resets the curve yet, but it at least can show/export them again. I'm currently testing with an Ampere card, and will try my GTX 1650 once things get a bit more stable (hopefully it resembles turing more than pasal despite not being an rtx card?). |
Windows 10 Build 19044.2006 .\nvoclock.exe set vfp export .\file.txt
.\nvoclock.exe set vfp import .\file.txt
NVAPI error: NvAPI_GPU_ClockClientClkVfPointsSetControl failed: NVAPI_ERROR Content of file.txt
|
Sorry for the late reply. I tried the vfp branch with my RTX 3050 and I can correctly export the VF Points. Thanks! |
RTX Cards seems to have 128 VF points while GTX10 has 80 points. Could this be an issue with not enough array size?
thread 'main' panicked at 'index out of bounds: the len is 103 but the index is 103', /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/nvapi-0.0.3/src/clock.rs:163:27
note: Run with
RUST_BACKTRACE=1
for a backtrace.The text was updated successfully, but these errors were encountered: