|
Not the most experienced linux user here, but I'm trying to figure this out. I am on Bazzite (KDE Wayland) and am using conky-ubuntu-24.04-x86_64-v1.24.2-release.AppImage. Conky recognizes that it is running on KDE Wayland, but calling the $nvidia variable with valid arguments either returns a XNVCtrl error, or doesn't recognize the [NVML specific] arguments altogether. I checked and I do have NVML version 610.43. Are the current Conky builds compiled with NVML support already, or do I have to do that myself? If they do have NVML, what am I doing wrong? A list of steps to get this feature running would be quite helpful. |
Replies: 1 comment
|
Yeah, Default build probably doesn't explicitly enable it, and prebuilt appimages don't either. There's just too much skew with the number of build options to cover all the bases. |
Yeah,
BUILD_NVIDIA_NVMLbuild option is disabled by default. You need to build conky yourself to get it to use NVML in place of XNVCtrl for now.Default build probably doesn't explicitly enable it, and prebuilt appimages don't either. There's just too much skew with the number of build options to cover all the bases.