Animesh Hazarika Posted March 28, 2021 Posted March 28, 2021 (edited) 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.aml DSDT_Editor_26-03-2021_17_15_58.rar Edited March 28, 2021 by Animesh Hazarika
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