prudhvi Posted July 5, 2015 Share Posted July 5, 2015 How about the graphics card? Intel hd4400 ...i did everything as per the guide... Could u be more precise about helping me to fix this graphics issue.... Plz Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 5, 2015 Moderators Share Posted July 5, 2015 Upload your DSDT and config.plist. I'll check to see what's missing. This guide is a bit outdated. Link to comment Share on other sites More sharing options...
prudhvi Posted July 5, 2015 Share Posted July 5, 2015 THIS IS MY plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>DMAR</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <true/> <key>Generate</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>kext-dev-mode=1</string> <key>Debug</key> <false/> <key>Legacy</key> <string>LegacyBiosDefault</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>Devices</key> <dict> <key>FakeID</key> <dict> <key>IntelGFX</key> <string>0x04128086</string> </dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Custom</key> <dict> <key>Entries</key> <array> <dict> <key>Disabled</key> <false/> <key>FullTitle</key> <string>UEFI Internal</string> <key>Hidden</key> <string>Always</string> <key>Ignore</key> <false/> <key>NoCaches</key> <false/> <key>Type</key> <string>Other</string> </dict> </array> </dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <dict> <key>Entries</key> <true/> <key>Legacy</key> <false/> <key>Tool</key> <true/> </dict> <key>Theme</key> <string>Yosemite</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <true/> <key>NVidia</key> <false/> </dict> <key>ig-platform-id</key> <string>0x0a260006</string> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>KernelPm</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>second stage patch 10.10</string> <key>Find</key> <string>0100007517</string> <key>InfoPlistPatch</key> <true/> <key>Name</key> <string>IOGraphicsFamily</string> <key>Replace</key> <string>0100007417</string> </dict> <dict> <key>Comment</key> <string>two occourances</string> <key>Find</key> <string>418B86E40E0000</string> <key>InfoPlistPatch</key> <true/> <key>Name</key> <string>AppleIntelHD5000Graphics</string> <key>Replace</key> <string>B88680160A9090</string> </dict> <dict> <key>Comment</key> <string>LoginWindows Black</string> <key>Find</key> <string>4188C4EB11</string> <key>InfoPlistPatch</key> <true/> <key>Name</key> <string>IOGraphicsFamily</string> <key>Replace</key> <string>4188C4EB31</string> </dict> <dict> <key>Comment</key> <string>one occourances</string> <key>Find</key> <data> QYuFYA4AAA== </data> <key>Name</key> <string>AppleIntelFramebufferAzul</string> <key>Replace</key> <data> uIaAFgqQkA== </data> </dict> <dict> <key>Comment</key> <string>LoginWindows White</string> <key>Find</key> <data> hcB0a0g= </data> <key>Name</key> <string>IOGraphicsFamily</string> <key>Replace</key> <data> McB0W0g= </data> </dict> </array> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>10/18/13</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>MBP112.88Z.0138.B02.1310181745</string> <key>Board-ID</key> <string>Mac-3CBD00234E554E41</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>MacBook-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>8</string> <key>Family</key> <string>MacBook Pro</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <true/> <key>ProductName</key> <string>MacBookPro11,2</string> <key>SerialNumber</key> <string>C02L8GYPFD56</string> <key>Trust</key> <true/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> </dict> </dict> </plist> Link to comment Share on other sites More sharing options...
prudhvi Posted July 5, 2015 Share Posted July 5, 2015 it says you cannot upload this type of files when i try to upload my dsdt and config.plist Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted July 5, 2015 Moderators Share Posted July 5, 2015 You need to compress them before you could upload any files. Install this to /System/Library/Extensions with a kext utility if you haven't already. Replace your Config with this, it mainly replaced all your KextToPatch section. config.plist.zip Link to comment Share on other sites More sharing options...
prudhvi Posted July 5, 2015 Share Posted July 5, 2015 these are my dsdt and plist DSDT.aml.zip this is plist.zip Link to comment Share on other sites More sharing options...
prudhvi Posted July 5, 2015 Share Posted July 5, 2015 i have uploaded the files you asked...plz verify them and tell me whats wrong .....also i replaced my config.plist with yours and installed those kexts 1 Link to comment Share on other sites More sharing options...
prudhvi Posted July 5, 2015 Share Posted July 5, 2015 dude...ur awesome...ur really awesome...thank u a lott....ur dsdt fixed everything....now the only problem is with wifi Link to comment Share on other sites More sharing options...
prudhvi Posted July 5, 2015 Share Posted July 5, 2015 do u have any solution for that? Link to comment Share on other sites More sharing options...
Administrators Hervé Posted July 5, 2015 Administrators Share Posted July 5, 2015 Until we know what wireless you have, all we can say is use a compatible one (or a version that can be used with patch kexts). Link to comment Share on other sites More sharing options...
Recommended Posts