flightlessmango

Results 526 comments of flightlessmango

`cpu_mhz` shows the highest frequency On my 14900k, packages appears to always be the same as the hottest core. Could higher temperature in package be a sign of something going...

@Nemris @xektop @tda0626 what launch options are you using, what distro are you on and can you try the pre compiled released package of mangohud?

We did modify the dlsym behavior in the shim right before release which is completely bypassed if you use `MANGOHUD=1`. It would be very helpful if someone can try building...

We automatically blacklist applications that use GTK. If that's the case here, we might consider whitelisting it

keyd changes the keycodes that are emitted to x11, so it break our keybinds. I assume it probably breaks wayland binds as well. We need to do some rewrites to...

I wonder if we can figure this out programmatically instead. If these fields aren't available they *should* report `0xffff` like we check here [[src/amdgpu.cpp:L21](/src/amdgpu.cpp#L21)](https://github.com/flightlessmango/MangoHud/blob/5399bf1a184ce41ff55125e4a24b978392025d24/src/amdgpu.cpp#L73C1-L73C61)

Seems safe to assume 0 for voltage also means unavailable

The linked examples are about kernel TCP/netdev internals, which MangoHud doesn’t use, so they don’t justify this change. Without benchmarks in MangoHud itself, this feels like high churn for purely...