Voodooprojects

Chameleon => Feature Requests => Topic started by: DoZie on September 09, 2011, 11:43:15 PM

Title: Add new nVidia ID for GeForce 405
Post by: DoZie on September 09, 2011, 11:43:15 PM
Please add: 0x10DE10C5, "GeForce 405"

GeForce 405 1024MB device id is 10C5, vendor id is 10DE

nvidia.c:

Code: [Select]
{ 0x10DE109A, "N12E-Q5" },
// 10A0 - 10AF
// 10B0 - 10BF
// 10C0 - 10CF // <-- add to this id 10c5
{ 0x10DE10C3, "GeForce 8400 GS" },
// 1200 -
{ 0x10DE1200, "GeForce GTX 560 Ti" },
Title: Re: Add new nVidia ID for GeForce 405
Post by: ErmaC on September 10, 2011, 02:14:26 PM
I add this "info" to my branch.
Test if it works commit 1520

Fabio
Title: Re: Add new nVidia ID for GeForce 405
Post by: DoZie on September 10, 2011, 10:41:40 PM
i was download your branch.
opened terminal, looked for downloaded folder and typed "make" and got this:


Code: [Select]
mac-pro-dozie:ErmaC (branch) DoZie$ pwd
/Users/DoZie/Desktop/ErmaC (branch)

mac-pro-dozie:ErmaC (branch) DoZie$ make
make: *** No rule to make target `%.c', needed by `/Users/DoZie/.Trash/ErmaC'.  Stop.

mac-pro-dozie:ErmaC (branch) DoZie$ make config
/bin/sh: -c: line 0: syntax error near unexpected token `('
make: *** [config] Error 2

mac-pro-dozie:ErmaC (branch) DoZie$ make embedtheme
make: *** No rule to make target `embedtheme'.  Stop.


what i doing wrong?
compiled in 10.7 with Xcode 4.2(4D177b)
Title: Re: Add new nVidia ID for GeForce 405
Post by: Gringo Vermelho on September 10, 2011, 11:11:46 PM
Compiled fine here. I opened the Xcode project file though.
Xcode 3.6.2, 10.6.8. See attachment.
Title: Re: Add new nVidia ID for GeForce 405
Post by: DoZie on September 10, 2011, 11:24:50 PM
thx, i'll try tomorrow.  :)
Title: Re: Add new nVidia ID for GeForce 405
Post by: DoZie on September 10, 2011, 11:41:09 PM
it works fine, card automatically detected as GeForce 405 in chameleon boot log, but with GraphicsEnabler it still doesn't work at full power, can't change resolution and qe/ci still doesn't work.
Title: Re: Add new nVidia ID for GeForce 405
Post by: Gringo Vermelho on September 11, 2011, 05:08:06 AM
Yeah the drivers still need to "know"/support the card.

If you're running Snow Leopard you must install the Quadro 4000 drivers from nvidia, the drivers that ship with 10.6.8 has no support for Fermi architecture cards.
Title: Re: Add new nVidia ID for GeForce 405
Post by: DoZie on September 11, 2011, 07:49:00 AM
Yeah the drivers still need to "know"/support the card.

If you're running Snow Leopard you must install the Quadro 4000 drivers from nvidia, the drivers that ship with 10.6.8 has no support for Fermi architecture cards.
And what about 10.7, is there any solutions to run in lion?
Title: Re: Add new nVidia ID for GeForce 405
Post by: Gringo Vermelho on September 12, 2011, 05:20:19 AM
Please don't quote entire messages when replying directly below them...

Do you see GF100Hal.kext loading?
Title: Re: Add new nVidia ID for GeForce 405
Post by: DoZie on September 12, 2011, 07:39:21 AM
Ok.
No, NVDANV50Hal.kext only loading at boot.
In safe mode it is booting normaly, but in normal boot i see, that driver is work, resolution set to high, but WindowServer crashed, because QE doesn't work.
Title: Re: Add new nVidia ID for GeForce 405
Post by: DoZie on September 12, 2011, 06:23:04 PM
Under 10.6.6 Quadro 4000 drivers works perfectly, QE and resolution work. In 10.7 i've got crash at boot.
Title: Re: Add new nVidia ID for GeForce 405
Post by: Gringo Vermelho on September 13, 2011, 01:58:38 AM
NVDANV50Hal should not load for that card, you should have GF100Hal loading like you do on Snow Leopard.

Most likely your issue doesn't have anything to do with Chameleon and is better discussed on one of the general Hackintosh forums such as ProjectOSX or InsanelyMac.