[solved: my mistake] nvidia-settings command line problem 440.40

Until 440.36. this works properly. (as a matter of course, coolbit=28 is defined in my xorg.conf)

/usr/bin/nvidia-settings -a '[gpu:0]/GpuPowerMizerMode=1' -a '[gpu:0]/GPUGraphicsClockOffset[4]=100' -a '[gpu:0]/GPUMemoryTransferRateOffset[4]=400' -a '[gpu:0]/GPUFanControlState[4]=0'

However with 440.40, this doesn’t work properly. It returns this.

$ /usr/bin/nvidia-settings -a '[gpu:0]/GpuPowerMizerMode=1' -a '[gpu:0]/GPUGraphicsClockOffset[4]=100' -a '[gpu:0]/GPUMemoryTransferRateOffset[4]=400' -a '[gpu:0]/GPUFanControlState[4]=0'

  Attribute 'GPUPowerMizerMode' (maverick:1[gpu:0]) assigned value 1.

ERROR: Error assigning value 100 to attribute 'GPUGraphicsClockOffset'
       (maverick:1[gpu:0]) as specified in assignment
       '[gpu:0]/GPUGraphicsClockOffset[4]=100' (Unknown Error).

ERROR: Error assigning value 400 to attribute 'GPUMemoryTransferRateOffset'
       (maverick:1[gpu:0]) as specified in assignment
       '[gpu:0]/GPUMemoryTransferRateOffset[4]=400' (Unknown Error).

Attribute 'GPUFanControlState' (maverick:1[gpu:0]) assigned value 0.

However, these clock speeds can be changed nvidia-settings in GUI. So I guess nvidia-settings should have a problem…

Thanks in advance!

sorry, mistakenly posted.

It worked fine!! My settings were wrong.