GTX 1080 FE overclock
#10
(05-13-2017, 12:44 AM)elidell Wrote: Ok so right now i have the power limit set to the max 217, and im running it with a evga hybrid all in one water cooler block..  its running at 39 degrees celcius and still I am only getting around 370kH/s

any ideas?

Overclock with nvidia-settings commands:

Code:
nvidia-settings -a GPUPowerMizerMode=1 --ctrl-display=:0
nvidia-settings -a GPUGraphicsClockOffset[3]=200 --ctrl-display=:0
nvidia-settings -a GPUFanControlState=1 --ctrl-display=:0

The above example sets the clock to +200 Mhz faster than the factory clock.  Also, the fan control state can be controlled by hashcat with --gpu-temp-retain.  Manual control of the fan isn't strictly necessary, which makes that bottom line optional.

In order to reset, you might need to do this:

Code:
nvidia-settings -a GPUGraphicsClockOffset[3]=0 --ctrl-display=:0
nvidia-settings -a GPUPowerMizerMode=0 --ctrl-display=:0
nvidia-settings -a GPUFanControlState=0 --ctrl-display=:0

You might need to do this first, before the above.

Code:
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

nvidia-xconfig -s -a --force-generate --allow-empty-initial-configuration \
   --cool-bits=12 --registry-dwords="PerfLevelSrc=0x2222" \
   --no-sli --connected-monitor="DFP-0" -o /etc/X11/xorg.conf

sed -i '/Driver/a     Option         "Interactive" "False"' /etc/X11/xorg.conf

Cool bits needs the proper settings.  You might need to reboot after you set this.

Search my posts or these forums for more information.


Messages In This Thread
GTX 1080 FE overclock - by elidell - 05-11-2017, 10:50 PM
RE: GTX 1080 FE overclock - by epixoip - 05-12-2017, 12:53 AM
RE: GTX 1080 FE overclock - by elidell - 05-12-2017, 03:26 AM
RE: GTX 1080 FE overclock - by elidell - 05-12-2017, 02:25 AM
RE: GTX 1080 FE overclock - by elidell - 05-12-2017, 02:29 AM
RE: GTX 1080 FE overclock - by epixoip - 05-12-2017, 04:24 AM
RE: GTX 1080 FE overclock - by elidell - 05-12-2017, 04:35 AM
RE: GTX 1080 FE overclock - by PingTrip - 10-13-2017, 03:01 PM
RE: GTX 1080 FE overclock - by elidell - 05-12-2017, 04:42 AM
RE: GTX 1080 FE overclock - by elidell - 05-13-2017, 12:44 AM
RE: GTX 1080 FE overclock - by devilsadvocate - 05-13-2017, 07:15 AM
RE: GTX 1080 FE overclock - by elidell - 05-13-2017, 02:57 PM