Contribute
Register

Enable OpenGL in 10.8.2?

Status
Not open for further replies.
Joined
Jul 13, 2012
Messages
95
Motherboard
Z68MA-D2H-B3 (UEFI BIOS)
CPU
Intel Core i5 (2500K) 3.30 Ghz
Graphics
Geforce GTX 560 Ti 1GB
Mac
  1. MacBook Pro
  2. Mac mini
Classic Mac
  1. 0
Mobile Phone
  1. iOS
Enable OpenCL/GL? in 10.8.2?

Anyone has a way to do this yet? I searched everywhere but havent found it yet. By OpenGL I think I mean OpenCL lol, I'm looking for the code that edits libclh.dylib and lets any card work with it.

Thank you!
 
Anyone has a way to do this yet? I searched everywhere but havent found it yet.

Thank you!

OK... let's try something else...

To the gurus out there... what program do you use to decompile and change the libclh.dylib file? I used Hopper but maybe since it is a demo I can't change the file.

Thanks again! :p
 
I'm wondering about this as well. My 9800 GTX+ works out of the box, but the performance is sluggish after 10.8.2. I was getting 43 fps in Cinebench, but now it's down to 18.

Thanks to anyone who has insight to share.
 
and here it is!

Code:
sudo perl -pi -e '$c+=s/\x8B\x87\x1C\x0C\x00\x00\x89\x06\x8B\x87\x20\x0C\x00\x00\x89\x02/\x31\xC0\xFF\xC0\xFF\xC0\x89\x06\x31\xC0\x89\x02\x90\x90\x90\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 here it is!

Code:
sudo perl -pi -e '$c+=s/\x8B\x87\x1C\x0C\x00\x00\x89\x06\x8B\x87\x20\x0C\x00\x00\x89\x02/\x31\xC0\xFF\xC0\xFF\xC0\x89\x06\x31\xC0\x89\x02\x90\x90\x90\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
Thanks for the post. This didn't change anything for me. Perhaps it's because we have different video cards?
 
I don't think this is card dependent. If it didn't work it was probably because you have the wrong file? Are you running the nvidia drivers or 10.8.2 stock?
 
and here it is!

Code:
sudo perl -pi -e '$c+=s/\x8B\x87\x1C\x0C\x00\x00\x89\x06\x8B\x87\x20\x0C\x00\x00\x89\x02/\x31\xC0\xFF\xC0\xFF\xC0\x89\x06\x31\xC0\x89\x02\x90\x90\x90\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

Thank yuou working perfect LUNXMARK work smoothly GTX 560
 
I don't think this is card dependent. If it didn't work it was probably because you have the wrong file? Are you running the nvidia drivers or 10.8.2 stock?

I'm running 10.8.2 stock. With the GeForce GTX9800+, I've never needed to install drivers because it's always had native support.
 
Status
Not open for further replies.
Back
Top