NvAPIWrapper icon indicating copy to clipboard operation
NvAPIWrapper copied to clipboard

NvAPIWrapper is a .Net wrapper for NVIDIA public API, capable of managing all aspects of a display setup using NVIDIA GPUs

Results 20 NvAPIWrapper issues
Sort by recently updated
recently updated
newest added

Hello, I have a 3080 Ti from MSI and after updating the driver using gforce experience I now have this error message in the Fan Control logs : 18/07/2022 21:17:35:...

Hi! This part of code doesn't work `var displayTest = new DisplayDevice(2147881091); ` `var timing = displayTest.CalculateTiming(800, 600, 60, false);` `var res1 = new CustomResolution(800, 600, NvAPIWrapper.Native.Display.ColorFormat.P8, timing);` `displayTest.TrialCustomResolution(res1);` `displayTest.SaveCustomResolution();`...

Hi, Thanks for the NvAPI wrapper, it has been extremely useful in my project. Currently, I am trying to access the locations of the displays but am unable to figure...

Thank you very much for your great work creating NvAPIWrapper. Among the many other things I'll be attempting to do, one of the first things I'm attempting to do is...

Hello, Thanks for the good work. I'm trying to help implement something but how would you implement a method to retrieve all available settings by display ? Like all resolutions...

question

How can I overclock using the api? like, the memory clock and voltage stuff? if i try using something it bugs out. i know that it's possible because there is...

Hello. A single GPU temperature(for my 3080ti) is reported by NvAPIWrapper but RTX cards also have memory and hotspot temperatures. I see NvAPI_GPU_GetThermalSettings is being used but NvAPI_GPU_GetAllTempsEx( 0x65FE3AAD) appears...

enhancement
question

Based on EVGA Precision X1 Software (https://store.steampowered.com/app/268850/EVGA_Precision_X1/) it is possible to handle the card ilumination, I use this to shutdown leds, o to set a tempetura profile, so, it's possible...

question

RAM type enum is missing HBM2/GDDR6/GDDR6X entries at https://github.com/falahati/NvAPIWrapper/blob/2a41eb4d6b1bceff5dbb33a3b5ea70bd582214a7/NvAPIWrapper/Native/GPU/GPUMemoryType.cs#L6 You can look at the ones I took from GPU-Z here: https://github.com/JustAMan/pynvraw/blob/498591713adcfbdf7aae1a348c1af76513ef9a43/src/pynvraw/nvapi_api.py#L735-L749 (copied down below for easier reading) ```python class RamType(enum.IntEnum):...

enhancement

I'm too lazy to study how this lib is implemented, so I'll leave it as an issue here. I've studied thoroughly one of monitoring tools, and I managed to pry...

enhancement