kirintwn / electron-nvfans

A desktop application for controlling Nvidia GPU fans speed on Ubuntu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NvFans

A simple linux desktop application that can control nvidia GPU fan speed by temperature.

Tech

  • Electron.js for application framework
    • Node.js for programming logic
    • D3.js and Snap.svg for front-end graphics

Screenshot

Usage

  • Requirement:
    • Node.js 7.8.0 or newer
    • electron 1.6.11 or newer
cd electronAPP
electron main.js
  • You can adjust fan speed by dragging the line on the chart
  • Hold shift key and click on the chart to add new point
  • Press del to delete a chosen point
  • Check/Uncheck to activate/deactivate each cards speed control
  • up to 6 cards support for now

License

The MIT License

Copyright (c) 2017 Kirintw

See the LICENSE file for details.

About

A desktop application for controlling Nvidia GPU fans speed on Ubuntu

License:MIT License


Languages

Language:JavaScript 83.6%Language:CSS 10.6%Language:HTML 5.7%