carlos228 Posted August 2, 2008 Share Posted August 2, 2008 Hello, maybe somebody can help. I lost my QE * after updating Kalyway 10.5.2 to 10.5.4 My working Setup is: - Gigabyte P35 - DS4 + Q6600 @ 3.4 - 2 x MSI NX7600 / passive cooled / 256 MByte - Kalyway Leo 10.5.1 (Vanilla) + later update to 10.5.2 + Leo Graphics update For the graphics I installed the NVINJECT_gfnvidia.pkg which was included in the Kalyway 10.5.1 DVD. It worked perfectly on 4 screens with 2 cards, It is just important to boot from PEG2 in BIOS After updating to 10.5.4 the cards still work, but no more QE. I tried to install a newer NVInstaller (NVinstaller v.52.pkg and NVinstaller v.51.pkg ), they work well with QE back but just with one single card (dual screen). When I try to start with 2 cards / 4 screens all the Screens keep black. It makes no difference if I set PEG1 or PEG2 in BIOS. Can anybody help me to get QE back ? Many thanks in advance! * QE = Quartz Extreme Link to comment https://www.insanelymac.com/forum/topic/118987-2-x-7600-4-screen-setup-qe-lost-after-1054-update-please-any-help-or-ideas/ Share on other sites More sharing options...
Garm Posted August 3, 2008 Share Posted August 3, 2008 This is probably what you're after http://nvinject.free.fr/forums/viewtopic.php?t=435. The thread is about 10.5.3 but I used the first method to fix QE after 10.5.4 broke it with my 7900GT. Link to comment https://www.insanelymac.com/forum/topic/118987-2-x-7600-4-screen-setup-qe-lost-after-1054-update-please-any-help-or-ideas/#findComment-843047 Share on other sites More sharing options...
carlos228 Posted August 3, 2008 Author Share Posted August 3, 2008 thanks Garm, I tried this but no success. When I change the Value to "0" after reboot the message appears: ___________ System extension cannot be used. The system extension "/System/Library/Extensions/NVinject.kext was installed improperly and cannot be used. Please try reinstalling it .. ___________ If someone can see something here .. this is my NVInject.kext string: <key>IOProbeScore</key> <integer>0</integer> ( IOProbeScore Value was 60000 by default ) ___________ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>NVinject</string> <key>CFBundleGetInfoString</key> <string>NVinject 0.1.5, Copyright 2007 nvinject.free.fr</string> <key>CFBundleIdentifier</key> <string>com.osx86scene.nvinject</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>NVinject</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>0.1.5</string> <key>IOKitPersonalities</key> <dict> <key>NVinject</key> <dict> <key>CFBundleIdentifier</key> <string>com.osx86scene.nvinject</string> <key>IOClass</key> <string>com_osx86scene_nvinject</string> <key>IOMatchCategory</key> <string>IOFramebuffer</string> <key>IONameMatch</key> <string>display</string> <key>IOPCIMatch</key> <string>0x000010de&0x0000ffff</string> <key>IOProbeScore</key> <integer>0</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>entriesToAdd</key> <dict> <key>@0,compatible</key> <string>NVDA,NVMac</string> <key>@0,device_type</key> <string>display</string> <key>@0,name</key> <string>NVDA,Display-A</string> <key>@1,compatible</key> <string>NVDA,NVMac</string> <key>@1,device_type</key> <string>display</string> <key>@1,name</key> <string>NVDA,Display-B</string> <key>@2,#adress-cells</key> <data> AAAAAQ== </data> <key>@2,#size-cells</key> <data> AAAAAA== </data> <key>@2,compatible</key> <string>NVDA,sensor-parent</string> <key>@2,device_type</key> <string>NVDA,gpu-diode</string> <key>@2,hwctrl-params-version</key> <data> AAAAAg== </data> <key>@2,hwsensor-params-version</key> <data> AAAAAg== </data> <key>@2,name</key> <string>sensor-parent</string> <key>@2,reg</key> <data> AAAAAg== </data> <key>NVCAP</key> <data> BAAAAAAAAwAMAAAAAAAABwAAAAA= </data> <key>NVPM</key> <data> AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA== </data> <key>device_type</key> <string>NVDA,GeForce</string> <key>name</key> <string>NVDA,Parent</string> <key>rom-revision</key> <string>NVinject 0.1.5</string> </dict> </dict> </dict> <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IOPCIFamily</key> <string>1.0.0b1</string> <key>com.apple.kernel.iokit</key> <string>6.0</string> </dict> <key>OSBundleRequired</key> <string>Safe Boot</string> </dict> </plist> ___________ Is there any chance to add some values or so to get QE back ? many thanks! :-) Link to comment https://www.insanelymac.com/forum/topic/118987-2-x-7600-4-screen-setup-qe-lost-after-1054-update-please-any-help-or-ideas/#findComment-843160 Share on other sites More sharing options...
Garm Posted August 4, 2008 Share Posted August 4, 2008 thanks Garm, I tried this but no success. When I change the Value to "0" after reboot the message appears: ___________ System extension cannot be used. The system extension "/System/Library/Extensions/NVinject.kext was installed improperly and cannot be used. Please try reinstalling it .. ___________ Sounds like permissions are wrong for NVinject if you get info on NVinject.kext what are the permissions set at? It should be; system : Read & Write wheel : Read Only everyone : Read Only Have you tried loading with -v -f at the Darwin bootloader? Link to comment https://www.insanelymac.com/forum/topic/118987-2-x-7600-4-screen-setup-qe-lost-after-1054-update-please-any-help-or-ideas/#findComment-844456 Share on other sites More sharing options...
carlos228 Posted August 4, 2008 Author Share Posted August 4, 2008 Garm, you are the man !! I did repair permissions with the disk utility before , but now I tried your code, reboot -v -f and now it works !! Many thanks! I will write a short tutorial for update Kalyway 10.5.2 to 10.5.4 with 2 Graphiccards soon. Chipset Model: GeForce 7600 GS Type: Display Bus: PCIe PCIe Lane Width: x4 VRAM (Total): 256 MB Vendor: NVIDIA (0x10de) Device ID: 0x0392 Revision ID: 0x00a1 ROM Revision: NVinject 0.1.5 Displays: DELL 2001FP: Resolution: 1600 x 1200 @ 60 Hz Depth: 32-bit Color Core Image: Hardware Accelerated Main Display: Yes Mirror: Off Online: Yes Quartz Extreme: Supported Rotation: Supported DELL 2001FP: Resolution: 1600 x 1200 @ 60 Hz Depth: 32-bit Color Core Image: Hardware Accelerated Mirror: Off Online: Yes Quartz Extreme: Supported Rotation: Supported Now I just need to get back Sound .. guess this will be the next story .. ;-) Link to comment https://www.insanelymac.com/forum/topic/118987-2-x-7600-4-screen-setup-qe-lost-after-1054-update-please-any-help-or-ideas/#findComment-844879 Share on other sites More sharing options...
Recommended Posts