Chaplan Posted April 15, 2010 Share Posted April 15, 2010 Thanks to Valv (member of this forum) ia have a 0 error dsdt with HPET and RTC fixed after his revision. Now i want to add my Nvidia 8400M GS to the dsdt becaus in 10.6.3 the 64 bit injector wont work... Thanks for any help in advance... dsdtnew.aml.zip Link to comment https://www.insanelymac.com/forum/topic/215634-how-can-i-add-my-nvidia-gfx-to-dsdt/ Share on other sites More sharing options...
Detrich Posted April 15, 2010 Share Posted April 15, 2010 Should be like this(my is 9400GT 1Gb): Device (GFX0) { Name (_ADR, Zero) Name (_PRW, Package (0x02) { 0x09, 0x04 }) Method (_DSM, 4, NotSerialized) { Store (Package (0x18) { "AAPL,slot-name", Buffer (0x07) { "Slot-1" }, "@0,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@0,device_type", Buffer (0x08) { "display" }, "@0,name", Buffer (0x0F) { "NVDA,Display-A" }, "@1,compatible", Buffer (0x0B) { "NVDA,NVMac" }, "@1,device_type", Buffer (0x08) { "display" }, "@1,name", Buffer (0x0F) { "NVDA,Display-B" }, "NVCAP", Buffer (0x14) { /* 0000 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, /* 0008 */ 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, /* 0010 */ 0x00, 0x00, 0x00, 0x00 }, "VRAM,totalsize", Buffer (0x04) { 0x00, 0x00, 0x00, 0x40 }, "device_type", Buffer (0x0D) { "NVDA,GeForce" }, "model", Buffer (0x17) { "nVidia GeForce 9400 GT" }, "rom-revision", Buffer (0x25) { "nVidia GeForce 9400 GT OpenGL Engine" } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } Change NVCAP, VRAM,totalsize values, as well as model and rom-rev. with yours. Link to comment https://www.insanelymac.com/forum/topic/215634-how-can-i-add-my-nvidia-gfx-to-dsdt/#findComment-1449206 Share on other sites More sharing options...
Chaplan Posted April 15, 2010 Author Share Posted April 15, 2010 I have mede it to that part, but i have a laptop and have to cut out a lot of entries in dsdt after that and it gives me a lot of compile errors... Link to comment https://www.insanelymac.com/forum/topic/215634-how-can-i-add-my-nvidia-gfx-to-dsdt/#findComment-1449226 Share on other sites More sharing options...
Recommended Posts