NVIDIA / nvidia-settings

NVIDIA driver control panel
http://www.nvidia.com/object/unix.html
GNU General Public License v2.0
294 stars 75 forks source link

NVML 11.8 API bugs #92

Open BlueGoliath opened 1 year ago

BlueGoliath commented 1 year ago

Hi,

The new 11.8 functions to change VF offset for GPU/Memory clock are bugged in 520 in different ways.

On my GTX 1080 the graphics clock function returns "Not Found":

Screenshot from 2022-10-12 13-17-19

and the min value returned by nvmlDeviceGetMemClkMinMaxVfOffset isn't correct. It should be -2000 for my card but instead, it returns 8587934. It works correctly otherwise although I wish it was like Windows.

ping @aaronp24

BlueGoliath commented 1 year ago

Forgot to mention that I'm just setting the min memory clock to 0 for the purpose of getting it to work for now.