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

Intel iGPU info missing #346

Open
1 task done
GallopingTurtle opened this issue Aug 26, 2024 · 14 comments
Open
1 task done

Intel iGPU info missing #346

GallopingTurtle opened this issue Aug 26, 2024 · 14 comments
Labels
bug Something isn't working

Comments

@GallopingTurtle
Copy link

Is there an existing issue for this?

  • I searched the existing issues and did not find anything similar.

Current Behavior

Most of my GPU info is blanked out.

image

Expected Behavior

It to not be empty

Steps To Reproduce

No response

Environment

13th Gen Intel® Core™ i7-1365U × 12
Mesa Intel® Graphics (RPL-U)
Ubuntu 22.04.4 LTS
Wayland
GNOME 42.9
Flatpak install 1.6.0

Anything else?

No response

@GallopingTurtle GallopingTurtle added the bug Something isn't working label Aug 26, 2024
@nokyan
Copy link
Owner

nokyan commented Aug 29, 2024

Hi, thanks for the issue.
I unfortunately don't have an Intel GPU to test with but if I remember correctly, especially integrated Intel GPUs just don't expose that information. Can you try the CLI program nvtop and send me a screenshot of it running?

@GallopingTurtle
Copy link
Author

No GPU to monitor

@nokyan
Copy link
Owner

nokyan commented Aug 29, 2024

No GPU to monitor

That's interesting. I just noticed, in your Resoruces screenshot, Resources was apparently unable to find a name for the GPU. Can you use the following command and post the output? flatpak run --env=RUST_LOG=resources=debug net.nokyan.Resources

@GallopingTurtle
Copy link
Author

The only gpu-related output was

INFO resources::utils::gpu > Found GPU "<unknown name>" (PCI slot: 0000:00:02.0 · PCI ID: 8086:a7a1 · Category: Intel)

@XhmikosR
Copy link
Contributor

XhmikosR commented Sep 6, 2024

I'm also seeing the same:

INFO  resources::utils::gpu    > Found GPU "AlderLake-S GT1" (PCI slot: 0000:00:02.0 · PCI ID: 8086:4680 · Category: Intel)
# System Details Report
---

## Report details
- **Date generated:**                              2024-09-06 13:48:23

## Hardware Information:
- **Hardware Model:**                              Dell Inc. Precision 3660
- **Memory:**                                      32,0 GiB
- **Processor:**                                   12th Gen Intel® Core™ i7-12700 × 20
- **Graphics:**                                    Intel® UHD Graphics 770 (ADL-S GT1)
- **Disk Capacity:**                               1,0 TB

## Software Information:
- **Firmware Version:**                            2.17.0
- **OS Name:**                                     Fedora Linux 40 (Workstation Edition)
- **OS Build:**                                    (null)
- **OS Type:**                                     64-bit
- **GNOME Version:**                               46
- **Windowing System:**                            Wayland
- **Kernel Version:**                              Linux 6.10.7-200.fc40.x86_64
user@ws:~$  dnf list installed "intel*"
Installed Packages
intel-audio-firmware.noarch                                20240811-2.fc40                                @updates                  
intel-gmmlib.x86_64                                        22.3.20-1.fc40                                 @updates                  
intel-gpu-firmware.noarch                                  20240811-2.fc40                                @updates                  
intel-media-driver.x86_64                                  24.2.5-1.fc40                                  @rpmfusion-nonfree-updates
intel-mediasdk.x86_64                                      23.2.2-5.fc40                                  @updates                  
intel-vpl-gpu-rt.x86_64                                    24.2.5-1.fc40                                  @updates

Is there something else I could do to help you debug the issue @nokyan?

Thanks!

@nokyan
Copy link
Owner

nokyan commented Sep 6, 2024

I'm also seeing the same:

INFO  resources::utils::gpu    > Found GPU "AlderLake-S GT1" (PCI slot: 0000:00:02.0 · PCI ID: 8086:4680 · Category: Intel)
# System Details Report
---

## Report details
- **Date generated:**                              2024-09-06 13:48:23

