Jump to content
64 posts in this topic

Recommended Posts

Try this: attachicon.gifDSDT.aml.zip

Delete this value from your org.chameleon.Boot.plist

<key>EnableDualLink</key>
<string>No/Yes</string>

And i need to know what is your Chipset model. E.g: 7 or 6 series

Also try this DSDT too (for tests): attachicon.gifDSDT.aml.zip

 

And you have problem with DSDT, just use the boot-argument: DSDT=No

Is the series 7 and my graphics card is series 3

My graphics card is detected but I have to start in -x and also my screen is like this http://prntscr.com/7jcl6s

 

and my graphics card is series 3

 

Serie 3?? Why?

 

You should understand that we have a lot of ig-platform-id values, so, you need try all this values until HD 4000 be recognized.

Is not obligatory use the "3" value.

 

Read more: Intel HD4000 and Haswell Inject AAPL,ig-platform-id

 

Serie 3?? Why?

 

You should understand that we have a lot of ig-platform-id values, so, you need try all this values until HD 4000 be recognized.

Is not obligatory use the "3" value.

 

 

Read more: Intel HD4000 and Haswell Inject AAPL,ig-platform-id

[/size]

my graphics card is recognized through DSDT but I have 4 screen :(

  • 2 weeks later...

You can add this patch in DSDT - Credits for RehabMan

#Maintained by: RehabMan for: Laptop Patches
#graphics_HD4K_low.txt


#
# Use this patch if your laptop has the standard 1366x768 screen
#
# Use dual-link if you have 1600x900 or have upgraded
# to 1080p screen.
#


# Inject HDMI info into GFX0/IGPU
into method label _DSM parent_adr 0x00020000 remove_entry;
into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
Return (Package()\n
{\n
"AAPL,ig-platform-id", Buffer() { 0x03, 0x00, 0x66, 0x01 },\n
"hda-gfx", Buffer() { "onboard-1" },\n
})\n
}\n
end;

Try use RehabMan's Repo > Laptop patch: 

http://raw.github.com/RehabMan/Laptop-DSDT-Patch/master

DSDT/SSDT: Edit using MacIASL

 

And always check/change what is the right value for you: Intel HD4000 and Haswell Inject AAPL,ig-platform-id

 

×
×
  • Create New...