- Joined
- Jun 1, 2013
- Messages
- 280
- Motherboard
- Gigabyte Z490 Vision D
- CPU
- I7-10700K
- Graphics
- 5600XT & 6800 XT
- Mac
-
- Mobile Phone
-
@CaseySJ Thanks for the SSDTs. is there anything I need to do to those SSDTs before using them? I vaguely remember in a previous post related to my 6800 XT to add "if Darwin", something like that. But I can't find your post anymore.At the bottom of the Z390 Designare build guide there are two SSDTs, one that disables GPU in Slot 1 and the other disables Slot 2.
Flashing the BIOS is pretty safe and routine. Remember this is the motherboard BIOS (not Thunderbolt BIOS). This is done from within BIOS Setup.
I tried by the way to enclose the SSDT with
If (_OSI ("Darwin"))
{
..
}
But the SSDT itself even without adding the if statement does not compile in MacIASL. There is an error code 6160 with the following message: One or more prefix Scopes do not exist (_SB.PCI0.PEG1.PEGP._DSM)
I tried to fix it by looking at the IOregistry and understand the structure but I could not unfortunately.
Are those 2 SSDTs supposed to compile? Because the compiler is throwing errors I can't save them in MacIASL.
Of course I can use a normal text editor if those SSDTs are ok as such and and the if statement.
Thanks.
Last edited: