![]() |
#1
|
|||
|
|||
Need to Get my 8400 GS Working
I am able to install Kalyway 10.5.2 and I'm very happy with it, but I am missing one thing. I need to get my GeForce 8400 GS 256 Mb video card working so I can use both monitors. I have tried a few different methods and each time I must reinstall b/c I lose all video. I want to try to add the EFI string myself but I can't actually find the string for this particular card anywhere.
My PC is an HP Pavilion with Intel dual core CPU. Any suggestions how I can get this card to work? Thanks! |
#2
|
||||
|
||||
Hi !
This should be a quick howto. But first of all i would suggest all the new guys to do a quick search over the net as there are plenty of 'howtos', here at our forum, over at insanelymac or other related forums. -Go find your device and vendor id, in case you'd have to add it to driver plist. Tips for finding dev and ven id: http://forum.insanelymac.com/index.php?showtopic=36764 More information on adding dev/ven id, NVCAP and VRAM here: http://forum.insanelymac.com/index.php?showtopic=111072 Download GFXUTIL. Here i have attached edited plist for 8400 with 256MB (or any nvidia). You have to edit it for use with different ram amount, nvcap, etc. Before using this attached plist, in this particular case 8400GS, make sure your PciRoot matches the plist. If they do match no need for editing, if not then edit this plist file. You can obtain device path with Code:
./gfxutil -f display Code:
PciRoot(0x1)/Pci(0x1,0x0)/Pci(0x0,0x0) Efi strings are added to file com.apple.Boot.plist located in /Library/Preferences/SystemConfiguration/ You have to add new key name <device-properties> and string with hex data. It looks like this: Code:
<key>device-properties</key> <string>HEX-DATA-PASTE-HERE</string> Code:
./gfxutil -i xml -o hex 8400GS.plist 8400GS.hex ./gfxutil -i xml -o hex inputfile.plist outputfile.hex You can also convert hex file back to plist by setting -i (input file) -o (output file) ./gfxutil -i hex -o xml outputfilename.hex inputfilename.plist Now you are done, add new key and string in com.apple.Boot.plist. Paste the hex data (SINGLE LINE) and SAVE. ![]() Last edited by milanca; 11-17-2008 at 04:01 PM. |
#3
|
|||
|
|||
Thank you. This did not work for me. I'm not 100% sure why, but I have now found two other how-tos about this:
http://forum.netkas.org/index.php?topic=222.0 http://aquamac.proboards106.com/inde...ck1&thread=509 and so I will try those. After I did as you said, it boots up OK but it says quartz extreme not supported and I only have one monitor still. Thank you for writing. |
#4
|
||||
|
||||
All these methods are similar, actually the process of making efi strings is the same always. You can go and compare. Did you add your device id properly? Flush extensions also, and rebuild them.
Take care. ** One of the friends recently told me that he can't get QE/CI with 8400GS on Vaio. He gets quartz but only on external monitor while internal laptop screen remains unsupported. You can go also do some research on this. ![]() |
#5
|
|||
|
|||
I am thinking now to get a new card. Seems that even those who can get the EFI right have a hard time getting two monitors to work with this card. Seems that other geforce cards are 'natively' supported by osx and so it's easier with them.
|
#6
|
||||
|
||||
My 8400gs gives me headeaches from day 1. I have full QE/CI but the system is sooooo slow. I'm too considering on changing it.
|
#7
|
|||
|
|||
YOu think it's slow due to the 8400GS?
Do you know if you can get 2 monitors on there, however? ![]() |
#8
|
|||
|
|||
i had a 8400gs too, got it to work with adding the 060610de id in the following three kexts (info.plist)
GeForce.kext NVDANV50Hal.kext NVDAResman.kext if this isn't working for you guys then remove all nvidia related kexts via terminal: Gef* NV* and try the zephyroth universal Nvidia installer! clear the caches and reboot after the Nvidia Universal installation and putting the right ids (060610de) in the info.plists again u should have full QE/CI for dual monitor support u have to edit the nvcaps of you nvinject! i have the right values @ home i will post them later! i hope i can help you guys a little bit out ![]() grtx ^fire^ HomeHackintosh: AMD Athlon64 X2 4400 :: ASRock ALiveNF5-eSATA2+ R3.0 :: Corsair 2GB DDR2-800 :: Gainward Geforce 8800GS PCI-E :: Maxtor 250GB SATA HD :: Audiotrak Maya 44 USB :: Phillips 22" 220AV TFT :: Custom 10.5.5 Voodoo_Beta2 Kernel Minimacbook: Acer Aspire One A150X Netbook :: Intel Atom 1,6Ghz :: 1GB DDR2 :: Seagate 120GB SATA HD :: Acer 8,9" Crystal Bright TFT ::MSI Wind OSX 10.5.4 upgraded to 10.5.5 & Voodoo_Beta2 Kernel Last edited by ^fire^; 11-24-2008 at 03:40 PM. |
#9
|
||||
|
||||
Mine is 06e410de. What could be the difference between them?
I've tried putting the id into thoes kexts but same result. I've tried zephyroth's package and 10.5.4 included into leo4all. I haven't tried DVI output cause I only have a VGA monitor. @FredJones: I think it's due to the 8400 cause before that I had a 7300gs with a superior performance. |
#10
|
|||
|
|||
Quote:
Thanks! 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. |