Contribute
Register

Iris 540 on 10.11.4

Status
Not open for further replies.
Joined
Jul 12, 2014
Messages
28
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Finally fixed my NVMe issues and now I'm trying to get the Iris 540 working with QE/CI.

Inject Intel = Yes with ig-platform-id 19260000 and 19260002 gives me the correct resolution and allows my QHD+ display to work correctly, but there doesn't seem to be acceleration. (animations still very laggy)

Inject Intel = No gives me a black screen. System seems to boot properly because I can login via teamviewer, but it seems the display isn't being picked up properly. SwitchResX shows a "virtual display" (assuming that's from Teamviewer)
 
Finally fixed my NVMe issues and now I'm trying to get the Iris 540 working with QE/CI.

Inject Intel = Yes with ig-platform-id 19260000 and 19260002 gives me the correct resolution and allows my QHD+ display to work correctly, but there doesn't seem to be acceleration. (animations still very laggy)

Inject Intel = No gives me a black screen. System seems to boot properly because I can login via teamviewer, but it seems the display isn't being picked up properly. SwitchResX shows a "virtual display" (assuming that's from Teamviewer)

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Attached IOReg and Clover.

Code:
[FONT=Menlo]Last login: Thu Mar 24 11:41:36 on console
[/FONT][FONT=Menlo]Nero-MacBook-Pro:~ Nero$ kextstat|grep -y acpiplat[/FONT]
[FONT=Menlo]   13    2 0xffffff7f82ace000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
Nero-MacBook-Pro:~ Nero$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Nero-MacBook-Pro:~ Nero$ kextstat|grep -y applelpc[/FONT]
[FONT=Menlo]Nero-MacBook-Pro:~ Nero$ [/FONT]
 

Attachments

  • CLOVER.zip
    3.2 MB · Views: 142
  • NerosIOReg.zip
    480.3 KB · Views: 102
Attached IOReg and Clover.

Code:
[FONT=Menlo]Last login: Thu Mar 24 11:41:36 on console
[/FONT][FONT=Menlo]Nero-MacBook-Pro:~ Nero$ kextstat|grep -y acpiplat[/FONT]
[FONT=Menlo]   13    2 0xffffff7f82ace000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
Nero-MacBook-Pro:~ Nero$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Nero-MacBook-Pro:~ Nero$ kextstat|grep -y applelpc[/FONT]
[FONT=Menlo]Nero-MacBook-Pro:~ Nero$ [/FONT]

Please provide complete details in your profile/signature
(Profile/Settings link in upper right corner of this site)

Mobo: manufacturer/model + bootloader(Clover/Chameleon/Chimera)
CPU: detailed CPU model + motherboard chipset
Graphics: all graphics devices + laptop internal screen resolution

For example, typical Ivy laptop:
Mobo: HP ProBook 4540s (Clover)
CPU: i5-3320m/HM76
Graphics: HD4000, 1366x768

Use CPU-Z on Windows to find CPU (Core iX-xxx) and motherboard chipset (HMxx), and graphics capabilities. For a laptop, these details are important and affect critical installation procedures.

Note: When specifying your bootloader, if using Clover legacy, please be sure to specify "Clover legacy"). Specifying "Clover" will be assumed as "Clover UEFI"
 
Mobo: Dell XPS 13 9350
Bootloader: Clover
CPU: i7-6560u
Graphics: Iris 540, 3200x1800@HiDPI
 
Attached IOReg and Clover.

Code:
[FONT=Menlo]Last login: Thu Mar 24 11:41:36 on console
[/FONT][FONT=Menlo]Nero-MacBook-Pro:~ Nero$ kextstat|grep -y acpiplat[/FONT]
[FONT=Menlo]   13    2 0xffffff7f82ace000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
Nero-MacBook-Pro:~ Nero$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Nero-MacBook-Pro:~ Nero$ kextstat|grep -y applelpc[/FONT]
[FONT=Menlo]Nero-MacBook-Pro:~ Nero$ [/FONT]

Some problems easily seen by looking at ioreg and current kexts Info.plist:

IGPU is 8086:1926. It is supported by AppleIntelSKLGraphicsFramebuffer.kext, but not AppleIntelSKLGraphics.kext. You could try injecting a supported FakeID (config.plist/Devices/FakeID/IntelGFX=0x19168086).

Your LPC device, 8086:9d48 is not supported by AppleLPC.kext (this will impact power management/sleep/etc). You could try injecting a compatible ID (find an ioreg for a 100-series mac or hack that shows AppleLPC loaded). See ACPI patching guide for the "Haswell LPC" patch that could be modified for this purpose. May require further reading/research of the 100-series chipset spec...

There is a problem with your SMBIOS identifier. It is showing in ioreg as "MacBookPro1". I think that is a Clover bug, cause unknown as of yet.
 
Finally fixed my NVMe issues and now I'm trying to get the Iris 540 working with QE/CI.

Inject Intel = Yes with ig-platform-id 19260000 and 19260002 gives me the correct resolution and allows my QHD+ display to work correctly, but there doesn't seem to be acceleration. (animations still very laggy)

Inject Intel = No gives me a black screen. System seems to boot properly because I can login via teamviewer, but it seems the display isn't being picked up properly. SwitchResX shows a "virtual display" (assuming that's from Teamviewer)

Sorry to jump into the thread, but can you point me in the direction of your NVMe fix? I'm getting KPs on 10.11.4. :-/
 
Status
Not open for further replies.
Back
Top