## Hardware Information:
- **Hardware Model:**                              Dell Inc. Precision 3660
- **Memory:**                                      32,0 GiB
- **Processor:**                                   12th Gen Intel® Core™ i7-12700 × 20
- **Graphics:**                                    Intel® UHD Graphics 770 (ADL-S GT1)
- **Disk Capacity:**                               1,0 TB

## Software Information:
- **Firmware Version:**                            2.17.0
- **OS Name:**                                     Fedora Linux 40 (Workstation Edition)
- **OS Build:**                                    (null)
- **OS Type:**                                     64-bit
- **GNOME Version:**                               46
- **Windowing System:**                            Wayland
- **Kernel Version:**                              Linux 6.10.7-200.fc40.x86_64
user@ws:~$  dnf list installed "intel*"
Installed Packages
intel-audio-firmware.noarch                                20240811-2.fc40                                @updates                  
intel-gmmlib.x86_64                                        22.3.20-1.fc40                                 @updates                  
intel-gpu-firmware.noarch                                  20240811-2.fc40                                @updates                  
intel-media-driver.x86_64                                  24.2.5-1.fc40                                  @rpmfusion-nonfree-updates
intel-mediasdk.x86_64                                      23.2.2-5.fc40                                  @updates                  
intel-vpl-gpu-rt.x86_64                                    24.2.5-1.fc40                                  @updates

Is there something else I could do to help you debug the issue @nokyan?

Thanks!

Thanks a lot for the information. Could you run nvtop and send me a screenshot? nvtop is in Fedora's repos I think.

@XhmikosR
Copy link
Contributor

XhmikosR commented Sep 6, 2024

I tried it, and got a warning that nvtop doesn't support all features for Intel GPUs (https://github.com/Syllo/nvtop?tab=readme-ov-file#intel) and then I get the following:

365141176-4402595f-bf04-46e3-b0bf-e942c785e8fe

@XhmikosR
Copy link
Contributor

XhmikosR commented Sep 7, 2024

I believe this issue is the same as #181. intel_gpu_top does work for me too which is what I'm using, but it requires root.

Feel free to close one of the two issues @nokyan, and perhaps pin the remaining since I'm pretty sure this is a common issue :)

@nokyan
Copy link
Owner

nokyan commented Sep 7, 2024

I believe this issue is the same as #181. intel_gpu_top does work for me too which is what I'm using, but it requires root.

Feel free to close one of the two issues @nokyan, and perhaps pin the remaining since I'm pretty sure this is a common issue :)

I think #181 has more something to do with Haswell iGPUs exposing even less information than newer iGPUs. I'm gonna keep both open but pinning this one is a good idea, I'm gonna do that. :)

For reference: Intel integrated GPUs unfortunately expose less information than other GPUs of other makes, GPUs of pre-Broadwell CPUs (i. e. 4th generation "Haswell" and older) even less. intel_gpu_top can access most of the missing information, but requires root.

@nokyan nokyan changed the title GPU info missing Intel iGPU info missing Sep 7, 2024
@nokyan nokyan pinned this issue Sep 7, 2024
@GallopingTurtle
Copy link
Author

Noooo the pin of shame! ;)

@patrulhasirius
Copy link

Bumping as I also have this issue, is any more debug info needed?

@nokyan
Copy link
Owner

nokyan commented Sep 29, 2024

Bumping as I also have this issue, is any more debug info needed?

Hi, as I said two messages above, it's due to Intel iGPUs not exposing as many information as GPUs of other manufacturers.

@GallopingTurtle
Copy link
Author

i noticed some more info has appeared!

image

this info has also appeared in nvtop

I did upgrade to 24.04 as well, not sure if that brought a new nvtop version

@nokyan
Copy link
Owner

nokyan commented Dec 10, 2024

i noticed some more info has appeared!

image

this info has also appeared in nvtop

I did upgrade to 24.04 as well, not sure if that brought a new nvtop version

Neat! I guess that's due to /usr/share/hwdata/pci.ids being updated to include the name of newer Intel iGPUs with your upgrade to 24.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants