View Single Post
 
Old 04-29-2009, 12:11 PM
jamobinge jamobinge is offline
Cheetah
 
Join Date: May 2008
Posts: 4
Good news

Hi guys, managed to get my graphics working. Also, bought a DLINK DWL-G122 wireless adapter, which I can use to get wireless.

As suggested by scouse, the 9600M GT is natively supported, but you need the right native drivers (kexts). I got mine from aquamac. They are available here:

http://rapidshare.com/files/20027037...ia_Drivers.zip

I downloaded and installed all updates before installing any of these. I removed all injectors and efi strings. I then created the following plist file with OSX86 Tools. It is designed for a 9600M GT with 1024MB of memory.


<?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>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key>
<dict>
<key>@0,AAPL,boot-display</key>
<data>
</data>
<key>@0,built-in</key>
<data>
</data>
<key>@0,compatible</key>
<string>NVDA,NVMac</string>
<key>@0,device_type</key>
<string>display</string>
<key>@0,name</key>
<string>NVDA,Display-A</string>
<key>@0,use-backlight-blanking</key>
<data>
</data>
<key>@1,can-hot-plug</key>
<data>
</data>
<key>@1,compatible</key>
<string>NVDA,NVMac</string>
<key>@1,device_type</key>
<string>display</string>
<key>@1,name</key>
<string>NVDA,Display-B</string>
<key>NVCAP</key>
<data>
0400000000000d00400000000000000700000000
</data>
<key>VRAM,totalsize</key>
<data>
0x40000000
</data>
<key>device_type</key>
<string>NVDA,parent</string>
<key>model</key>
<string>NVIDIA GeForce 9600M GT</string>
<key>rom-revision</key>
<string>test</string>
</dict>
</dict>
</plist>

I then converted this into hex using OSX86 tools and added it apple.com.boot.plist.

After installing the above drivers and efi string and rebooting i have full qe/ci and resolution changes.

Thanks to everyone on the board...

Last edited by jamobinge; 04-29-2009 at 01:20 PM.
Reply With Quote