gnome-shell-system-monitor-applet icon indicating copy to clipboard operation
gnome-shell-system-monitor-applet copied to clipboard

Unable to read GPU temperature and usage

Open g1sbi opened this issue 3 years ago • 2 comments

I'm on PopOS 21.10, with an RTX 2060 Super. nvidia-smi is enabled and I already tried to refresh the shell. Moreover, some options don't work either such as moving the extension in the middle of the bar or any of the other general settings. I'm sorry but I don't know what debug info to post, so please tell me what I should upload.

g1sbi avatar Apr 12 '22 09:04 g1sbi

This is probably not the correct way to fix this, but...

  1. command -v "nvidia-smi" > /dev/null 2>&1
  2. sudo chmod 777 /dev/null
  3. alt F2, then type r

ktonini avatar Aug 18 '22 21:08 ktonini

This is probably not the correct way to fix this, but...

  1. command -v "nvidia-smi" > /dev/null 2>&1
  2. sudo chmod 777 /dev/null
  3. alt F2, then type r

Thanks! It looks strange but works.

RemnantCloude avatar Sep 02 '22 08:09 RemnantCloude