GithubHelp home page GithubHelp logo

aabbi / nvidia-system-monitor-qt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from congard/nvidia-system-monitor-qt

0.0 1.0 0.0 246 KB

Task Manager for Linux for Nvidia graphics cards

License: MIT License

C 3.89% C++ 93.43% CMake 2.67%

nvidia-system-monitor-qt's Introduction

nvidia-system-monitor

icon

Task Manager for Linux for Nvidia graphics cards

Dependencies

Qt 5.11+ is required for work.

  • If you are an ArchLinux user, you can install from here.
  • If you are Ubuntu user, it can be installed with sudo apt install qtdeclarative5-dev.

Also in the system must be available nvidia-smi

Building

ArchLinux

You can install nvidia-system-monitor-qt directly from AUR
To launch enter qnvsm or just click on .desktop file

Other

cmake -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" -B cmake-build-release
cd cmake-build-release
make -j4

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

Config

Here example of simple config located in ~/.config/nvidia-system-monitor/config:

# time in ms
updateDelay 500
graphLength 120000

#           gpu id  red  green  blue
gpuColor    0       0    0      255
gpuColor    1       0    255    0
gpuColor    2       255  0      0

Screenshots

Open SCREENSHOTS.md

Donate

Open DONATE.md

nvidia-system-monitor-qt's People

Contributors

aabbi avatar congard avatar hrdkjain avatar joshfindit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.