View Single Post
 
Old 07-28-2011, 06:56 AM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
Quote:
Originally Posted by bkribbs View Post
So if I am trying to use this with a GMA900 with device id [8086:2592]

What do I do? I need to patch the GMA900 kext and add the old AppleIntelIntegratedFrambuffer.kext? or what?
Yes, use one of the 0x25XX series inside it to swap it.
Remember you need to swap your bytes inside binary (e.g. 25928086 becomes 86809225).
Check Info.plist for a card ID and swap it like I told you.
Next replace that with the swapped ID of your card.
Last but not least you need to adapt the Info.plist in order for it to work.
This must be done for both kexts (and then installed ofcourse)
Reply With Quote