riprod, on 13 December 2011 - 09:07 PM, said:
I didn't do the OpenCL update through MultiBeast, but manually with the same edits from netkas for 10.7.2 and OpenCL works for me. Tested with LuxMark.
oSxFr33k, on 12 December 2011 - 04:58 AM, said:
Do we need to make the same Hex changes again for the OpenCL fix for non-GF100/GF110 graphics as we did for 10.7.0, 10.7.1 and 10.7.2? From 10.7.1 to 10.7.2 I think the hex string was changed I don't remember?
Hi,
I had to make the same hex editings from 10.7.2 to get back the opencl support in 10.7.3 after the update.
I'm with a GTX 460 SE card, and had to change the following:
In GeForceGLDriver: (by Netkas -
http://netkas.org/?p=794)
x86
search for: eba883f8 02 7c15
replace by: eba883f8 03 7c15
x86_64
search for: 78e883f8 02 7c11
replace by: 78e883f8 03 7c11
In libclh.dylib: (by cmf from InsanelyMac -
http://www.insanelym...howtopic=266318)
find: 8B 87 1C 0C 00 00 89 06 8B 87 20 0C 00 00 89 02
replace by: 31 C0 FF C0 FF C0 89 06 31 C0 89 02 90 90 90 90
And had to register my card ID in NVDAGF100Hal.Kext
Only the changes in AppleGraphicsPowerManagement.Kext remained intact.
I have not checked AppleRTC.Kext yet... any information about it?