Jump to content

DSDT PATCH ATI RADEON HD 5770 XFX


RedJohn91
 Share

14 posts in this topic

Recommended Posts

  • 3 weeks later...

Device (PCI0)

{

Name (_HID, EisaId ("PNP0A03"))

Name (_UID, Zero)

Name (_BBN, Zero)

Method (_S3D, 0, NotSerialized)

{

If (LEqual (OSFL, 0x02))

{

Return (0x02)

}

Else

{

Return (0x03)

}

}

 

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x04)

{

"AAPL,slot-name",

Buffer (0x08)

{

"PCI"

},

 

"device-id",

Unicode ("*")

}, Local0)

DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))

Return (Local0)

}

 

Device (PEGP)

{

Name (_ADR, 0x00030000)

Name (_PRW, Package (0x02)

{

0x09,

0x05

})

Method (_STA, 0, NotSerialized)

{

Return (0x0F)

}

 

Device (GFX0)

{

Name (_ADR, Zero)

Name (_SUN, One)

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x0E)

{

"AAPL,slot-name",

Buffer (0x09)

{

"PCIe-1"

},

 

"@0,name",

Buffer (0x0D)

{

"ATY,Vervet"

},

 

"@1,name",

Buffer (0x0D)

{

"ATY,Vervet"

},

 

"@2,name",

Buffer (0x0D)

{

"ATY,Vervet"

},

 

"@3,name",

Buffer (0x0D)

{

"ATY,Vervet"

},

 

"model",

Buffer (0x13)

{

"ATI Radeon HD 5770"

},

 

"hda-gfx",

Buffer (0x0A)

{

"onboard-1"

}

}, 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)

}

}

}

Link to comment
Share on other sites

  • 2 weeks later...

Funziona?

 

Questa scheda e' riconoschiuta OOB da Lion

Aggiungi in o.c.b.p. Graphics Enabler - Yes

 

Fabio

 

Cos'è o.c.b.p ?

 

Per iLegend.

 

 

Device (P0P3)

{

Name (_ADR, 0x00030000)

Method (_PRW, 0, NotSerialized)

{

Return (GPRW (0x09, 0x04))

}

Method (_PRT, 0, NotSerialized)

{

If (PICM)

{

Return (AR03)

}

Return (PR03)

}

}

 

Questo è il codice della mia scheda video nel mio dsdt. Mi dici dove lo inserisco per la precisione? Non combacia

Link to comment
Share on other sites

Per chimera devi chiedere al proprietario.

Per il resto come scheda e' riconosciuta nativamente, usa il boot di Chameleon e ti dovrebbe bastare solo aggiungere queste stringe in org.chameleon.Boot.plist senza iniezione nel dsdt.

 

GraphicsEnabler

Yes

EnableHDMIAudio

Yes

 

Fabio

Link to comment
Share on other sites

 Share

×
×
  • Create New...