flightlessmango

Results 526 comments of flightlessmango

I believe this patch should fix the issue, can you confirm? ```diff --git a/src/amdgpu.cpp b/src/amdgpu.cpp index 911d931..f2f035f 100644 --- a/src/amdgpu.cpp +++ b/src/amdgpu.cpp @@ -16,8 +16,8 @@ std::string metrics_path = "";...

I've pushed a new commit that should address that issue as well, can you confirm?

one measurement is every 0.5 seconds? I just see one incorrect value and then it's correct

I would say this still falls under #369

Try using something like `glxspheres32`, comes with the 32bit virtualgl package on arch

Or try this [vkcube32](https://cdn.discordapp.com/attachments/641713920247332877/752546590979260435/vkcube32)

`pci_dev` `domain:bus:slot:func` example: ``` lspci | grep -i vga 02:00.0 VGA compatible controller: NVIDIA Corporation GM200 [GeForce GTX 980 Ti] (rev a1) ``` `pci_dev = 0000:02:00:0`

This might be better rather than just accepting everything that isn't windows? ``` #if defined(__gnu_linux__) || defined(__FreeBSD__) ```