Sorry for a newbie questions.
I was wondering if anyone ever faced this kind of issues in ubuntu 22.04.2 headless mode, nvidia-settings doesn’t let me modify the GPUGraphicsClockOffset on specific performance state of P5.
I tried several times by changing the other performance state other than P5 then it works, but not on P5.
Steps to reproduce:
-
I install
nvidia-driver-525-serverandnvidia-settings -
I have initialized the xorg.conf through the
sudo nvidia-xconfig --cool-bits=28 --allow-empty-initial-configuration --enable-all-gpuscommand by the proper coolbits as well -
I am using
crontabto automate the bash scripting, tried several ways, started with:
-
sudo X :0to initialize the Xorg server, keep it on and use tmux to split the pane and start the overclocking script there -
keep the
lightdmactive, bysudo systemctl enable lightdm
- both of the approach enables me to control the powermizer
GpuPowerMizerMode, fan stateGPUFanControlStateGPUTargetFanSpeedbut not withGPUGraphicsClockOffset
ps: tried also setting it to all performance level, but did not work GPUMemoryTransferRateOffsetAllPerformanceLevels, it did goes showing the output attribute is successfully changed but with error Unhandled integer attribute
All help is appreciated, thank you!
nvidia-bug-report.log.gz (1016.0 KB)