Maxime Schmitt
Maxime Schmitt
Thanks for your patch! I've reintroduced the temporary devices to avoid cached queries from the libsystemd/libudev. Your PCIe speed seemed wrong so I switched back the device to the card...
There was a bug in version prior to 3.1.0 [fixed by this patch](https://github.com/Syllo/nvtop/commit/84c9eeb4fdeea8d6e5be57822559d8db443a157e) where the hash table lookup was not done properly on the full key and would lead to...
You can either update if your distribution has a more recent version or use the AppImage available here: https://github.com/Syllo/nvtop/releases/tag/3.1.0
Hello, I haven't tested with accelerator cards. Could be that they don't provide an `hwmon` device. Can you check if #308 fixes this issue?
I can't say for sure because if the accelerator (they are not GPUs right?) does not show the same fdinfo than the graphics driver it won't show up as a...
I'm seeing something similar when using [sunshine](https://github.com/LizardByte/Sunshine) to screen-cast the screen to an Apple TV with an RX 6800XT. I don't see any encoding reported by the AMDGPU driver, however...
Have you tried using the latest version or the appimage? Like you noticed it was an issue of older versions of nvtop that was fixed a while ago. Unfortunately I...
Thanks for the patch!
Right, when using cryogenic cooling for overclocking I suppose! We'll probably have to change the code slightly because the value is stored as an unsigned value. I guess offsetting it...
For NVIDIA we are relying on the `libnvidia-ml.so` to be discoverable by the dynamic linker. If it is installed in a non-standard location you can try setting `LD_LIBRARY_PATH` to the...