plasma-applet-thermal-monitor icon indicating copy to clipboard operation
plasma-applet-thermal-monitor copied to clipboard

help how to add my nvidia gpu

Open batmanm0b1E opened this issue 6 years ago • 2 comments

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

batmanm0b1E avatar Apr 25 '18 05:04 batmanm0b1E

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?

kotelnik avatar May 29 '18 05:05 kotelnik

@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.

roachsinai avatar Jan 15 '19 09:01 roachsinai