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

I would like to know if this is possible with this lib :) And if there is a way, how could i check for vulkan support?

help wanted
question

I have 2 monitors attached - an Asus (2560x1440) and a Dell (1920x1080). `Display.GetDisplays()` gives me the Asus on Ouput13 and the Dell on Output11 `PathInfo.GetDisplaysConfig()` gives me the opposite....

help wanted

I have 4 displays connected. 3 are 1920x1080 and one is 3840x2160 Selecting `[01] Connected Displays` gives: ``` [01] \\.\DISPLAY1 [02] \\.\DISPLAY2 [03] \\.\DISPLAY3 ``` Selecting any of these crashes...

help wanted

NVidia in their ceaseless efforts to be insane and add fake security added encrypted keys to profiles. In NvAPIWrapper, you simply return the raw values, which are thus invalid. An...

enhancement

Hi! I'm working on an soft which can operate DPCD through AUX channel. My thought is use NvAPI_GetDisplayPortInfo/NvAPI_SetDisplayPort to accomplish that,but when I dont know how to call original NvAPI(a.k.a....

help wanted
question

Hi! Is there any way I can get information about "CUDA compute capability" information from gpu ? Thanks.

enhancement
help wanted
question

I create virtual custom resolutions on trial which should only shrink the active desktop, but should use the current timing. This works fine with the following code: NvAPIWrapper.Display.DisplayDevice display =...

So I am currently stuck on an issue where I am unable to edit the profiles of existing games, or at least I don't know how to, as I was...

SetThermalPoliciesStatus does not accept reduced values for targetTemperature. I can set values greater than 70, but it is not possible to set values smaller than 70. In that case a...

im using fan control and im checking the percentage of speed vs the same value inside precision x, and its a difference of 12% approximately. there is any from my...