Skip to content

Commit

Permalink
关闭6600显卡风扇自动启动;添加定制usb驱动;去掉whatevergreen显卡驱动等优化
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyongxiao committed Feb 20, 2023
1 parent ff796b3 commit 3d9cf7d
Show file tree
Hide file tree
Showing 83 changed files with 113,958 additions and 198 deletions.
1 change: 1 addition & 0 deletions D4/EFI/BOOT/.contentFlavour
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OpenCore
1 change: 1 addition & 0 deletions D4/EFI/BOOT/.contentVisibility
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Disabled
Binary file removed D4/EFI/OC/._config.plist
Binary file not shown.
Binary file renamed D4/EFI/OC/ACPI/dsdt.aml → D4/EFI/OC/ACPI/DSDT.aml
100755 → 100644
Binary file not shown.
Binary file added D4/EFI/OC/ACPI/SSDT-ALS0.aml
Binary file not shown.
Binary file added D4/EFI/OC/ACPI/SSDT-ARTC.aml
Binary file not shown.
36 changes: 36 additions & 0 deletions D4/EFI/OC/ACPI/SSDT-AWAC.dsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20210930 (32-bit version)
* Copyright (c) 2000 - 2021 Intel Corporation
*
* Disassembling to symbolic ASL+ operators
*
* Disassembly of //wsl.localhost/Ubuntu/home/qiyongxiao/ASUS-PRIME-Z690-P-D4-hackintos/D4/EFI/OC/ACPI/SSDT-AWAC.aml, Fri Feb 10 15:29:27 2023
*
* Original Table Header:
* Signature "SSDT"
* Length 0x00000050 (80)
* Revision 0x02
* Checksum 0x3C
* OEM ID "ACDT"
* OEM Table ID "AWAC"
* OEM Revision 0x00000000 (0)
* Compiler ID "INTL"
* Compiler Version 0x20180427 (538444839)
*/
DefinitionBlock ("", "SSDT", 2, "ACDT", "AWAC", 0x00000000)
{
External (STAS, IntObj)

Scope (_SB)
{
Method (_INI, 0, NotSerialized) // _INI: Initialize
{
If (_OSI ("Darwin"))
{
STAS = One
}
}
}
}

52 changes: 52 additions & 0 deletions D4/EFI/OC/ACPI/SSDT-DTPG.dsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20210930 (32-bit version)
* Copyright (c) 2000 - 2021 Intel Corporation
*
* Disassembling to symbolic ASL+ operators
*
* Disassembly of //wsl.localhost/Ubuntu/home/qiyongxiao/ASUS-PRIME-Z690-P-D4-hackintos/D4/EFI/OC/ACPI/SSDT-DTPG.aml, Fri Feb 10 15:27:56 2023
*
* Original Table Header:
* Signature "SSDT"
* Length 0x00000064 (100)
* Revision 0x02
* Checksum 0xA3
* OEM ID "KGP "
* OEM Table ID "DTPG"
* OEM Revision 0x00001000 (4096)
* Compiler ID "INTL"
* Compiler Version 0x20180427 (538444839)
*/
DefinitionBlock ("", "SSDT", 2, "KGP ", "DTPG", 0x00001000)
{
Method (DTGP, 5, NotSerialized)
{
If ((Arg0 == ToUUID ("a0b5b7c6-1318-441c-b0c9-fe695eaf949b") /* Unknown UUID */))
{
If ((Arg1 == One))
{
If ((Arg2 == Zero))
{
Arg4 = Buffer (One)
{
0x03 // .
}
Return (One)
}

If ((Arg2 == One))
{
Return (One)
}
}
}

Arg4 = Buffer (One)
{
0x00 // .
}
Return (Zero)
}
}

Loading

0 comments on commit 3d9cf7d

Please sign in to comment.