dsdt-sst editor ile
Clover
- EFI/Clover/config.plist
- EFI/Clover/misc/debug.log (Set config.plist/Boot/
Debug/YES)
- EFI/Clover/ACPI/Patched/dsdt.aml
- EFI/Clover/ACPI/Patched/ssdt.aml
3 te yazan yolun içideki dsdt.aml dosyasını açın eğer varsa ve aşağıda yazan değerleri girin
Device (IGPU) //or Device (GFX0) {
Name (_ADR, 0x00020000) Method (_DSM, 4, NotSerialized) {
If (LEqual (Arg2, Zero)) {
Return (Buffer (One) {
0x03 })
}
Return (Package (0x04) {
"AAPL,ig-platform-id", Buffer (0x04)
{
0x0a, 0x00, 0x66, 0x01 },
"hda-gfx", Buffer (0x0A) {
"onboard-1" }
}) }
}
2.
Device (HDEF) {
Name (_ADR, 0x001B0000) Method (_DSM, 4, NotSerialized) {
If (LEqual (Arg2, Zero)) {
Return (Buffer (One) {
0x03 })
}
Return (Package (0x06) {
"layout-id", Buffer (0x06)
{
0x03, 0x00, 0x00, 0x00
},
"hda-gfx", Buffer (0x0A) {
"onboard-1" }
"PinConfigurations",
Buffer (Zero) {} })
} }