stas00 / nvidia-system-monitor-qt

Task Manager for Linux for Nvidia graphics cards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvidia-system-monitor

icon

Task Manager for Linux for Nvidia graphics cards

Codacy Badge

preview

Dependencies

  1. Qt 5.11+
  2. nvidia-smi
  3. which
  4. cmake (make dependence)

Building

Note: after a lot of refactoring you may be bumped into compilation errors because of missing headers.
If so, create new issue or write me email with compilation error: dbcongard@gmail.com

ArchLinux

You can install nvidia-system-monitor-qt directly from AUR
To launch enter qnvsm or just click on .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 cmake-build-release/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.

If you want to use an IDE for Linux you can try CLion or QtCreator.

Donate

Payeer: P36281059

Or you can do it even without finance. Just open this link

Thank you.

About

Task Manager for Linux for Nvidia graphics cards

License:MIT License


Languages

Language:C++ 91.5%Language:CMake 6.0%Language:HTML 2.3%Language:C 0.3%