Ununtu server, headless [...]
but IIRC setting GPU-speeds worked but i couldn't apply any OC-settings without a desktop (now I'm running these in a terminal window within gnome which works fine).
try running this shellscript (replace
export XAUTHORITY=/home/
export DISPLAY=:0
nvidia-settings -a '[gpu0]/GPUFanControlState=1'
nvidia-settings -a '[fan0]/GPUTargetFanSpeed=95' # i'd recommend against using 100% here
nvidia-settings -a '[gpu1]/GPUFanControlState=1'
nvidia-settings -a '[fan1]/GPUTargetFanSpeed=95'
# ... and so on (repeat for additional cards)
Thank you! I will check it out