Jump to content

DSDT Problem


bugnotme
 Share

1 post in this topic

Recommended Posts

Hi all,i have to edit my dsdt in order to have a working graphic card(ati radeon hd5450)..but without touching anything,compiling my dsdt i have 201 errors...how to fix this? can someone help me? Can you put this lines on my dsdt in order to avoid a new topic? ( :P

 

Device (GFX0)
                {
                    Name (_ADR, Zero)
                    Method (_DSM, 4, NotSerialized)
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer (One)
                            {
                                0x03
                            })
                        }
                        Return (Package ()
                        {
                            "device-id", 
                           
Buffer (0x04)
                            {
                                0xE0, 0x68, 0x00, 0x00
                            }, 
                           
"ATY,DeviceID", 
                           
Buffer (0x02)
                            {
                                0xE0, 0x68
                            }, 
                           
"vendor-id", 
                           
Buffer (0x04)
                            {
                                0x02, 0x10, 0x00, 0x00
                            }, 
                           
"ATY,VendorID", 
                           
Buffer (0x02)
                            {
                                0x02, 0x10
                            }, 
                           
"AAPL,slot-name", 
                           
Buffer (0x07)
                            {
                                "Slot-1"
                            }, 
                           
"@0,AAPL,boot-display", 
                           
Buffer (0x04)
                            {
                                0x01, 0x00, 0x00, 0x00
                            }
                        })
                    }
                }

 
 

System DSDT.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...