I have installed iDeneb 10.5.5 (v1.3)
Laptop is 17" Toshiba Satellite x205-SLI6
2x 8600M GT (SLI) 256Mb each
Intel Core 2 Duo T9300 @ 2.5Ghz
4Gb DDR2-667 EDIT - Added another GB of ram to make 4 total.
2x 200Gb 7200RPM SATA
I tried using nvinject 0.2.1, nvinject GO, "nvidia universal installer.mpkg"
Leading me to nowhere...
While booting with -v i can see that it does load or tries to load,
NVDANV50HAL.kext
and
GeForce.kext
and
NVDAResman.kext
and that it shows running the inject twice, I am assuming once for each graphics card.
It will Kernel Panic if all 3 kexts above are installed.
I have modified them for my device ID, I copied them from my Mac Pro 10.5.5 and made the changes for the cards I have. (0x040710de)
In order to boot I need to remove one of the above kexts, leading me to this
Then it just loads with no kext loaded under system profiler where it does see both graphics cards.
I then decided to try using EFI strings to get things going instead of using an injector.
I used EFI Studio that came with iDeneb and it does work for one of the cards (See 3rd post for how to have both cards)
Both of the cards have 256mb of video ram, however system profiler only sees 32mb on the first card (darwin sees 14mb)
This is the first card:
CODE
Display:
Type: Display
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 32 MB
Vendor: NVIDIA (0x10de)
Device ID: 0x0407
Revision ID: 0x00a1
Kernel Extension Info: No Kext Loaded
Displays:
Display:
Resolution: 1680 x 1050
Depth: 32-bit Color
Core Image: Software
Main Display: Yes
Mirror: Off
Online: Yes
Quartz Extreme: Not Supported
QuartzGL: Supported
Type: Display
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 32 MB
Vendor: NVIDIA (0x10de)
Device ID: 0x0407
Revision ID: 0x00a1
Kernel Extension Info: No Kext Loaded
Displays:
Display:
Resolution: 1680 x 1050
Depth: 32-bit Color
Core Image: Software
Main Display: Yes
Mirror: Off
Online: Yes
Quartz Extreme: Not Supported
QuartzGL: Supported
And the Second Card:
CODE
nVidia GeForce 8600 GT:
Chipset Model: nVidia GeForce 8600 GT
Type: Display
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 256 MB
Vendor: NVIDIA (0x10de)
Device ID: 0x0407
Revision ID: 0x00a1
ROM Revision: nVidia GeForce 8600 GT OpenGL Engine [EFI]
Displays:
Display Connector:
Display Connector:
Chipset Model: nVidia GeForce 8600 GT
Type: Display
Bus: PCIe
PCIe Lane Width: x16
VRAM (Total): 256 MB
Vendor: NVIDIA (0x10de)
Device ID: 0x0407
Revision ID: 0x00a1
ROM Revision: nVidia GeForce 8600 GT OpenGL Engine [EFI]
Displays:
Display Connector:
Display Connector:
What it looks like to me is that EFI Studio only generates the EFI string for one card,
and it is not the card that OSX is choosing to run off of.
Any ideas?
