Well i was about to open a similar thread but it's better to leave it like it is.
my CPU( a P4 651, cedar mill) is reporting:
Code: Select all
dev.cpu.0.cx_supported: C1/1/20
dev.cpu.0.cx_lowest: C1
now, after doing some googling i found an interesting page in the freebsd wiki:
https://wiki.freebsd.org/TuningPowerConsumption
there it says
Use of C2 state can be enabled by adding to /etc/rc.conf:
performance_cx_lowest="Cmax"
economy_cx_lowest="Cmax"
now i haven't been able to find ANY other website referencing "Cmax", all i've seen is directly referencing Cx (where X is the number you want).
I've set it on my box and now the lowest shown is C8 but the supported stays in C1 and i have seen no difference(turning to back to default now)