View Single Post
 
Old 11-13-2011, 12:14 PM
ouija's Avatar
ouija ouija is offline
Cheetah
 
Join Date: Apr 2009
Posts: 10
Resolved!!

So I managed to answer my own question and resolve this issue, and like a proper user will gladly share my fix for anyone who runs into this similar problem.

Apparently as of OSX 10.7.2, Apple made some changes which will affect how you need to form your graphics EFI string / .plist file or it will no longer work with dual graphic cards.

Remove these lines for both graphic cards from your plist file:

Quote:
<key>name</key>
<string>NVDA,Parent</string>

and change the device_type for the first card to:

Quote:
<key>device_type</key>
<string>NVDA,Parent</string>

and the second card:

Quote:
<key>device_type</key>
<string>NVDA,Child</string>
(this is only needed once per card, leave the "@0,device_type" style keys alone, only change the "pure" device_type.)

That's it! Now regenerate your EFI string using gfxutil or EFIStudio or whatever, pop it into your com.apple.boot.plist and away you go!
Reply With Quote