nvidia-system-monitor-qt
nvidia-system-monitor-qt copied to clipboard
Task Manager for Linux for Nvidia graphics cards
nvidia-system-monitor
Task Manager for Linux for Nvidia graphics cards

Packages
Dependencies
- Qt 5.11+
- Fedora:
qt5-qtbase,qt5-qtbase-devel - Arch:
qt5-base - Debian:
qtdeclarative5-dev - Ubuntu:
qtdeclarative5-dev
- Fedora:
nvidia-smiwhichcmake(make dependence)
Building
Fedora
You can install rpm package from releases
To launch type qnvsm or just click on the .desktop file
ArchLinux
You can install nvidia-system-monitor-qt directly from AUR
To launch type qnvsm or just click on the .desktop file
Other
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -B build -G "Unix Makefiles"
cmake --build build --target qnvsm -- -j 4
You can specify icon path by passing CMake argument IconPath, for example:
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -DIconPath=/usr/share/icons/hicolor/512x512/apps/nvidia-system-monitor-qt.png -B build -G "Unix Makefiles"
cmake --build build --target qnvsm -- -j 4
To launch type build/qnvsm
The option -j describes the number of parallel processes for the build. In this case make will try to use 4 cores for the build.
Donate
Payeer: P36281059
Or you can do it even without finance. Just open this link
Thank you.