Giter VIP home page Giter VIP logo

nvfc's Introduction

NVFC

Image

Open source tool for monitoring, configuring and overclocking NVIDIA GPUs

Reverse engineering

All of the useful interfaces for controlling power states and fans with NvAPI is undocumented. This tool implements interfaces that were discovered by carefully watching functions obtained through nvapi_QueryInterface as called by existing programs like EVGA Precision X.

Why

The result of this effort is that there is now a sufficent base to build an open source tool that can monitor, configure and overclock NVIDIA GPUs that is lightweight and isn't branded like a tacky gamer product.

Similarly, tools like EVGA Precision X and RivaTuner to name a few, often rely on injection techniques to provide functionality that most people don't need, such as an overlay. These injection techniques can often trigger anti-tamper and DRM solutions in video games, preventing them from ever running. NVFC doesn't have this problem.

Since the general interface is written like a library, this can also be used in video games to modify and tweak the GPU.

Features

Currently the following features are supported

  • Getting display driver version and branch info
  • Enumerating all NVIDIA GPUs
  • Getting names
  • Getting serial numbers
  • Getting PCIe identifiers
  • Getting voltage
  • Getting temperatures for: gpu, memory, power supply and board
  • Getting current clocks for: core, memory and shader
  • Getting base clocks for: core, memory and shader
  • Getting default clocks for: core, memory and shader
  • Getting boost clocks for: core, memory and shader
  • Getting usages for: gpu, framebuffer, video engine and memory bus
  • Getting current overclock profile
  • Getting current fan usage and policy
  • Setting fan usage and policy

Currently still reverse engineering how to set overclock profiles and over volting

System Requirements

  • NVIDIA display driver 384.76 or higher
  • Windows 7, 8 or 10
  • NVIDIA 400 Series or higher

How To Build

Written in C++17 so Visual Studio 2017 solution file included.

nvfc's People

Contributors

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