I requested to openSUSE to create a package of the gkrellm-nvidia plugin
see GitHub - carcass82/gkrellm-nvidia: A plugin for GKrellM and Nvidia GPUs
This plugin display the clock, temperature, fan speed of several NVIDIA adapters. It is very handy to watch your adapters working and detect some trouble.
After the plugin creator agreed to remove the nvidia nvml module dependency, Andreas Stieger created the package gkrellm-nvidia.rpm for openSUSE Tumbleweed, Leap 15.6.
- Installation
For openSUSE Tumbleweed :
Code: Select all
sudo zypper addrepo https://download.opensuse.org/repositories/X11:Utilities/openSUSE_Tumbleweed/X11:Utilities.repo
sudo zypper refresh
sudo zypper install gkrellm-nvidia
For openSUSE Leap 15.6 :
Code: Select all
sudo zypper addrepo https://download.opensuse.org/repositories/X11:Utilities/15.6/X11:Utilities.repo
sudo zypper refresh
sudo install gkrellm-nvidia
I advise you to set the priority of the repo to 110 according the software manager does not replace the system packages by those in the repo, thus modifies your installation and cause some troubles.
For the other distributions
download the version 1.2, etxtract the compressed file in a folder then in this folder run :
Code: Select all
make
sudo make install | make install-local
Thanks to Andreas
Enjoy