Since buying my first Turing card, the RTX 2070, I noticed that the conventional method of setting the Graphics Clock Offset to overclock viz:
Code: Select all
nvidia-settings -a [gpu:0]/GPUGraphicsClockOffset[3]=65
did not work but the offset could be set using the PowerMizer section in the nvidia-settings GUI. This, however, is most inconvenient as it requires a connected Monitor, Keyboard and Mouse. As I prefer to run my folding rigs "headless" (i.e. without connected Monitors, Keyboards or Mice) I have been scouring the NVidia documentation trying to figure this out.
Finally, a post on the
Arch Linux Wiki has provided the answer solving this issue. It appears the new Syntax is:
Code: Select all
nvidia-settings -a [gpu:0]/GPUGraphicsClockOffsetAllPerformanceLevels=65
I have tested this on a GTX1660 Ti and it works and it also works on Pascal Cards.
Note that, as per the usual methods you will still need:
in each "Screen" section in /etc/X11/xorg.conf to enable graphics & memory overclocking (Coolbit 8 ) and manual fan control (Coolbit 4)