All Projects → congard → Nvidia System Monitor Qt

congard / Nvidia System Monitor Qt

Licence: mit
Task Manager for Linux for Nvidia graphics cards

Projects that are alternatives of or similar to Nvidia System Monitor Qt

zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-19.67%)
Mutual labels:  arch-linux, nvidia
Moonlight Qt
GameStream client for PCs (Windows, Mac, Linux, and Steam Link)
Stars: ✭ 2,796 (+4483.61%)
Mutual labels:  nvidia, qt
Optimus Manager Qt
An interface for Optimus Manager that allows to switch GPUs on Optimus laptops.
Stars: ✭ 115 (+88.52%)
Mutual labels:  nvidia, qt
vibrantLinux
A tool to automate managing your screen's saturation depending on what programs are running
Stars: ✭ 66 (+8.2%)
Mutual labels:  qt, nvidia
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-13.11%)
Mutual labels:  qt
Multiple Smi
Python bindings for pyNVML and psutil library over network
Stars: ✭ 49 (-19.67%)
Mutual labels:  nvidia
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-21.31%)
Mutual labels:  qt
Pyqx
Multiplatform graphics editor made with Python and PyQt and specializing in Pixel Art
Stars: ✭ 45 (-26.23%)
Mutual labels:  qt
Kdabtv
This repository contains the code of the examples showcased in the KDAB TV video series.
Stars: ✭ 61 (+0%)
Mutual labels:  qt
Qtdirect3d
QDirect3DWidget implementation similar to the built-in QOpenGLWidget
Stars: ✭ 60 (-1.64%)
Mutual labels:  qt
Neovim Qt
Neovim client library and GUI, in Qt5.
Stars: ✭ 1,057 (+1632.79%)
Mutual labels:  qt
Qtwebapp
QtWebApp is a HTTP server like Java servlets, written in C++ with the Qt framework.
Stars: ✭ 50 (-18.03%)
Mutual labels:  qt
Telepathy Morse
Telegram connection manager for the Telepathy framework
Stars: ✭ 55 (-9.84%)
Mutual labels:  qt
Qt Promise
Chainable promises for Qt
Stars: ✭ 48 (-21.31%)
Mutual labels:  qt
Optix Path Tracer
OptiX Path Tracer
Stars: ✭ 60 (-1.64%)
Mutual labels:  nvidia
Abs cd
CI/CD for the Arch build system with webinterface.
Stars: ✭ 48 (-21.31%)
Mutual labels:  arch-linux
Qt Material Widgets
🎨 Qt widgets-based implementation of the Material Design specification.
Stars: ✭ 1,058 (+1634.43%)
Mutual labels:  qt
Hidden Miner Builder
Hidden miner builder
Stars: ✭ 58 (-4.92%)
Mutual labels:  nvidia
Fqterm
Stars: ✭ 50 (-18.03%)
Mutual labels:  qt
Tiled
Flexible level editor
Stars: ✭ 8,411 (+13688.52%)
Mutual labels:  qt

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: [email protected]

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 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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].