How To Overclock & Control Fans Of A Nvidia GPU In Linux

How To Overclock & Control Fans Of A Nvidia GPU In Linux

Subscribers:
12,300
Published on ● Video Link: https://www.youtube.com/watch?v=HAKe9ladLvc



Duration: 4:07
40,725 views
498


This video covers the installation of Green With Envy, a GUI application that allows you to overclock and control fans on a Nvidia GPU in Linux.

https://gitlab.com/leinardi/gwe

Step 1. Install Flathub Support.

https://flatpak.org/setup/

Choose the relevant steps for your distribution.

Step 2. Install GreenWithEnvy

https://flathub.org/apps/details/com.leinardi.gwe

Click the Install button and it should open in your Software Centre.

Alternatively install with the following Terminal command.

flatpak install flathub com.leinardi.gwe

Step 3. Enable Overclocking & Fan Control

Enable nVidia Coolbits to enable Overclocking and Fan Control functionality.

Add the following to your xorg.conf file between the Section “Device” and EndSection:

Option “Coolbits” “12”

For example:

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1080"
Option "Coolbits" "12"
EndSection

For most distributions, the xorg.conf file is located at /etc/X11.

Save the changes and reboot to apply.

If this file does not exist, then run the below in a Terminal window to generate one.

sudo nvidia-xconfig

Step 4. Usage

Create a new profile for Fan Control or Overclock, click on the pencil icon, set your parameters and then click the Apply button.

#greenwithenvy #nvidia #linuxgaming







Tags:
greenwithenvy
gwe
nvidia
overclocking
fan control
linux gaming
nvidia coolbits
flathub