Sorapeth Posted October 7, 2009 Share Posted October 7, 2009 I'm very new in OS X. I have p5ql-pro, XFX 9500 GT 1G, 8 g DDR2 RAM, 2 of 500 G HD. After I installed os x 10.6 from boot DVD "Mac OS 10.6 Snow Leopard 10A432 Universal v3.5" follow this link : www.insanelymac.com/forum/index.php?showtopic=183524, everything ok. I can install lan & audio driver (Kexthelper) and it worked. But for 9500GT 1g I try many solution from this web but not work. Any one can help me? Link to comment https://www.insanelymac.com/forum/topic/191024-how-to-add-xfx-9500gt-1g-driver-for-os-x106-installed/ Share on other sites More sharing options...
Ian T Posted October 8, 2009 Share Posted October 8, 2009 Have you tried using Chameleon 2.0 RC3-r658's GraphicsEnabler? If you have Chameleon 2.0 RC3-r658 installed all you would need to do is add a string and key to com.apple.Boot.plist in /Extra. You can also input the correct resolution under "Graphics Mode" Example: <string>GraphicsEnabler</string> <key>yes</key> <string>Graphics Mode</string> <key>1920x1200x32</key> You can also try using NVInject.kext which is x64 only... Search for it on google... PS. If you are using Netkas' PC EFI v10.3 boot file, let me know... Link to comment https://www.insanelymac.com/forum/topic/191024-how-to-add-xfx-9500gt-1g-driver-for-os-x106-installed/#findComment-1293136 Share on other sites More sharing options...
Sorapeth Posted October 8, 2009 Author Share Posted October 8, 2009 Have you tried using Chameleon 2.0 RC3-r658's GraphicsEnabler? If you have Chameleon 2.0 RC3-r658 installed all you would need to do is add a string and key to com.apple.Boot.plist in /Extra. You can also input the correct resolution under "Graphics Mode" Example: <string>GraphicsEnabler</string> <key>yes</key> <string>Graphics Mode</string> <key>1920x1200x32</key> You can also try using NVInject.kext which is x64 only... Search for it on google... PS. If you are using Netkas' PC EFI v10.3 boot file, let me know... I have Chameleon 2.0 RC2-r640 and monitor Samsung 19". How to add a string and key to com.apple.Boot.plist in /Extra? Link to comment https://www.insanelymac.com/forum/topic/191024-how-to-add-xfx-9500gt-1g-driver-for-os-x106-installed/#findComment-1293450 Share on other sites More sharing options...
carny Posted October 8, 2009 Share Posted October 8, 2009 I have Chameleon 2.0 RC2-r640 and monitor Samsung 19". How to add a string and key to com.apple.Boot.plist in /Extra? Download the tool OSx86 Tools. google it it has EFI option for many cards. copy your EFI gfx string from their and paste into your com.apple.boot or download EFI studio from http://www.mediafire.com/download.php?xz14ytrmddo copy EFI string from their and paste into com.apple.boot file. i just found it. Here is the string for 9500GT. <key>device-properties</key> <string>4c0200000100000001000000400200000d00000002010c00d041030a010000000101060000010 101060000007fff04000e0000004e00560050004d0000002000000001000000000000000000000000 000000000000000000000000000000220000005600520041004d002c0074006f00740061006c00730 069007a006500000008000000000000201c0000006400650076006900630065005f00740079007000 650000000f0000004e5644412c506172656e740e0000006e0061006d00650000000b0000006469737 06c617922000000400030002c006400650076006900630065005f00740079007000650000000b0000 00646973706c617922000000400031002c006400650076006900630065005f0074007900700065000 0000b000000646973706c6179100000006d006f00640065006c0000000a0000003935303047542000 0000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e5 64d616314000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d 4114000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d42200 00000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e 564d6163100000004e00560043004100500000001800000004000000000003000c000000000000070 00000001e00000072006f006d002d007200650076006900730069006f006e0000001e000000393530 304754204f70656e474c20456e67696e65205b4546495d</string> best of luck Link to comment https://www.insanelymac.com/forum/topic/191024-how-to-add-xfx-9500gt-1g-driver-for-os-x106-installed/#findComment-1293791 Share on other sites More sharing options...
hotmaster Posted November 18, 2010 Share Posted November 18, 2010 tnx everybody now my 9500GT works well under snow leopard 10.6.2!! Link to comment https://www.insanelymac.com/forum/topic/191024-how-to-add-xfx-9500gt-1g-driver-for-os-x106-installed/#findComment-1586423 Share on other sites More sharing options...
fpdesigner Posted April 28, 2012 Share Posted April 28, 2012 i 'm on 10.6.8 and i have a geforce 9500 gt 1gb , I need QE/CI I have this file in the extension NVSMU.kext NVDAResman.kext NVDANV50Hal.kext NVDANV40Hal.kext this is com.apple.Boot.plist my setting <?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>GraphicsEnabler</key> <string>Yes</string> <key>Graphics Mode</key> <string>1280x1024x32</string> <key>Kernel</key> <string>legacy_kernel</string> <key>Kernel Flags</key> <string>arch=i386</string> <key>Timeout</key> <string>5</string> </dict> </plist> Please a solution? Amd i have in the extension folder GeForceVADriver.bundle GeForceGLDriver.bundle GeForceGA.plugin GeForce7xxxGLDriver.bundle Link to comment https://www.insanelymac.com/forum/topic/191024-how-to-add-xfx-9500gt-1g-driver-for-os-x106-installed/#findComment-1816723 Share on other sites More sharing options...
Recommended Posts