Hi Guys, first post to tell you this:
If you can achieve full resolution in Safe Mode with NVIDIA card, try the following with stock 10.8.2 or NVIDIA 304.00.05f02 kexts:
Disable (or remove from /S/L/E) GeForceGA.plugin and GeForceGLDriver.bundle, e.g. using
cd /S/L/E
sudo mv GeForceGA.plugin GeForceGA.plugin.dis
sudo mv GeForceGLDriver.bundle GeForceGLDriver.bundle.dis
sudo touch /S/L/E
sudo reboot
Doing this with my GTX 560 Ti gives me Normal Mode with Software-OpenGL, i.e. like Safe Mode, but just a bit better...
Phenom II x4 965 with Andy's rc4 Kernel (thanks a lot btw)
Background: on my system WindowServer crashes in Normal Mode because of GeforceGLDriver calling bzero$VARIANT$sse2, which in turn causes an EXC_BAD_ACCESS with KERN_INVALID_ADDRESS. This is from the first WindowServer crash log after a Normal Boot.
Since bzero() is just about the simplest function one can imagine, it either gets called with incorrect parameters, which would point to something bad happening inside GeforceGLDriver, or in itself creates an invalid access, which would indicate that this bzero function fails in some way. Is it possible that this "sse2 variant" fails because of the AMD kernel? Maybe cpuid related in any way?
rob.muc
rob.muc
Member Since 08 Jan 2013Offline Last Active Jan 08 2013 10:03 PM



Sign In
Create Account

Find content
Not Telling