Skip to content

Instantly share code, notes, and snippets.

@piffall
Last active June 18, 2017 03:34
Show Gist options
  • Save piffall/647f25630416ed81fe2e63bbfda67ced to your computer and use it in GitHub Desktop.
Save piffall/647f25630416ed81fe2e63bbfda67ced to your computer and use it in GitHub Desktop.
Overclocking NV GTX 960
#/bin/bash
#
# Overclocking nvidia GTX 960 4GB
#
# Use this to get current value
# nvidia-settings -q <PROP>
#
# Set cool bits
sudo nvidia-xconfig --cool-bits=31 # Reboot after this command
# Set fan speed
nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=60"
# Set performance level
nvidia-settings -a "[gpu:0]/GPUPowerMizerMode=3"
# Over voltage
nvidia-settings -a "[gpu:0]/GPUOverVoltageOffset=100000"
@bsodmike
Copy link

@piffall did you figure out how to undervolt by any chance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment