
11-27-2008, 12:23 AM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
This problem occurs a lot when native graphics kexts are still in the system that shouldn't be. boot with "-s" then
Code:
/sbin/mount -w /
rm -R /System/Library/Extensions/Ge*
rm -R /System/Library/Extensions/NVD*
rm -R /System/Library/Extensions/NVinject.kext
rm -R /System/Library/Extensions/ATI*
rm -R /System/Library/Extensions.mkext
reboot
Note: you will need to reinstall any new graphics injects to fix your video card and get CI/QE or better resolutions.
|