- Joined
- Nov 17, 2009
- Messages
- 7,349
- Motherboard
- Z370N WIFI
- CPU
- i7 8700K
- Graphics
- HD 630
- Mac
-
- Classic Mac
-
- Mobile Phone
-
Piker Alpha's ssdtPRGen script will generate a SSDT you can use to achieve the maximum amount of power states for your desktop CPU. Please note that desktop power management is not mandatory.
Requirements:
Working internet connection
How to Generate a SSDT for Power Management
1. Configure system with appropriate SMBIOS for your CPU using Clover Configurator
2. Open Terminal and download Piker Alpha's ssdtPRGen.sh
3. That will download ssdtPRGen.sh to your user directory. The next step is to change the file mode (+x) with:
4. For default SSDT generation, type:
5. Type n, n
6. Open Finder and in menubar choose Go/Go to Folder...
7. Type ~/Library/ssdtPRGen/
8. Mount EFI using EFI Mounter v3
9. Copy SSDT.aml to /Volumes/EFI/EFI/CLOVER/ACPI/patched/
NOTE: The Power Management SSDT should always be SSDT.aml. If you have an SSDT.aml there already, rename it SSDT-1.aml, etc...
10. Reboot
How to Test Power Management
1. Download and compile AppleIntelInfo.kext using XCode. Or download here: View attachment AppleIntelInfo.kext.zip.
2. Drag AppleIntelInfo.kext to desktop
3. Open Terminal
4. Type:
5. Type:
6. Type:
7. Type:
8. Type:
The amount of power states will then show in the Terminal window.
References:
http://www.tonymacx86.com/mavericks...vericks-native-cpu-igpu-power-management.html
http://www.tonymacx86.com/el-capita...01-guide-native-power-management-laptops.html
https://github.com/Piker-Alpha/ssdtPRGen.sh
https://github.com/Piker-Alpha/AppleIntelInfo
Requirements:
Working internet connection
How to Generate a SSDT for Power Management
1. Configure system with appropriate SMBIOS for your CPU using Clover Configurator
2. Open Terminal and download Piker Alpha's ssdtPRGen.sh
Code:
curl -o ~/ssdtPRGen.sh https://raw.githubusercontent.com/Piker-Alpha/ssdtPRGen.sh/master/ssdtPRGen.sh
3. That will download ssdtPRGen.sh to your user directory. The next step is to change the file mode (+x) with:
Code:
chmod +x ~/ssdtPRGen.sh
4. For default SSDT generation, type:
Code:
sudo ~/ssdtPRGen.sh
5. Type n, n
6. Open Finder and in menubar choose Go/Go to Folder...
7. Type ~/Library/ssdtPRGen/
8. Mount EFI using EFI Mounter v3
9. Copy SSDT.aml to /Volumes/EFI/EFI/CLOVER/ACPI/patched/
NOTE: The Power Management SSDT should always be SSDT.aml. If you have an SSDT.aml there already, rename it SSDT-1.aml, etc...
10. Reboot
How to Test Power Management
1. Download and compile AppleIntelInfo.kext using XCode. Or download here: View attachment AppleIntelInfo.kext.zip.
2. Drag AppleIntelInfo.kext to desktop
3. Open Terminal
4. Type:
Code:
sudo -s
5. Type:
Code:
chown -R 0:0 ~/Desktop/AppleIntelInfo.kext
6. Type:
Code:
chmod -R 755 ~/Desktop/AppleIntelInfo.kext
7. Type:
Code:
kextload ~/Desktop/AppleIntelInfo.kext
8. Type:
Code:
cat /tmp/AppleIntelInfo.dat
The amount of power states will then show in the Terminal window.
References:
http://www.tonymacx86.com/mavericks...vericks-native-cpu-igpu-power-management.html
http://www.tonymacx86.com/el-capita...01-guide-native-power-management-laptops.html
https://github.com/Piker-Alpha/ssdtPRGen.sh
https://github.com/Piker-Alpha/AppleIntelInfo