Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMDGPU: fan, power and voltage missing #130

Closed
daenney opened this issue Mar 31, 2019 · 3 comments
Closed

AMDGPU: fan, power and voltage missing #130

daenney opened this issue Mar 31, 2019 · 3 comments

Comments

@daenney
Copy link

daenney commented Mar 31, 2019

The amdgpu reports fan, power and voltage too but it seems Freon only catches the temperature aspect:

   "amdgpu-pci-8300":{
      "GPU: Voltage":{
         "in0_input": 0.756
      },
      "GPU: Fan":{
         "fan1_input": 1117.000,
         "fan1_min": 0.000,
         "fan1_max": 3500.000
      },
      "GPU: Temperature":{
         "temp1_input": 45.000,
         "temp1_crit": 91.000,
         "temp1_crit_hyst": -273.150
      },
      "GPU: Power":{
         "power1_average": 5.000,
         "power1_cap": 222.000
      }
   },
@daenney
Copy link
Author

daenney commented Mar 31, 2019

I think the problem is https://github.com/UshakovVasilii/gnome-shell-extension-freon/blob/master/freon%40UshakovVasilii_Github.yahoo.com/sensorsUtil.js#L19-L21.

I'm thinking amdgpu might actually not need special handling anymore, and shouldn't be included in the gpufilter. It does seem to affect the icon though which might be nice to keep. But it also means things like GPU temperature aren't grouped together with the rest of the temperature sensors.

@UshakovVasilii
Copy link
Owner

@daenney please verify fix

@daenney
Copy link
Author

daenney commented Mar 31, 2019

Works like a charm. Thank you very much for the super quick fix!

@daenney daenney closed this as completed Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants