-
Notifications
You must be signed in to change notification settings - Fork 292
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
Mangohud crash with mixed GPUs #1477
Comments
The problem here isn't mixed gpus, but the fact that you're using a nouveau driver. Mangohud tries to load proprietary .so and fails to do so, hence the crash. |
From my understanding of the readme, using the config for |
This is outdated information that I need to change. |
I'm not certain where the crash is taking place, could you compile debug mangohud and post a gdb backtrace? |
running debug version i get:
backtrace in gdb:
|
258491e I've tried to address this issue here |
No change with new commit:
|
I missed to remove this line, that might also cause this issue |
edit: this was with 66195f4
|
Well with b12b698 we get further:
|
on a109f0b no longer get crash, but have the 0% load as in #1478
|
You aren't going to get any gpu load for NV if you don't have nvml or xnvctrl installed, this is expected. Also Intel gpu statistics don't work that well anyway because Intel doesn't expose them through sysfs. Actually I think I got an idea for Intel: I'll make a daemon for the Intel cards that mangohud can use |
Unless other things have changed since, I thought with 4cbcec3 dropping intel_gpu_top for statistics we were still supposed to get load % for intel? |
Yes we should still show GPU util for intel |
Currently using my Arc A770 with an Nvidia Quadro p620, swapped in the p620 over using igpu to drive my extra monitors after having some other issues.
Mangohud runs fine for FPS, but if I try add GPU load to my config I get this error:
Currently just using Mesa, with nouveau for nvidia drivers since It just powers my extra monitors and Sway doesn't like the closed source drivers.
In my config I do have
pci_dev=0:03:00.0
which is my Arc card, not expecting any metrics from the p620.Distro: CachyOS
Mangohud Version: AUR - mangohud-git 0.7.2.r84.g1d19d43-1
GPU: Intel Arc A770 16GB + Nvidia Quadro P620
The text was updated successfully, but these errors were encountered: