GPU info not correctly displayed.
TimHe95 opened this issue · 1 comments
TimHe95 commented
scar45 commented
This could be one of two things. First, ensure that the Conky variables in .conkyrc
are of the following:
${nvidia temp}
${nvidia gpufreq}
${nvidia memfreq}
...as it looks like you might only have ${nvidia}
there.
If .conkyrc
looks correct however, then it's possible that the version of Conky you're using was not compiled with the references to nvidia. You can verify this by running conky -V
, and within the output, if nvidia is supported, you should see it listed:
conky 1.11.7_pre compiled 2021-01-04 for Linux x86_64
Compiled in features:
...
* wireless
* support for IBM/Lenovo notebooks
* nvidia <----
* builtin default configuration
...
If you don't see it listed, you'll need to check with your distro package manager for a potential conky-nvidia
package, or obtain it elsewhere. Hope that helps.