Contribute
Register

pastrychef's build - Asus Maximus VIII Gene - i7-7700K - GTX 1080

Status
Not open for further replies.
Sure! Please add any and all relevant info.
 
hi guys.
i don't know why my post has been deleted.
i will try to re-post it.

1.if you want airplay mirroring you have to enable intel 530 on bios (multi monitor enabled) and then follow tonymac guide to modify clover.plist (http://www.tonymacx86.com/threads/s...grated-graphics-working-as-of-10-11-4.188891/) (Inject Intel=Yes with ig-platform-id=0x19120000)

2.if you want a full working power management, you have to add the ssdt that i attached here, it allows you overclock up to 5ghz and you have to use the injector kext. the injector makes the applelpc kext loading

please, could you help me fixing my issue? look at my login screen, it is so strange.
what i tried to do:
-change output connection (Hdmi-dvi-Displayport)
-change vga card
-change resolution
-change monitor
-disable intel hd530
nothing works. nvidia driver are working correctly.
 

Attachments

  • ssdt.aml.zip
    1.2 KB · Views: 199
  • Injector.kext.zip
    2.7 KB · Views: 184
  • login screen.JPG
    login screen.JPG
    138.5 KB · Views: 238
  • AppleIntelInfo.kext.zip
    16.3 KB · Views: 177
Last edited:
Interesting. Thanks for the tips!

1. Does enabling the Intel 530 graphics affect sleep? Is the AppleIntelInfo.kext that you included used for this?

2. What is different from your included SSDT.aml file from the one that is provided by ammulder? Does the Injector.kext go to /System/Library/?

3. Have you tried changing the Clover theme?
 
Interesting. Thanks for the tips!

1. Does enabling the Intel 530 graphics affect sleep? Is the AppleIntelInfo.kext that you included used for this?

2. What is different from your included SSDT.aml file from the one that is provided by ammulder? Does the Injector.kext go to /System/Library/?

3. Have you tried changing the Clover theme?

hi pastrychef!

1.intel 530 graphic doesn't effect sleep. it works perfectly.
appleintelinfo.kext is meant to check if power management of cpu and gpu are working.
2.the difference is that the ammulder one is made for 6700k stock frequences up to 4.2ghz while mine is made for 6700k frequences up to 5ghz (for overclock i mean)
i put all the kext (usb,ethernet,fakesmc etc) in efi/clover/kext/10.11 but if you want to can put in /system/library/extension

my graphic problem is related to my login screen of mac os, not to the clover boot screen
 
just some other relevant infos.
to check if your power management is fully working, after selecting imac17,1 sysdef and after adding the correct ssdt and the injector.kext you have to run this commands in terminal:
kextstat|grep -y applelpc
kextstat|grep -y acpiplat
kextstat|grep -y x86plat

you have to see an output like this:
Last login: Tue Aug 9 13:21:16 on console
iMac-di-Alex:~ alex$ kextstat|grep -y applelpc
46 0 0xffffff7f82475000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <45 12 5 4 3>
iMac-di-Alex:~ alex$ kextstat|grep -y acpiplat
13 2 0xffffff7f82a50000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
iMac-di-Alex:~ alex$ kextstat|grep -y x86plat
89 1 0xffffff7f81afd000 0x17000 0x17000 com.apple.driver.X86PlatformPlugin (1.0.0) 9DD7E8B9-0DA0-38ED-BF24-3E7175597D18 <85 49 45 40 11 7 6 5 4 3 1>
126 1 0xffffff7f81b14000 0x7000 0x7000 com.apple.driver.X86PlatformShim (1.0.0) 17C72666-8713-3E9E-BA9E-19809A443F1F <89 85 45 7 4 3>

then, out the appleintelinfo.kext on your desktop and run these commands:

sudo -s

chown -R 0:0 ~/Desktop/AppleIntelInfo.kext

chmod -R 755 ~/Desktop/AppleIntelInfo.kext

kextload ~/Desktop/AppleIntelInfo.kext

cat /tmp/AppleIntelInfo.dat

you should see an output like this:
bash-3.2# cat /tmp/AppleIntelInfo.dat


AppleIntelInfo.kext v1.5 Copyright © 2012-2016 Pike R. Alpha. All rights reserved


Settings:

------------------------------------

logMSRs............................: 1

logIGPU............................: 1

logCStates.........................: 1

logIPGStyle........................: 1

InitialTSC.........................: 0x2dc1d284ed5

MWAIT C-States.....................: 1319200


Model Specific Registers

-----------------------------------

MSR_CORE_THREAD_COUNT......(0x35) : 0x40008

MSR_PLATFORM_INFO..........(0xCE) : 0x80838F1012800

MSR_PMG_CST_CONFIG_CONTROL.(0xE2) : 0x7E000008

MSR_PMG_IO_CAPTURE_BASE....(0xE4) : 0x31814

IA32_MPERF.................(0xE7) : 0x16B1F85B05

IA32_APERF.................(0xE8) : 0x19141C9534

MSR_FLEX_RATIO.............(0x194) : 0xE0000

MSR_IA32_PERF_STATUS.......(0x198) : 0x2A9F00002F00

MSR_IA32_PERF_CONTROL......(0x199) : 0x2F00

IA32_CLOCK_MODULATION......(0x19A) : 0x0

IA32_THERM_STATUS..........(0x19C) : 0x884C0000

IA32_MISC_ENABLES..........(0x1A0) : 0x850089

MSR_MISC_PWR_MGMT..........(0x1AA) : 0x401CC1

MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x2F2F2F2F

IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x1

MSR_POWER_CTL..............(0x1FC) : 0x2C005F

MSR_RAPL_POWER_UNIT........(0x606) : 0xA0E03

MSR_PKG_POWER_LIMIT........(0x610) : 0x42FFFF001BFFFF

MSR_PKG_ENERGY_STATUS......(0x611) : 0xCAF22CA

MSR_PKG_POWER_INFO.........(0x614) : 0x2F8

MSR_PP0_POWER_LIMIT........(0x638) : 0x0

MSR_PP0_ENERGY_STATUS......(0x639) : 0x440D9D9

MSR_PKGC6_IRTL.............(0x60b) : 0x8876

MSR_PKGC7_IRTL.............(0x60c) : 0x8894

MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x254F06492D0

MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x0

MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0x0

MSR_PKG_C7_RESIDENCY.......(0x3fa) : 0x0

IA32_TSC_DEADLINE..........(0x6E0) : 0x2DC200B5683


CPU Ratio Info:

------------------------------------

CPU Low Frequency Mode.............: 800 MHz

CPU Maximum non-Turbo Frequency....: 4000 MHz

CPU Maximum Turbo Frequency........: 4700 MHz


IGPU Info:

------------------------------------

IGPU Current Frequency.............: 0 MHz

IGPU Minimum Frequency.............: 350 MHz

IGPU Maximum Non-Turbo Frequency...: 350 MHz

IGPU Maximum Turbo Frequency.......: 1150 MHz

IGPU Maximum limit.................: 1200 MHz


CPU P-States [ (9) 38 47 ] iGPU P-States [ ]

CPU C3-Cores [ 1 2 4 5 6 7 ]

CPU C6-Cores [ 0 1 3 5 6 7 ]

CPU P-States [ 9 23 38 (40) 47 ] iGPU P-States [ ]

CPU C3-Cores [ 0 1 2 3 4 5 6 7 ]

CPU C6-Cores [ 0 1 3 4 5 6 7 ]

CPU P-States [ (9) 23 34 38 40 47 ] iGPU P-States [ ]

CPU C6-Cores [ 0 1 2 3 4 5 6 7 ]

CPU P-States [ 9 23 25 34 38 (40) 47 ] iGPU P-States [ ]

CPU P-States [ 9 23 25 34 38 40 42 (47) ] iGPU P-States [ ]

CPU P-States [ (9) 23 25 34 36 38 40 42 47 ] iGPU P-States [ ]

CPU P-States [ 9 22 23 25 34 36 38 40 42 (47) ] iGPU P-States [ ]

CPU P-States [ (9) 22 23 25 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 22 23 25 28 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 19 22 23 25 28 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ 9 19 20 22 23 25 28 34 36 38 (40) 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 18 19 20 22 23 25 28 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 18 19 20 22 23 25 27 28 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 18 19 20 22 23 25 27 28 29 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 18 19 20 22 23 25 27 28 29 33 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 18 19 20 21 22 23 25 27 28 29 33 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 18 19 20 21 22 23 25 27 28 29 31 33 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 11 18 19 20 21 22 23 25 27 28 29 31 33 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 11 18 19 20 21 22 23 24 25 27 28 29 31 33 34 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 11 18 19 20 21 22 23 24 25 27 28 29 31 33 34 35 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ 9 11 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 38 (40) 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 11 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 11 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 10 11 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ (9) 10 11 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 37 38 40 42 43 47 ] iGPU P-States [ ]

CPU P-States [ 9 10 11 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 37 38 (40) 42 43 46 47 ] iGPU P-States [ ]

CPU P-States [ (9) 10 11 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 37 38 40 42 43 46 47 ] iGPU P-States [ ]

CPU P-States [ (9) 10 11 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 37 38 40 42 43 44 46 47 ] iGPU P-States [ ]

CPU P-States [ (9) 10 11 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 37 38 40 41 42 43 44 46 47 ] iGPU P-States [ ]

CPU P-States [ (9) 10 11 13 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 37 38 40 41 42 43 44 46 47 ] iGPU P-States [ ]

CPU P-States [ (9) 10 11 13 14 15 16 17 18 19 20 21 22 23 24 25 27 28 29 30 31 33 34 35 36 37 38 40 41 42 43 44 46 47 ] iGPU P-States [ ]


ps you have to run latest terminal command several times to see all the cpu p-states
cat /tmp/AppleIntelInfo.dat
 
xelanaiznac, since the SSDT you've attached in a previous post is already made, please share your Terminal command line parameters that created the SSDT as shown for Pike's ssdtPRGen.sh. TIA.
 
hi pastrychef!

1.intel 530 graphic doesn't effect sleep. it works perfectly.
appleintelinfo.kext is meant to check if power management of cpu and gpu are working.
2.the difference is that the ammulder one is made for 6700k stock frequences up to 4.2ghz while mine is made for 6700k frequences up to 5ghz (for overclock i mean)
i put all the kext (usb,ethernet,fakesmc etc) in efi/clover/kext/10.11 but if you want to can put in /system/library/extension

my graphic problem is related to my login screen of mac os, not to the clover boot screen

Thanks very much for the info!! :thumbup:

I will add the info you have provided to my first post on this thread. It should be very helpful to others!
 
xelanaiznac, since the SSDT you've attached in a previous post is already made, please share your Terminal command line parameters that created the SSDT as shown for Pike's ssdtPRGen.sh. TIA.


hi guys.
once downloaded piker'alpha ssdtprgen, i run this command:
./ssdtPRGen.sh -turbo 5000

i would remember that the most important thing for power management, a part from correct ssdt and systemdefinition, is to make applelpc.kext loading.
 
new post: continuity-handoff fix

i have the continuity issue too, as pastry chef wrote in the first post. so i managed to fix it.
this is what i've done, and now i have a full working continuity hand off with iMessage,mail etc

1-logout from iCloud from the hack
2-disable handoff in the hack (system presences, bottom of the first tab)
3-disable bluetooth in the hack
4-remove /Library/Preferences/com.apple.Bluetooth.plist
5-login iCloud from the hack
6-enable bluetooth in the hack
7-enable handoff in the hack

et voilà
 
Status
Not open for further replies.
Back
Top