Search Criteria
Package Details: nvtop-git 3.0.1.r38.g04721e3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nvtop-git.git (read-only, click to copy) |
|---|---|
| Package Base: | nvtop-git |
| Description: | GPUs process monitoring for AMD, Intel and NVIDIA |
| Upstream URL: | https://github.com/Syllo/nvtop |
| Licenses: | GPL3 |
| Conflicts: | nvtop |
| Provides: | nvtop |
| Submitter: | m3thodic |
| Maintainer: | m3thodic |
| Last Packager: | m3thodic |
| Votes: | 4 |
| Popularity: | 0.000010 |
| First Submitted: | 2019-02-23 05:01 (UTC) |
| Last Updated: | 2023-05-26 21:01 (UTC) |
Dependencies (6)
- ncurses (ncurses-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libdrm (libdrm-gitAUR) (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR) (make)
Required by (4)
- ax-shell (requires nvtop)
- beszel-agent-bin (requires nvtop) (optional)
- mission-center-git (requires nvtop)
- power-control-center (requires nvtop) (optional)
Latest Comments
gesh commented on 2026-02-08 16:33 (UTC)
Note: License is
GPL-3.0-or-later, see https://github.com/Syllo/nvtop/commit/e037245d28b7acb3588a4e9f3a7b47cfae17e640cloverskull commented on 2023-08-07 10:19 (UTC)
Agree with @eclairevoyant - please add -DINTEL_SUPPORT=ON - doing this manually enabled me to monitor my Intel iGPU as well as my NVidia dGPU.
eclairevoyant commented on 2023-05-26 22:40 (UTC) (edited on 2023-05-26 22:40 (UTC) by eclairevoyant)
@m3thodic FYI as per https://wiki.archlinux.org/title/Arch_User_Repository#Flagging_packages_out-of-date:
It helps reduce noise and keeps the git history clearer as well.
m3thodic commented on 2023-01-20 22:13 (UTC)
@slouchy @eclairevoyant sorry about the slow response time, I updated the PKGBUILD with all your recommendations.
eclairevoyant commented on 2023-01-18 07:20 (UTC) (edited on 2023-01-18 07:24 (UTC) by eclairevoyant)
As @slouchy mentioned, all the nvidia deps should be optional dependencies. There's also changes to the build process; I suggest sticking to the process and deps used in the stable package.
I would even suggest enabling intel support since they have dedicated GPUs now (using
-DINTEL_SUPPORT=ON). Also, you need to addgitto themakedependsarray.slouchy commented on 2022-08-31 10:29 (UTC)
Please remove cuda and nvidia-utils as dependencies, because this can be built without the packages since nvtop supports AMD as well now.
jdm121500 commented on 2022-04-14 00:21 (UTC)
As nvtop now supports non nvidia gpus the nvidia build dependencies should be marked as optional. As cuda and nvidia-utils are useless on systems with AMD gpus.
direc85 commented on 2020-03-19 02:39 (UTC)
Thanks for packaging this application! just what I needed; a simple way to check out the GPU usage. Thanks!