target_fan_speed in RPM should be only added to gpu_config section only, per card basis?Yes
target_temperature should work in general section by design?If you omit the setting on top of config, it assumes it's not set.
If you set it > 0 , it will use it for every card available.
If you set it to 0, or omit it completely, and put it in gpu_conf section for each card, then it will use those settings.
Why i made it like this ?By setting target temp on top, every card will adjust it's fanspeed to maintain this temperature.
Target fan speed isn't supported in general section cause it's something that is let's say unique for every card.
Fan speed 3000 may hold one card on 45c , other on 60.
here is config I tried today w 1.4.9, win10ltsb, 18.3.4 drivers:
{
"cryptonight_type" : "normalv7",
"log_file" : "log.log", -> this isn't used anymore
"intensity" : 23,
"double_threads" : true,
"target_temperature" : 55,
"shutdown_temperature" : 90,
}
and here are the temps without adldisable and with fan control from third party util set to 75% of RPM
[2018-04-30 09:05:02] GPU0: 466.0 H/S [T: 59c, RPM: 2782, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU1: 456.0 H/S [T: 60c, RPM: 2854, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 09:05:02] GPU2: 499.0 H/S [T: 56c, RPM: 2974, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU3: 497.0 H/S [T: 59c, RPM: 3041, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU4: 499.0 H/S [T: 57c, RPM: 2988, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU5: 466.0 H/S [T: 61c, RPM: 3038, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU6: 499.0 H/S [T: 63c, RPM: 3036, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU7: 499.0 H/S [T: 62c, RPM: 2904, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU8: 499.0 H/S [T: 57c, RPM: 3044, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU9: 499.0 H/S [T: 57c, RPM: 2937, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU10: 460.0 H/S [T: 54c, RPM: 2798, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] GPU11: 492.0 H/S [T: 60c, RPM: 2998, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 09:05:02] Total: 5831.0 H/S
it`s just after couple minutes - and it will go higher...
so does target_temperature do anything? (in general section)It does, but i don't know how it should work if you set one thing with 3rd party tool, one in miner. You set fans on 75%, but want temperature 55c.
So do you want 55c or 75% fan speed ?
