Maxime Schmitt

Results 90 comments of Maxime Schmitt

Hello, So the fix should be to change the directory to "share/pixmaps"? Thanks

How many GPUs are we talking about here? From a quick search online I see that 16 large has 8xNvidia Tesla-v100 GPUs and 8 large has only 4, right? I...

Nvtop shows B/KiB/MiB depending on how much data is being transferred. The data is gathered from the pcie_bw interface and scaled accordingly https://github.com/torvalds/linux/blob/master/drivers/gpu/drm/amd/pm/amdgpu_pm.c#L1579

Sorry I did not get what you meant the first time. Indeed the code was missing a division by 1024 to get in the kilobyte range, thanks. I pushed 04721e38f9b87bc640f68332d49e6473ede45e9f...

Oh my, I did not think hard enough about operator precedence in that case, thanks! So is reading the file pcie_bw blocking when nvtop reads it faster than the driver...

Hello, Yes, these information were not exposed by the driver when I implemented the Intel support. I'll look at the state of the current Linux driver to see if the...

All right. While browsing the kernel code I uncovered two piece of info: 1. Newest Intel GPUs have a "Graphics micro (μ) Controller (GuC)". If this GuC is active, you...

Hello, Unfortunately there is no `nouveau` support at the moment, hence the `No GPU to monitor` prompt when the proprietary NVIDIA driver is not installed. Some information can be retrieved...

Hi, Thanks for the patch. If I understand correctly this patch will make nvtop non working on kernels < 6.10 since it's the old interface or has your patch been...

Hello, I pushed [a patch](https://github.com/Syllo/nvtop/commit/9a0a33fb6f903217adde7df265e182c53eec5415) that should fix your issue