PS: Leopard is cool, i used it for 3 days on my HP dv6599 and absolutely love it, and this forum even more
UPDATED : I found a solution for it
After googled and tried many time, i found out a solution . You need to edit the NVCAP , and here is how
QUOTE
Use Apple PropertyList Editor (bundled with Apple developper tools - Xcode tools - free for download, need to register at Apple or you can google for alternative)
- To edit the file, browse the /System/Library/Extensions/ then right click on NVinject.kext, choose "show package content" ( open Contents directory) and copy the info.plist file to your desktop, open it with plist editor, and edit the NVCAP string.
- Copy it back at original location, (will ask for admin password) and set file permission to root:wheel / 755 (same as the whole the kext) : Code:
You should delete Extensions and Kernel caches before rebooting, and reboot with -f flag at Darwin Bootloader to make sure the new setting is used. You may check the new setting is really used in IOreg and check if the value you just edited is listed in NVIDIA adapter properties. delete extensions and kernal cache:
Copy from nvinject.free.fr
- To edit the file, browse the /System/Library/Extensions/ then right click on NVinject.kext, choose "show package content" ( open Contents directory) and copy the info.plist file to your desktop, open it with plist editor, and edit the NVCAP string.
- Copy it back at original location, (will ask for admin password) and set file permission to root:wheel / 755 (same as the whole the kext) : Code:
CODE
sudo chown -R root:wheel /System/Library/Extensions/NVinject.kext <BR>sudo chmod -R 755 /System/Library/Extensions/NVinject.kext
You should delete Extensions and Kernel caches before rebooting, and reboot with -f flag at Darwin Bootloader to make sure the new setting is used. You may check the new setting is really used in IOreg and check if the value you just edited is listed in NVIDIA adapter properties. delete extensions and kernal cache:
CODE
sudo rm -R /System/Library/Extensions.mkext /System/Library/Extensions/Caches/
Copy from nvinject.free.fr
and the right NVCAP i found out for this card is :
QUOTE
04000000 00000100 02000000 00000007 00000000
But the mirror function don't work , i will try to find out.
For people who want to try : the first bold number is for the internal display, the second for external. I think it tell the system that which output ( internal or VGA) is primary and secondary, there for : "1" then "2" . I have not tested the S-Video port, so dunno if it works.
For other card, just try 2 number bolded .
IF ANYONE HAVE THE SAME CARD; PLEASE AFTER TRYING THIS; POST A MESSAGE HERE IF IT WORK.


