Jump to content
4 posts in this topic

Recommended Posts

I finally updated from Kalyway 10.5.2 to 10.5.3 using the Kalyway updater and installation of the 9.3 kernel. On reboot it hung on the gray screen, so I rebooted and at f8 did the update -v and the system booted just fine. Everything seems to be working, but I've lost my quartz extreme and core imaging according to Apple System Profiler. It says QE is not supported and CI is software. I'm using a 256mb MSI 8600GT and both were working in 10.5.2 (as I recall). I did a search, but there wasn't anything easily identifiable with my problem. Does anyone know of a solution?

 

TIA.

post-80808-1230776930_thumb.png

I finally updated from Kalyway 10.5.2 to 10.5.3 using the Kalyway updater and installation of the 9.3 kernel. On reboot it hung on the gray screen, so I rebooted and at f8 did the update -v and the system booted just fine. Everything seems to be working, but I've lost my quartz extreme and core imaging according to Apple System Profiler. It says QE is not supported and CI is software. I'm using a 256mb MSI 8600GT and both were working in 10.5.2 (as I recall). I did a search, but there wasn't anything easily identifiable with my problem. Does anyone know of a solution?

 

TIA.

 

Without doing any VGA mods to the current 0.21 version NVinject.kext, boot with -v -f -x to go into Safe Boot and then try the following:

 

1. Open the Info.plist of your injecter

 

/System/Library/Extensions/XXXX.kext/Contents/Info.plist

 

2. Find this line

 

<key>IOProbeScore</key>

<integer>XXXX</integer>

3. Replace XXXX with 0

 

4. Save the new file to the desktop, move the file back and overwrite the original one. You will need to authenticate.

 

5. Open Terminal and type the following 3 lines to repair the permissions

 

sudo chown -R root:wheel /system/library/extensions

sudo chmod -R go-w /system/library/extensions

sudo rm /system/library/extensions.mkext

sudo touch /system/library/extensions.mkext

 

6. Exit and reboot, QE/CI should be back.

Sorry -I'm uncertain as to what I should be looking for in that file name you're referring to. Would that XXXX.kext file be called GeForce.kext? There's an IOProbeScore in there and it's set to 100.

 

Thanks.

 

1. Open the Info.plist of your injecter

 

/System/Library/Extensions/XXXX.kext/Contents/Info.plist

×
×
  • Create New...