Jump to content
mhrr123

DSDT request nvidia gtx 470amp

Recommended Posts

Hi.

I need help create DSDT.aml for my graphic card.How can write my gtx470amp in the dsdt.aml?

77879351.png


Uploaded with ImageShack.us

iatkos L1 10.7.3

GA-P67A-UD5-B3 Intel &Asus P8Z68 Deluxe/GEN3

Zotac GTX470 AMP

i7 2600 Soket 1155 3.4GHz 8MB

GSKILL 16GB Sniper DDR3 1600MHz

CORSAIR 60GB Force SATA II SSD

CORSAIR 120GB Force GT Serisi SATA III SSD

320 GB + 2x1T WD caviar black RAID

Link to comment
Share on other sites

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

This is my own dsdt for the gtx470amp.

There is no compiling errors but it doesnt work.

Device (GFX0)
           {
               Name (_ADR, Zero)
               Name (_SUN, One)
               Method (_DSM, 4, NotSerialized)
               {
                   Store (Package (0x20)
                       {
                           "AAPL,slot-name", 
                           "PCI x16", 
                           "@0,compatible", 
                           Buffer (0x0B)
                           {
                               "NVDA,NVMac"
                           }, 

                           "@0,connector-type", 
                           Buffer (0x04)
                           {
                               0x00, 0x08, 0x00, 0x00
                           }, 

                           "@0,device_type", 
                           Buffer (0x08)
                           {
                               "display"
                           }, 

                           "@0,display_cfg", 
                           Buffer (0x08)
                           {
                               0x03, 0x01, 0x00, 0x00
                           }, 

                           "@0,name", 
                           Buffer (0x0F)
                           {
                               "NVDA,Display-A"
                           }, 

                           "@1,compatible", 
                           Buffer (0x0B)
                           {
                               "NVDA,NVMac"
                           }, 

                           "@1,connector-type", 
                           Buffer (0x04)
                           {
                               0x00, 0x08, 0x00, 0x00
                           }, 

                           "@1,device_type", 
                           Buffer (0x08)
                           {
                               "display"
                           }, 

                           "@1,display_cfg", 
                           Buffer (0x08)
                           {
                               0xFF, 0xFF, 0x00, 0x01
                           }, 

                           "@1,name", 
                           Buffer (0x0F)
                           {
                               "NVDA,Display-B"
                           }, 

                           "NVCAP", 
                           Buffer (0x14)
                           {
                               /* 0000 */    0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 
                               /* 0008 */    0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 
                               /* 0010 */    0x00, 0x00, 0x00, 0x00
                           }, 

                           "VRAM,totalsize", 
                           Buffer (0x04)
                           {
                               0x00, 0x00, 0x00, 0x50
                           }, 

                           "device_type", 
                           Buffer (0x0D)
                           {
                               "NVDA,GeForce"
                           }, 

                           "model", 
                           Buffer (0x10)
                           {
                               "GeForce GTX 470"
                           }, 

                           "rom-revision", 
                           Buffer (0x25)
                           {
                               "nVidia GeForce GTX 470 OpenGL Engine"
                           }
                       }, Local0)
                   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                   Return (Local0)
               }
           }

           Device (HDAU)
           {
               Name (_ADR, One)
               Method (_DSM, 4, NotSerialized)
               {
                   Store (Package (0x02)
                       {
                           "hda-gfx", 
                           Buffer (0x0A)
                           {
                               "onboard-1"
                           }
                       }, Local0)
                   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                   Return (Local0)
               }
           }

iatkos L1 10.7.3

GA-P67A-UD5-B3 Intel &Asus P8Z68 Deluxe/GEN3

Zotac GTX470 AMP

i7 2600 Soket 1155 3.4GHz 8MB

GSKILL 16GB Sniper DDR3 1600MHz

CORSAIR 60GB Force SATA II SSD

CORSAIR 120GB Force GT Serisi SATA III SSD

320 GB + 2x1T WD caviar black RAID

Link to comment
Share on other sites

Did you insert it in the right place?


Check the parent address in ioreg.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...