Qt overclocking tool for GNU/Linux
Go to file
2019-02-21 15:55:59 +02:00
cog.png some cleanup 2019-01-18 15:48:34 +02:00
editprofile.cpp Add license 2019-02-13 12:16:18 +02:00
editprofile.h Add license 2019-02-13 12:16:18 +02:00
editprofile.ui Polishing for first release 2019-01-22 15:35:17 +02:00
gpuonfire.svg some cleanup 2019-01-18 15:48:34 +02:00
LICENSE Add license 2019-02-13 12:16:18 +02:00
main.cpp Add license 2019-02-13 12:16:18 +02:00
mainwindow.cpp Fix includes 2019-02-14 22:19:20 +02:00
mainwindow.h Fix includes 2019-02-14 22:19:20 +02:00
mainwindow.ui add icon 2019-01-31 14:25:44 +02:00
minusicon.png some cleanup 2019-01-18 15:48:34 +02:00
newprofile.cpp Add license 2019-02-13 12:16:18 +02:00
newprofile.h Add license 2019-02-13 12:16:18 +02:00
newprofile.ui Polishing for first release 2019-01-22 15:35:17 +02:00
nvidia.cpp Add license 2019-02-13 12:16:18 +02:00
nvidia.h Add license 2019-02-13 12:16:18 +02:00
nvml.h crash fix 2019-01-31 13:48:14 +02:00
plotwidget.cpp Add license 2019-02-13 12:16:18 +02:00
plotwidget.h Add license 2019-02-13 12:16:18 +02:00
plusicon.png some cleanup 2019-01-18 15:48:34 +02:00
qcustomplot.cpp fwafawf 2018-12-13 21:31:36 +02:00
qcustomplot.h fwafawf 2018-12-13 21:31:36 +02:00
README.md Update README 2019-02-21 15:55:59 +02:00
resources.qrc Polishing for first release 2019-01-22 15:35:17 +02:00
rojekti.pro Add license 2019-02-13 12:16:18 +02:00

TuxClocker - A GUI overclocking utility for GNU/Linux

TuxClocker is a Qt5 overclocking tool. Currently supported cards are nvidia 600-series cards and newer. Support for AMD GPUs is planned.

Screenshots

Imgur Imgur Imgur Imgur Imgur

Current features

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

Features in development

  • AMD support

Requirements

  • nvidia-smi
  • nvidia-settings
  • libxnvctrl and headers (if not included in nvidia-settings)
  • Qt 5 base libraries and x11extras
  • Coolbits set to the value you want (31 for all functionality)

Installation

Compilation

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/