Contribute
Register

Nvidia 550Ti Sleep / Wake / Freeze Thread

Status
Not open for further replies.
Using the steps vczilla provided I can get 10.8.2 to load, but I get a lot lof channel time outs, and sleep/wake is still an issue. I will probably go the new video card route since it seems this will be an ongoing issue.
 
You need all of them. Just delete the existing ones, and then place the new ones there.

Do I use a kext tool like KextBeast or just copy the files into the directories where the originals are now?
 
Do I use a kext tool like KextBeast or just copy the files into the directories where the originals are now?

I recommend kextbeast, then without restarting yet, kext utility. And then you can restart.
 
Using the steps vczilla provided I can get 10.8.2 to load, but I get a lot lof channel time outs, and sleep/wake is still an issue. I will probably go the new video card route since it seems this will be an ongoing issue.

Yeah I'm still getting that as well on my 550Ti reference model. Also I just tried to do a Google + hangout in Chrome and the screen artifacted and froze.
Interestingly enough, I have Splashtop installed on my user account, and I think I was able to bring back the display by connecting to it from my tablet. I'm not sure because I had turned the monitor off in frustration and issued a shutdown command from ssh. I turned the monitor back on though as it was shutting down and the screen had changed, so I'll have to try it out later.
 
I recommend kextbeast, then without restarting yet, kext utility. And then you can restart.

Kextbeast & Kext Utility do the same thing (or so MacMan says) Kext Utility has been around longer and does a better job at repairing permissions and rebuilding the kextcache in my opinion. But both install kexts to S/L/E. Use one or the other - no need to use both.
 
Good News everyone

Following vczilla´s way, I installed ML DP3 Nvidia kext and it works!!!!, so no Freeze and Sleep/Wake/resolution Change is working too.

I been using this kext for 2 days and no Freeze or issue to report about.


you need all the nvidia kext, and replace OpenGL and OpenCL Framework, and the GPU.Support Framework in order to work.

I´m on a Full Working 10.8.2 Installation!!!
Goood Luck

This time it's final! (At least I hope).

I don't know where to start. OK, let me make a quick recap for people joining in on the fun. Apple released a 10.8.2 update to OS X which (re-)screws everything in regard to system stability for us fermi owners.

The just released nvidia driver doesn't install out of the box. I provided a somewhat incomplete solution to force it to work earlier in this forum
but for some reason I didn't think of checking that OpenCL worked besides launching OceanWave.
And indeed it soon became apparent that LuxMark didn't work and just rendered a white screen.
As I surmised earlier it was probably because OpenCL.framework had been also updated by the 10.8.2 update and needed a rollback.

For your convenience I'm gonna re-post the entire solution corrected for that problem. Sorry to those who already applied the fix, but read on there's a fix for the fix at the end. The next part is an almost verbatim copy and paste of my previous post save for two added lines to take care of that pesky OpenCL problem. If you already applied the previous fix just skip to the part after the ### mark.

Also I originally didn't notice this but when the 'sudo ditto ...' command is run it prints 'sudo: unable to initialize PAM: No such file or directory'. Don't pay any attention to it, the file was copied just fine.

So the first step of course is to backup everything (by default to your home folder, if you want it somewhere else just replace the tilde sign (~) in the command by a folder of your choosing):

Code:
sudo cp -R /System/Library/{Extensions/{GeForce*,NVDA*},Frameworks/{OpenGL.framework,OpenCL.framework},PrivateFrameworks/GPUSupport.framework} ~

Then you'll have to install nvidia's pkg as usual, DO NOT reboot once it's done.

