olarila.com

Mac OS X x86 - Hackintosh
It is currently 18 Jun 2013, 23:44

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Ajuda com DSDT
PostPosted: 07 Jun 2013, 21:23 
User avatar
GeekInTraining

Joined: 05 Jul 2011, 14:17
Posts: 18
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 / Memoria: Corsair 4 GB 1333 MHz DDR3
HD: SATA II SAMSUNG 500GB / Rede: Realtec RTL8111E/
Audio:Realteck ALC 889 codec HDA
Video: Gforce 430 1.0Gb PCI-e / Keyboard e Mouse: Generico USB


Top
 Profile  
 
 Post subject: Re: Ajuda com DSDT
PostPosted: 07 Jun 2013, 21:29 
User avatar
Staff

Joined: 24 May 2011, 12:04
Posts: 2056
olá

dá aqui uma boa leitura

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 - ML 10.8.4/ Lion 10.7.5/SL 10.6.8/W 8 Pro x64/Ubuntu 12.04 - Quadriboot GUID - My OS X Files - join me at irc.freenode.net/#olarila


Top
 Profile  
 
 Post subject: Re: Ajuda com DSDT
PostPosted: 07 Jun 2013, 21:33 
User avatar
iGenius

Joined: 22 Oct 2012, 02:35
Posts: 1386
Olá,

você vai inserir o device GFX0 em PEG0

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

_________________
OS X 10.8.4 Mountain Lion | Mac OS X 10.7.5 Lion | Mac OS X 10.6.3 Snow Leopard | UEFI multi boot


Top
 Profile  
 
 Post subject: Re: Ajuda com DSDT
PostPosted: 07 Jun 2013, 21:46 
User avatar
GeekInTraining

Joined: 05 Jul 2011, 14:17
Posts: 18
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 / Memoria: Corsair 4 GB 1333 MHz DDR3
HD: SATA II SAMSUNG 500GB / Rede: Realtec RTL8111E/
Audio:Realteck ALC 889 codec HDA
Video: Gforce 430 1.0Gb PCI-e / Keyboard e Mouse: Generico USB


Top
 Profile  
 
 Post subject: Re: Ajuda com DSDT
PostPosted: 07 Jun 2013, 22:17 
User avatar
iGenius

Joined: 22 Oct 2012, 02:35
Posts: 1386
Copia apenas os devices GFX0 e HDAU e cola dentro de PEG0

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

_________________
OS X 10.8.4 Mountain Lion | Mac OS X 10.7.5 Lion | Mac OS X 10.6.3 Snow Leopard | UEFI multi boot


Top
 Profile  
 
 Post subject: Re: Ajuda com DSDT
PostPosted: 08 Jun 2013, 01:03 
User avatar
GeekInTraining

Joined: 05 Jul 2011, 14:17
Posts: 18
Valeu cara, muito obrigado!!!!!!!!! :D :D :D :D :D :D :D :D

_________________
Motherboad: Gigabyte h61m-d2-b3
Processador: 3,09 GHz Intel i3 / Memoria: Corsair 4 GB 1333 MHz DDR3
HD: SATA II SAMSUNG 500GB / Rede: Realtec RTL8111E/
Audio:Realteck ALC 889 codec HDA
Video: Gforce 430 1.0Gb PCI-e / Keyboard e Mouse: Generico USB


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group