02-05-2023, 11:53 AM
(03-01-2020, 09:13 PM)DRONE7 Wrote: Thanks for that info.. very timely as I have just assembled my case this morning.
Followed your 'how to' and then adjusted fan speeds and temps.
I don't expect MoOde to stress the Pi4 past what the passive cooling can provide...as you say it is incredible how cool it keeps the Pi.
https://www.cyberciti.biz/faq/linux-find...e-command/
Edit.. Playing all morning and with an ambient 22 C the Pi4 CPUset for On-Demand runs at 36C. for 'Performance" it runs at 39C.
The power button settings seem fine other than I would like to have a longer delay between safe shutdown (3 second hold) and hard kill (5 seconds hold) Would be more family friendly...
Just checking if I would change the setting in /usr/bin/argononed.py from..
Code:elif pulsetime >=4 and pulsetime <=5:
os.system("shutdown now -h")
to something like...
Code:elif pulsetime >=4 and pulsetime <=10:
os.system("shutdown now -h")
??
Was it ever established if this might work please?
Sounds like a good idea.....