Jump to content

Recommended Posts

Posted

Finalmente complui a edição de minha dsdt, ficou excelente meu pc inicia ate mais rapido, porem nao estou conseguindo editar minha placa de video, ja estou tentando isso faz semanas :oops: , por favor alguem me ajude :oops:


dsdt - http://www.4shared.com/file/Shko8QZ4/dsdt.html?


ioreg - http://www.4shared.com/file/MV_fuKXo/ioreg.html?

Motherboad: Gigabyte h61m-d2-b3

Processador: 3,09 GHz Intel i3 SandyBridge / Memoria: Corsair 8 GB 1333 MHz DDR3

HD: SATA II SAMSUNG 500GB / Rede: Realtec RTL8111E/

Audio:Realteck ALC 889 codec HDA

Video: Sapphire Rx 580 8gb Pulse / Keyboard e Mouse: Generico USB

Posted

eu encontre esse que esta de acordo com minha placa gt 430. Seria isso??

Device (PCI0)

{

Name (_HID, EisaId ("PNP0A03"))

Name (_ADR, Zero)

Name (_UID, One)

Name (_BBN, Zero)

Method (_S3D, 0, NotSerialized)

{

If (LEqual (OSFL, 0x02))

{

Return (0x02)

}

Else

{

Return (0x03)

}

}


Device (PEGP)

{

Name (_ADR, 0x00010000)

Name (_PRW, Package (0x02)

{

0x09,

0x05

})

Device (GFX0)

{

Name (_ADR, Zero)

Method (_DSM, 4, NotSerialized)

{

Store (Package (0x1A)

{

"AAPL,slot-name",

"PCI x16",

"@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 (0x18)

{

/* 0000 */ 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00,

/* 0008 */ 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A,

/* 0010 */ 0x00, 0x00, 0x00, 0x00

},


"VRAM,totalsize",

Buffer (0x04)

{

0x00, 0x00, 0x00, 0x40

},


"device_type",

Buffer (0x0C)

{

"NVDA,Parent"

},


"model",

Buffer (0x16)

{

"nVidia GeForce GT 430"

},


"rom-revision",

Buffer (0x25)

{

"3172a"

},


"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)

}

}

}

Motherboad: Gigabyte h61m-d2-b3

Processador: 3,09 GHz Intel i3 SandyBridge / Memoria: Corsair 8 GB 1333 MHz DDR3

HD: SATA II SAMSUNG 500GB / Rede: Realtec RTL8111E/

Audio:Realteck ALC 889 codec HDA

Video: Sapphire Rx 580 8gb Pulse / Keyboard e Mouse: Generico USB

Posted

Copia apenas os devices GFX0 e HDAU e cola dentro de PEG0

 

                Device (GFX0)
               {
                   Name (_ADR, Zero)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x1A)
                           {
                               "AAPL,slot-name", 
                               "PCI x16", 
                               "@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 (0x18)
                               {
                                   /* 0000 */    0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 
                                   /* 0008 */    0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, 
                                   /* 0010 */    0x00, 0x00, 0x00, 0x00
                               }, 

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

                               "device_type", 
                               Buffer (0x0C)
                               {
                                   "NVDA,Parent"
                               }, 

                               "model", 
                               Buffer (0x16)
                               {
                                   "nVidia GeForce GT 430"
                               }, 

                               "rom-revision", 
                               Buffer (0x25)
                               {
                                   "3172a"
                               }, 

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

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

Valeu cara, muito obrigado!!!!!!!!! :D:D:D:D:D:D:D:D

Motherboad: Gigabyte h61m-d2-b3

Processador: 3,09 GHz Intel i3 SandyBridge / Memoria: Corsair 8 GB 1333 MHz DDR3

HD: SATA II SAMSUNG 500GB / Rede: Realtec RTL8111E/

Audio:Realteck ALC 889 codec HDA

Video: Sapphire Rx 580 8gb Pulse / Keyboard e Mouse: Generico USB

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...