kotelnik / plasma-applet-thermal-monitor

Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.
GNU General Public License v2.0
111 stars 63 forks source link

help how to add my nvidia gpu #42

Open batmanm0b1E opened 6 years ago

batmanm0b1E commented 6 years ago

I'm running fedora and using KDE plasma. My nvidia gpu isn't showing up how do i add it

kotelnik commented 6 years ago

If you have nvidia binary driver, you should have nvidia-smi command accessible - please try running this:

nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader

This is the command used by the widget. It should output the temperature. If not, there should be a package to install this tool.

If you have nouveau driver, I'd expect the graphics card to show up automatically, but maybe lm_sensors package is missing?

roachsinai commented 5 years ago

@batmanm0b1E If you use bumblebee you should first remove this plasmoid from pane, then run a app like python use optirun. Then readd this plasmoid, finally there will be a nvidia-smi to show.