fomodeoxaguian Posted June 7, 2013 Posted June 7, 2013 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 , por favor alguem me ajude 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
artur-pt Posted June 7, 2013 Posted June 7, 2013 olá dá aqui uma boa leitura http://Olarila.com/forum/viewtopic.php?f=2&t=40 bom hack PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000 My OS X Files
pernacabeluda Posted June 7, 2013 Posted June 7, 2013 Olá, você vai inserir o device GFX0 em PEG0 http://Olarila.com/forum/viewtopic.php?f=7&t=39 -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
fomodeoxaguian Posted June 7, 2013 Author Posted June 7, 2013 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
pernacabeluda Posted June 7, 2013 Posted June 7, 2013 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
fomodeoxaguian Posted June 8, 2013 Author Posted June 8, 2013 Valeu cara, muito obrigado!!!!!!!!! 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now