-
Posts
95,154 -
Joined
-
Last visited
Posts posted by MaLd0n
-
-
-
-
56 minutes ago, nosborsousa said:
Hi @MaLd0n!
Sleep dont work in huananzhi F8?
Kill _prw and use power button to wake
Quote<dict>
<key>Base</key>
<string></string>
<key>BaseSkip</key>
<integer>0</integer>
<key>Comment</key>
<string>_PRW to XPRW</string>
<key>Count</key>
<integer>0</integer>
<key>Enabled</key>
<true/>
<key>Find</key>
<data>X1BSVw==</data>
<key>Limit</key>
<integer>0</integer>
<key>Mask</key>
<data></data>
<key>OemTableId</key>
<data></data>
<key>Replace</key>
<data>WFBSVw==</data>
<key>ReplaceMask</key>
<data></data>
<key>Skip</key>
<integer>0</integer>
<key>TableLength</key>
<integer>0</integer>
<key>TableSignature</key>
<data></data>
</dict> -
U need edit acpi and put correct cores/threads number there
-
@Slice Work with UseARTFrequncy=true. Thx!
AppleXcpmForceBoost <--- need this quirk to fix perfomance for now
ProvideCurrentCpuInfo <---don't need this
-
10 minutes ago, Slice said:
But this log is not latest
Starting Clover revision: 5160 (master, commit 788654cdc)And did you set UseARTFrequncy=true?
let me check. ill back soon
-
@Slice my Arrow Lake run animation, etc in 2x speed
I extracted boot log. Can you fix? Archive.zip
Im using same quirks in Clover and Opencore in same EFI folder with BootloaderChooser by jief666
-
-
16 minutes ago, cryptoingcrazyguy said:
I will contact you maldon
I need help with my setupHey
Add me there and we talk about.
Telegram: https://t.me/MaLd0n
WhatsApp: https://wa.me/5521995334655
Skype: https://join.skype.com/invite/dBnXm46BHBWo -
15 minutes ago, Slice said:
New release 5161.
Some adaptation for Intel Ultra processors.
Fixed some bugs with XHCI driver, hope it will be useful for someone.
https://github.com/CloverHackyColor/CloverBootloader/releases
Thanks Slice!
-
Via Telegram
-
1
-
-
No support for this nvidia
-
5 hours ago, Massimiliano Meirotti said:
AQC113C
Use this Patch with Aquantia Quirk and VT-d enable
QuoteScope (\_SB.PC00.RP01)
{
Scope (PXSX)
{
Name (_STA, Zero) // _STA: Status
}Device (XGBE)
{
Name (_ADR, Zero) // _ADR: Address
Method (_STA, 0, NotSerialized) // _STA: Status
{
If (_OSI ("Darwin"))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}Method (_RMV, 0, NotSerialized) // _RMV: Removal Status
{
Return (Zero)
}Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method
{
If ((Arg2 == Zero))
{
Return (Buffer ()
{
0x03 // .
})
}Return (Package ()
{
"device-id",
Buffer ()
{
0xC0, 0x94, 0x00, 0x00 // ....
},"compatible",
Buffer ()
{
/* 0000 */ 0x70, 0x63, 0x69, 0x31, 0x64, 0x36, 0x61, 0x2C, // pci1d6a,
/* 0008 */ 0x39, 0x34, 0x63, 0x30, 0x00, 0x70, 0x63, 0x69, // 94c0.pci
/* 0010 */ 0x63, 0x6C, 0x61, 0x73, 0x73, 0x2C, 0x30, 0x32, // class,02
/* 0018 */ 0x30, 0x30, 0x30, 0x30, 0x00, 0x58, 0x47, 0x42, // 0000.XGB
/* 0020 */ 0x45, 0x00, 0x00, 0x00 // E...
}
})
}
}
}-
1
-
-
Essa IGPU não tem suporte
-
-
No support for this IGPU
-
-
-
-
U can remove device Speaker, common name in ACPI is Device SPKR _HID PNP0800
Example bellow
QuoteDevice (SPKR)
{
Name (_HID, EisaId ("PNP0800") /* Microsoft Sound System Compatible Device */) // _HID: Hardware ID
Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings
{
IO (Decode16,
0x0061, // Range Minimum
0x0061, // Range Maximum
0x00, // Alignment
0x01, // Length
)
})
}-
1
-
-
Use kabylake video patch
-
Do u update kexts and bootloader before update system?
-
Asus BT400
-
1
-
-
This is perfect just need this quirk for up perfomance and need to wait cputopology update.

Requesting EFI for Ryzen 7 4800h
in Hackintosh EFI Folder Collection
Posted
Remove properties for cpu in acpi. Test if u really need it.
https://olarila.com/topic/38222-how-to-create-ssdts-for-hackintosh-easy-way-with-ssdttime/