tuxclocker/README.md

45 lines
1.2 KiB
Markdown
Raw Normal View History

2019-01-22 07:35:17 -06: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.
2019-01-26 13:45:59 -06:00
# Screenshots
2019-01-27 06:27:37 -06:00
![Imgur](https://i.imgur.com/fn8MoNj.png) ![Imgur](https://i.imgur.com/fuKIVW7.png) ![Imgur](https://i.imgur.com/cZCNzmN.png) ![Imgur](https://i.imgur.com/qkp2p7V.png) ![Imgur](https://i.imgur.com/TpmU8PD.png)
2019-01-26 13:45:59 -06:00
2019-01-22 07:35:17 -06:00
# Current features
- GPU monitoring (list and graph)
- Overclocking
- Overvolting
- Change power limit
- Fan mode selection
- Custom fan curve
2019-02-13 05:40:13 -06:00
- Provisional multi-GPU support
2019-01-22 07:35:17 -06:00
- Profiles
2019-02-13 05:40:13 -06:00
# Features in development
2019-01-22 07:35:17 -06:00
- AMD support
# Requirements
- nvidia-smi
- nvidia-settings
2019-02-21 07:55:59 -06:00
- libxnvctrl and headers (if not included in nvidia-settings)
- Qt 5 base libraries and x11extras
2019-01-22 07:35:17 -06:00
- 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)
```
2019-02-21 07:55:59 -06:00
### Arch Linux
#### AUR package
[https://aur.archlinux.org/packages/tuxclocker/](https://aur.archlinux.org/packages/tuxclocker/)
2019-01-22 07:35:17 -06:00
2019-01-27 06:27:37 -06:00