0ry0n / Resource_Monitor

Resource_Monitor is a GNOME Shell extension that Monitor the use of system resources like cpu, ram, disk, network and display them in GNOME Shell top bar.
GNU General Public License v3.0
143 stars 20 forks source link

AMD GPU Thermal metrics are miscategorized under CPU #61

Closed tcpkump closed 1 year ago

tcpkump commented 1 year ago

Describe the bug When trying to monitor my thermal stats on a new AMD RTX 6750XT, the devices are listed under the CPU section instead of GPU, preventing me from using the setting.

To Reproduce Steps to reproduce the behavior:

  1. Go to Settings
  2. Click on Thermal
  3. Scroll down to GPU Temperature > Devices
  4. See that it is blank, and that "amdgpu" devices are listed inder CPU Temperature > Devices

Expected behavior amdgpu devices should be listed under GPU Devices

Screenshots image

Desktop (please complete the following information):

Additional Information I would like to note that this feature worked perfectly with my previous GPU, an Nvidia GTX 1080 ti.

0ry0n commented 1 year ago

The basic problem is that for now AMD GPU are not supported by the extension. Even fixing this problem, the problem of resource usage would remain. However this could be a starting point for the integration of AMD GPU, but also for monitoring the temperatures of other devices that I notice in your list such as the nvme and probably the wifi card.

0ry0n commented 1 year ago

Categorization fixed. The next step is to support AMD GPU. #66