Contribute
Register

MultiBeast OpenCl patches & 10.0.3?

Status
Not open for further replies.
Joined
Aug 25, 2012
Messages
58
Motherboard
GA-Z77-DS3H
CPU
Intel Core i5-3570K
Graphics
NVIDIA GeForce GTX 460
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. Android
Do the MultiBeast Fermi OpenCL Pacthes still work on 10.8.3?
As the Quadro & Geforce OSX driver hasn't been updated to 10.0.3 yet? (I thought the MultiBeast patches where based of that?)

Can you install either the official or MultiBeast version?

http://www.nvidia.com/object/macosx-304.00.05f02-driver.html


Thanks :)
 
Ok guys...i found a way to enable OpenCL in 10.8.3. Just open a terminal and copy this command:

sudo perl -pi -e '$c+=s/\x8b\x81\x1c\x0c\x00\x00\xeb\x06\x8b\x81\x20\x0c\x00\x00/\xb8\x02\x00\x00\x00\x90\xeb\x06\xb8\x00\x00\x00\x00\x90/; END { printf "%s: %d substitution%s made.\n",($c==1 ? "Success" : "Error"),$c,(!$c || $c>1 ? "s" : ""); $?=($c!=1); }' /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib

and that's it...I don't think you need to restart it works right away.
 
Ok guys...i found a way to enable OpenCL in 10.8.3. Just open a terminal and copy this command:

sudo perl -pi -e '$c+=s/\x8b\x81\x1c\x0c\x00\x00\xeb\x06\x8b\x81\x20\x0c\x00\x00/\xb8\x02\x00\x00\x00\x90\xeb\x06\xb8\x00\x00\x00\x00\x90/; END { printf "%s: %d substitution%s made.\n",($c==1 ? "Success" : "Error"),$c,(!$c || $c>1 ? "s" : ""); $?=($c!=1); }' /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib

and that's it...I don't think you need to restart it works right away.

This does work however if you just copy and past from the previous post you will get "0 substitution error" If you download the attached zip file and copy the script from it the script will work. By just copying the script above you get spaces where there shouldn't be spaces.

Hope this helps.
 

Attachments

  • Patch OpenCL Geforce GTX 460 and other (GF100).rtf.zip
    1.4 KB · Views: 181
I tried applying the patch by copying the line out of the text file and into terminal and get the following error:

Bareword found where operator expected at -e line 1, near "/System/Library"
(Missing operator before Library?)
syntax error at -e line 1, near "/System/Library"
Execution of -e aborted due to compilation errors.

I dont know perl, so I can't fix this. Thanks.
 
Status
Not open for further replies.
Back
Top