flightlessmango
flightlessmango
Recompiling mangohud should solve the issue or give some interesting errors
starting the client with `mangohud` worked fine for me, it's not a great solution but *should* work
What MangoHud version are you testing with here?
@stephanlachnit ^^
The fps values are averaged in 0.6.6 and earlier, it's been changed in master
Yeah I messed up a bit there, It will always show .1 and .01 percentiles, so you don't need to add those in the config. should be fixed either way....
> and if u notice when using using benchmark_percentiles= it shows 1% and 0.1% twice. I missed that you were not setting anything, that seems like a clear bug, I...
You should start by using the latest mangohud release, it's not a great idea to report things not working on older versions that might have already been fixed in later
Yes I believe it's part of libc. We (at least partly) use it for dlopen so we can load libraries at runtime From the musl manual ```Additional files libm.a, librt.a,...
Can you apply this patch to latest and post the terminal output here? ```diff --git a/src/amdgpu.cpp b/src/amdgpu.cpp index 911d931..c7535b0 100644 --- a/src/amdgpu.cpp +++ b/src/amdgpu.cpp @@ -148,6 +148,7 @@ void amdgpu_metrics_polling_thread()...