Guys what is SRR option?
also when i set minimum temp=25 or lower, it wont go lower than 30
(using v0019 with updating)
Why you wana set it to 25 or lower ?
Even a standby GPU temp is higher than that.
Dont kill your fans just to take temp down.
no i fu**** question

I want to set fans to lower than 30, it wont do it...
lol, almost same answer
Don't kill your GPU to save the fan.
If I remember correctly It won't go lower, because minimum fan speed is 29.
There is a failsafe in:
Maxximus007_AUTO_TEMPERATURE_CONTROL
remove or modify this code block and you can set it lower:
if [ "$MINIMAL_FAN_SPEED" -lt "30" ]
then
MINIMAL_FAN_SPEED=30
fi
This was meant to keep members from damaging their GPUs in case of accidentally setting the fan speed too low. IMO I would rather replace more fans than fry a single GPU.