-
Notifications
You must be signed in to change notification settings - Fork 288
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
[Possible bug, help with debugging required] MangoHud not showing any GPU information when amdgpu is compiled into the Kernel. #1393
Comments
Here is my Kernel config if needed: https://gist.github.com/CNR0706/325c4bab823e99699e66d0f51e176178 |
Provide mangohud log please |
That's neat. I wish I had known about that earlier. Here's the log:
I believe I already found the issue. Even though my system only has one physical GPU (RX 6700XT at /sys/class/drm/card0) MangoHud tries to look for it's sysfs interface in /sys/class/drm/card1. This directory does exist, but there is nothing of value in it. All the required interfaces to query GPU information are in /sys/class/drm/card0. |
This sometimes happens when you have a dgpu and an igpu. |
When compiling amdgpu into the Kernel (the Kernel being 6.10.2-cachyos-6.10.2-r1-gentoo-dist running on Gentoo), MangoHud does not show any GPU information (the GPU field is missing and VRAM is reported as 0 GiB). When compiling amdgpu as a module MangoHud works as expected.
Other tools like amdgpu_top and nvtop have no trouble getting information about the GPU.
Screenshot of MangoHud and console output:
--- Specs ---
OS: Gentoo ~amd64
Kernel: 6.10.2-cachyos-6.10.2-r1-gentoo-dist (Custom)
Mesa: 24.1.4
DE: KDE 6.1.3 Wayland
GPU: RX 6700XT
CPU: R7 5800X3D
The text was updated successfully, but these errors were encountered: