View Single Post
 
Old 12-22-2008, 07:57 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Quote:
Originally Posted by demigod View Post
about my graphics cards it is GeForce 7300GS 256 MB XFX make.. i worked out well in 10.5.2 and 10.5.5.. i don't know what version NVinject.kext is i had it in Extension backup.
I've got almost the same Graphics card as you. In the past, I used the Zephyroth NVidia Universal Installer (which basically uses NVinject 0.2.1 but it also includes a lot of other packages... regardless, all i ever installed up until 10.5.3 was this NVinject. The thing to watch out for with this is that all the other GeForce and NVDA* graphics kexts in the Extensions folder were removed. Then repair permissions and reboot and it should load just fine.

Now I'm using EFI and the retail graphics update through 10.5.5 and up and the NVDA kext "NVDANV40Hal.kext" and EFI string work together to give me CI/QE and full resolution support.

EDIT: you're hex string should be:
Quote:
6c0200000100000001000000600200000d00000002010c00d0 41030a010000000101060000090101060000007fff04000e00 00004e00560050004d00000020000000010000000000000000 00000000000000000000000000000000000000220000005600 520041004d002c0074006f00740061006c00730069007a0065 00000008000000000000101c00000064006500760069006300 65005f00740079007000650000000f0000004e5644412c5061 72656e740e0000006e0061006d00650000000b000000646973 706c617922000000400030002c006400650076006900630065 005f00740079007000650000000b000000646973706c617922 000000400031002c006400650076006900630065005f007400 79007000650000000b000000646973706c6179100000006d00 6f00640065006c0000001a0000006e5669646961204765466f 726365203733303020475320000000400031002c0063006f00 6d00700061007400690062006c00650000000e0000004e5644 412c4e564d616314000000400030002c006e0061006d006500 0000120000004e5644412c446973706c61792d411400000040 0031002c006e0061006d0065000000120000004e5644412c44 6973706c61792d4220000000400030002c0063006f006d0070 0061007400690062006c00650000000e0000004e5644412c4e 564d6163100000004e00560043004100500000001800000004 000000000003000c00000000000007000000001e0000007200 6f006d002d007200650076006900730069006f006e0000002e 0000006e5669646961204765466f7263652037333030204753 204f70656e474c20456e67696e65205b4546495d
I obtained this with OSx86 Tools Utility. If you need help implementing this, let me know... but you said you already used it so you should be fine. Also, (if you haven't re-updated to 10.5.5 or above) when you boot up... boot up in single user mode (-s) and remove all your other video kext fixes using the commands:
Code:
/sbin/mount -uw /
cd /System/Library/Extensions/
rm -Rf GeForce*
rm -Rf NVDA*
rm -Rf NVinject*
rm -Rf ATI*
cd ..
chmod -R 755 Extensions/ && chown -R root:wheel Extensions/
rm -Rf Extensions.mkext
reboot
Now upgrade your graphics... if you find that the graphics update was already installed and you just erased it, PM me and I'll send you the files.

EDIT: when you copy the hex code, don't worry about the apparent spaces that show in the quote... they don't show up using nano or TextEdit or BBEdit.


Last edited by nfoav8or; 12-22-2008 at 08:06 AM.
Reply With Quote