25 lines
553 B
Bash
25 lines
553 B
Bash
|
|
echo gameing > /tmp/fanmode
|
|
|
|
sudo nvidia-smi -pl 187 #powerlimit to max limited by driver
|
|
|
|
sudo nvidia-settings -a "[gpu:0]/GPUFanControlState=1" -a "[fan:0]/GPUTargetFanSpeed=75"
|
|
|
|
sudo nvidia-settings -a "[gpu:0]/GPUGraphicsClockOffset[3]=120"
|
|
|
|
#sudo nvidia-settings -a '[gpu:0]/GPUGraphicsMemoryOffset=225' #maybe depreacet
|
|
sudo nvidia-settings -a '[gpu:0]/GPUMemoryTransferRateOffset[3]=200'
|
|
|
|
|
|
# working oc settings
|
|
# Core +125
|
|
# +130 SOMETIMES CRASHES
|
|
#
|
|
# Memory +200 ok with custom fan
|
|
# +225 ok with fan speed 63% 2800 rpm
|
|
#
|
|
#
|
|
#
|
|
#Hints
|
|
# nvtop
|