Hi!
I did some changes on Thinkpad T495 related to powerd and fan.
For fan I did:
RPM is 2700 and works all the time.. Settings before were 1 for fan and 1 level.
And in /etc/rc.conf I have:
Do I need to put fan settings in /etc/sysctl.conf or stay as I did? Should I change something related to powerd, please?
Thank you.
I did some changes on Thinkpad T495 related to powerd and fan.
For fan I did:
Code:
sysctl dev.acpi_ibm.0.fan=0
sysctl dev.acpi_ibm.0.fan_level=1
And in /etc/rc.conf I have:
Code:
powerd_enable="YES"
powerd_flags="-a adaptive -b adaptive"
performance_cx_lowest="Cmax"
economy_cx_lowest="Cmax"
Thank you.