Jump to content

Recommended Posts

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

Link to comment
Share on other sites

Olá,


você vai inserir o device GFX0 em PEG0


http://Olarila.com/forum/viewtopic.php?f=7&t=39

-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

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

Link to comment
Share on other sites

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

-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

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

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...