Animesh Hazarika Posted March 28, 2021 Share 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 Quote Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 28, 2021 Administrators Share Posted March 28, 2021 mobile amd video dont have support for power management use dummy power management in kernel tab and ssdt plug Quote Support Olarila Vanilla Hackintosh by making a donation HERE About Premium Users you can check HERE Problems with Paypal HERE Link to comment Share on other sites More sharing options...