Coder Social home page Coder Social logo

tuxclocker's Introduction

TuxClocker - A GUI overclocking utility for GNU/Linux

TuxClocker is a Qt5 overclocking tool. Currently supported cards are nvidia 600-series cards and newer, and AMD GPUs using the amdgpu driver until (not including) Radeon VII.

Support

Matrix room: #tuxclocker:matrix.org Direct Riot link

Screenshots

Imgur Imgur Imgur Imgur Imgur

Current features

  • GPU monitoring (list and graph)
  • Overclocking
  • Overvolting
  • Change power limit
  • (AMD) pstate editing
  • Fan mode selection
  • Custom fan curve
  • Provisional multi-GPU support
  • Profiles

Prerequisites

For AMD under any distribution:

  • NOTE: headers are usually included in a package named *-dev, if they are separate
  • libdrm and headers

For AMD under Ubuntu:

sudo apt install --yes --quiet --quiet \
    libqt5x11extras5-dev \
    qtbase5-dev \
    libqt5x11extras5 \
    libdrm-amdgpu1 \
    libdrm-common \
    libdrm-dev

For Nvidia under any distribution:

  • NOTE: headers are usually included in a package named *-dev, if they are separate
  • nvidia-smi
  • nvidia-settings
  • libxnvctrl and headers (if not included in nvidia-settings)
  • qt5base, x11extras and their headers

For Nvidia under Ubuntu:

sudo apt install --yes --quiet --quiet \
    libqt5x11extras5-dev \
    qtbase5-dev \
    libqt5x11extras5 \
    libdrm-amdgpu1 \
    libdrm-common \
    libdrm-dev \
    nvidia-utils-440-server \
    nvidia-settings \
    libxnvctrl-dev

Requirements (nvidia)

  • Coolbits set to the value you want (31 for all functionality)

Installation (nvidia)

Compilation

NOTE: on some systems, qmake is linked to qt4-qmake. If qmake fails, run qmake-qt5 in place of qmake

git clone https://github.com/Lurkki14/tuxclocker
cd tuxclocker
qmake rojekti.pro
make
make install (installs into /opt/tuxclocker/bin)

Arch Linux

AUR package

https://aur.archlinux.org/packages/tuxclocker/

Requirements (AMD)

  • amdgpu.ppfeaturemask boot paramter set to the value you want. To view the current value, run
printf "0x%08x\n" $(cat /sys/module/amdgpu/parameters/ppfeaturemask)

Example grub line (usually /etc/default/grub):

GRUB_CMDLINE_LINUX_DEFAULT="quiet radeon.si_support=0 amdgpu.si_support=1 amdgpu.dpm=1 amdgpu.ppfeaturemask=0xffffffff"

After editing, update grub, usually

sudo update-grub

Installation (AMD)

Compilation

NOTE: on some, systems, qmake is linked to qt4-qmake. If qmake fails, run qmake-qt5 in place of qmake

git clone https://github.com/Lurkki14/tuxclocker
cd tuxclocker
git checkout pstatetest
qmake rojekti.pro
make
make install (installs into /opt/tuxclocker/bin)

NOTE: to use fancurves on the AMD version, you need to run as root.

tuxclocker's People

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.