Animesh Hazarika Posted March 28, 2021 Posted March 28, 2021 So I have a Acer Nitro 5 An515-42 ,The CPU (Ryzen 5 2500U )would throttle down to base clock (2GHz) once it reached 75*c and boost back again once the temps dropped to around 65*c . So I dumped the DSDT.aml file using Clover . In the DSDT file i found a line THTR 1, I changed it to TTHR 0 . now it no longer throttles but the inbuilt fan controlling software Nitro Sense is now reporting weird Temperatures . So I want to know what TTHR means ?? and what this condition below means? Method (ATHR, 1, NotSerialized) { If ((Arg0 == Zero)) { Return (0xFF) } ElseIf ((Arg0 == One)) { Return (\_PR.C000.PPCV) /* External reference */ } ElseIf ((Arg0 == 0x02)) { Return (TTHR) } Else { Return (0xFF) } }DSDT_Editor_26-03-2021_17_15_58.rar
Administrators MaLd0n Posted March 28, 2021 Administrators Posted March 28, 2021 mobile amd video dont have support for power management use dummy power management in kernel tab and ssdt plug -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Consulting for macOS Hackintosh since 2006 HERE
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now