-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
It seems nobody knows the answer to my question or is even bothering to read it. I'll just mark it as solved. |
Beta Was this translation helpful? Give feedback.
-
|
Related issue: #1615 Conky currently uses XNVCtl, which is somewhat dated and no longer maintained in favor of NVML. Nvidia-smi is essentially a cli frontend for NVML. This is likely the cause for incorrectly reported values which don't match nvidia-smi. Replacing XNVCtl with NVML is a bit tricky because the headers are provided in different packages in different distros, so just ensuring the headers and library path are consistent for builds is difficult. Using the library is probably not much more difficult though. The issue is stuck because it just takes a week of time to get it to build and I wasn't too enthusiastic about doing that ig. |
Beta Was this translation helpful? Give feedback.



Related issue: #1615
Conky currently uses XNVCtl, which is somewhat dated and no longer maintained in favor of NVML. Nvidia-smi is essentially a cli frontend for NVML. This is likely the cause for incorrectly reported values which don't match nvidia-smi.
Replacing XNVCtl with NVML is a bit tricky because the headers are provided in different packages in different distros, so just ensuring the headers and library path are consistent for builds is difficult. Using the library is probably not much more difficult though. The issue is stuck because it just takes a week of time to get it to build and I wasn't too enthusiastic about doing that ig.