Contribute
Register

Intel HD Graphics Framebuffer Edits - Desktop

Status
Not open for further replies.
Intel HD4600+/HD4000/HD3000 Framebuffer Edits

Framebuffer Patches (paste framebuffer patch(es) to EFI/CLOVER/config.plist)

I don't understand what I suppose to do at this step...

How can I paste a file .plist into an other file .plist ?

Someone can explain me please ?
 
Intel HD4600+/HD4000/HD3000 Framebuffer Edits

How can I paste a file .plist into an other file .plist ?
See Post #1/Tools/Property List Editors
Source.plist/copy the property
Destination.plist/paste the property
 
Intel HD4600+/HD4000/HD3000 Framebuffer Edits

See Post #1/Tools/Property List Editors
Source.plist/copy the property
Destination.plist/paste the property

I use PlistEdit Pro.
I opened config-hdmi_hd4600-100.plist, copy the properties and paste into the config.plist:

here is the result: http://postimg.org/image/l172nuusj/

I don't know if it is correct or not...
Can you tell if it is good ?
 
Intel HD4600+/HD4000/HD3000 Framebuffer Edits

Can you tell if it is good ?
Not correct. Trash config.plist
Use Google search to find property list editor examples
Source: open config...plist
Click on the triangle on the left of KernelAndKextPatches (open)
Click on the triangle on the left of KextsToPatch
Click on the triangle on the left of Item 0
Note: Comment/10.10-Azul-Port_0x5-DP2HDMI

Find the Item that describes the correct patch (Port 0x5, 0x6 or 0x7)
Copy the Item

Paste the Item to the the same place in Destination:
config.plist/KernelAndKextPatches/KextsToPatch

Verify config.plist/KernelAndKextPatches/KextsToPatch/Item 0 is the correct patch.
Repeat as necessary.
 
Intel HD6000+/HD5000/HD4600+/HD4000/HD3000 Framebuffer Edits

I had HD4600 work out of the box on Clover but DisplayPort was stuck giving 1080p to my Philips 288P screen that prefers 4K @ 60Hz.

- El Capitan 10.11.1
- Z97 (Asus Impact VII) - It's great to have the same board as toleda :))
- Devils Canyon 4790K HD4600 integrated graphics

Before the patch I tried the following with no luck on resolutions,
- I applied pixel-clock
- kext patch edits: config-hdmi_hd4600-100.plist
- ig-platform-id -> 0d220003

Then the following made the native 4K/60Hz on Philips 288P work over Display Port:

<dict>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Find</key>
<data>AwAiDQADAwMAAAACAAAwAQ==</data>
<key>Replace</key>
<data>AwAiDQADAwMAAAAEAAAAAw==</data>
<key>Comment</key>
<string>framebuffer4K</string>
</dict>

This according to rael11 boosts the RAM Allocation to 64MB and the Framebuffer Memory Size to 48MB. I also had BIOS to allocate 64MB.

Binary patch by real11:
http://www.tonymacx86.com/graphics/...40-2160-seiki-39-4k-display-3.html#post971232

I just cloverize'd it here:
http://www.tonymacx86.com/graphics/...0-2160-seiki-39-4k-display-6.html#post1162908

Confirm all working and native resolution 4K working @ full 60Hz over DisplayPort and all with just the HD4600 integrated GFX.
 
Intel HD6000+/HD5000/HD4600+/HD4000/HD3000 Framebuffer Edits

hi Toleda,

my /hdmi @2-0x0/dvi @0-0x5/vga @1-0x6(not supported by osx)/ no use of 0x7 port ???
which script To use?

my hackintosh is

CPU: i7 4770k
Motherboard: asus87z-c
Graphics card: HD4600
Bootloader. Chimera/ Clover (multibeast8.1)
os: 10.9.0 /10.11.2
 
Intel HD6000+/HD5000/HD4600+/HD4000/HD3000 Framebuffer Edits

my /hdmi @2-0x0/dvi @0-0x5/vga @1-0x6(not supported by osx)/ no use of 0x7 port ???
Native Azul shows @2-0x7 as @2-0x0. Use patch: 10.10-Azul-Port_0x7-DP2HDMI
Patched Azul shows @2-0x7, as expected.
 
Status
Not open for further replies.
Back
Top