Next download the zip archive named nvidia_10.8.2.zip attached at the end of the post, unzip it somewhere (it will expand to a folder named nvidia_10.8.2), open a terminal, run these commands (don't forget to replace /folder_where_I_unzipped_the_archive by the name of the folder in which you extracted the archive):

Code:
cd /folder_where_I_unzipped_the_archive/nvidia_10.8.2
sudo rm -r /System/Library/{Frameworks/{OpenGL.framework,OpenCL.framework},PrivateFrameworks/GPUSupport.framework}
sudo ditto --hfsCompression OpenGL.framework /System/Library/Frameworks/OpenGL.framework
sudo ditto --hfsCompression OpenCL.framework /System/Library/Frameworks/OpenCL.framework
sudo ditto --hfsCompression GPUSupport.framework /System/Library/PrivateFrameworks/GPUSupport.framework
sudo chown -R root:wheel /System/Library/{Frameworks/{OpenGL.framework,OpenCL.framework},PrivateFrameworks/GPUSupport.framework}

And that's it. No need to rebuild your kernel cache since the nvidia's installer took care of that.

Now what all this does is reinstall some frameworks (OpenCL.framework, OpenGL.framework and GPUSupport.framework) from the 10.8.1 release because they are a dependency of /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver which is the OpenGL driver.

If you want some OpenCL goodness, you'll have to apply this patch (for more info about this, read my earlier post on the subject):

Code:
sudo perl -p -i.old -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

###
For people who applied the partial fix posted earlier. Download the attachment named opencl_fix.zip at the end of this post.

Then make a backup of your original OpenCL.framework, as earlier this command save the framework to your home folder, just change the tilde to where you want it to be saved:

Code:
sudo cp -R /System/Library/Frameworks/OpenCL.framework ~

And finally unzip the archive somewhere, and run these commands (don't forget to replace /folder_where_I_unzipped_the_archive by the name of the folder in which you extracted the archive):

Code:
cd /folder_where_I_unzipped_the_archive/opencl_fix
sudo rm -r /System/Library/Frameworks/OpenCL.framework
sudo ditto --hfsCompression OpenCL.framework /System/Library/Frameworks/OpenCL.framework
sudo chown -R root:wheel /System/Library/Frameworks/OpenCL.framework

And that's it for now. I hope I didn't forget something (again). Also as noted earlier this is not a perfect solution, there are still problems with WebGL and Safari (or Opera Next and hardware acceleration if you swing that way).
 
This time it's final! (At least I hope).
...snip...

I'm glad to report that vczilla's method is working great for me with a 550 Ti! Resolution change, random freezes, even sleep/wake as far as I can tell.

However, I'm nailed down to one last problem. I use the computer from Splashtop regularly, and that never has any hiccups, but when I'm sitting down at my desk the computer will fairly regularly freeze up upon returning from the lock-screen, whether sleep mode or just me unlocking. The mouse still moves around and may occasionally turn into our good friend :beachball:, but nothing else happens until I force-reboot the machine. It seems to be some sort of driver failure; OS X gives me the "You restarted your computer because of a problem" message once I reboot. It could be a kernel panic or the video card just crapping out, but nothing gets put in the log - it just goes straight from it running regularly to the BOOT_TIME message. Any ideas?
 
I'm glad to report that vczilla's method is working great for me with a 550 Ti! Resolution change, random freezes, even sleep/wake as far as I can tell.

However, I'm nailed down to one last problem. I use the computer from Splashtop regularly, and that never has any hiccups, but when I'm sitting down at my desk the computer will fairly regularly freeze up upon returning from the lock-screen, whether sleep mode or just me unlocking. The mouse still moves around and may occasionally turn into our good friend :beachball:, but nothing else happens until I force-reboot the machine. It seems to be some sort of driver failure; OS X gives me the "You restarted your computer because of a problem" message once I reboot. It could be a kernel panic or the video card just crapping out, but nothing gets put in the log - it just goes straight from it running regularly to the BOOT_TIME message. Any ideas?

Try using ML DP3 Nvidia Kext as I did, and you will get a fully working system and everything working as it should. Follow vczilla´s method but use ML DP 3 Kext and Frameworks instead. it must be ML DP3 178Q build kexts in order to work.

Good Luck!!
 
Try using ML DP3 Nvidia Kext as I did, and you will get a fully working system and everything working as it should. Follow vczilla´s method but use ML DP 3 Kext and Frameworks instead. it must be ML DP3 178Q build kexts in order to work.

Good Luck!!

Can you attach these DP3 kexts and frameworks here?
Thanks.
 
Can you attach these DP3 kexts and frameworks here?
Thanks.

I leave here the magic kext and frameworks just follow vczilla´s directions to place them in the corrected folders, remember to repair permissions and rebuld kext caches.


Good Luck!!!
 

Attachments

  • 10.8 DP3 Kext.zip
    79.8 MB · Views: 319
Status
Not open for further replies.
Back
Top