Sou iniciante ,após aplicar o patch , onde coloco essas linhas no meu DSDT? alguém pode me ajudar?
Device (IGD0)
{
Name (_ADR, 0x00020000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x06)
{
"AAPL,snb-platform-id", Buffer (0x04) {0x00, 0x00, 0x01, 0x00 },
"hda-gfx", Buffer (0x09) {"onboard-2"},
"device-id", Buffer (0x04) {0x26, 0x01, 0x00, 0x00}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
OperationRegion (IGDP, PCI_Config, 0x40, 0xC0)