Maxime Schmitt

Results 90 comments of Maxime Schmitt

Closing since the AMDGPU support can be disabled on old kernels (Linux 3.10 is from 2013). Support for AMDGPU would probably not work as expected on this version anyway.

Hello, This is a dependency added by the ubuntu team. There is a bug report opened for ubuntu ([bug 1835630](https://bugs.launchpad.net/ubuntu/+source/nvtop/+bug/1835630)) to relax this dependency, but this has not yet been...

Yes, the Ubuntu packagers did not fix it yet. I don't know what takes them so long. With the recent changes to how NVML is handled, the libnvidia-ml is not...

Update on this issue: waiting on the Debian maintainer to push the update to Debian testing. I believe that after the introduction into testing, the Ubuntu part is mostly automated...

Good news, the latest version [entered debian testing](https://tracker.debian.org/pkg/nvtop) after a delay due to the release of the latest debian stable. I am not familiar with the process of getting the...

The package dropped the dependency to the nvidia driver ([see the debian package page](https://packages.debian.org/sid/nvtop)) starting with this version. Hence, there shouldn't be any issues with the ubuntu package being pinned...

Hey @jeff999955, So sorry I saw your pull request some time ago but forgot to follow up. I won't merge the ncurses source because I don't think that it belongs...

Hello @hmaarrfk, Could you please elaborate on what symbol from librt is necessary for nvtop? I don't seem to be needing it on my workstation, but it might be needed...

The AMDGPU code uses the [kcmp](https://man7.org/linux/man-pages/man2/kcmp.2.html) syscall to test if two file descriptors point to the same file. If FreeBSD provides such a function/syscall I would gladly accept a pull...

Hello @fcolecumberri, Good idea. It requires a slight change to the plot logic so I did not implement it right away. I'll look into it when I will be done...