- Joined
- Dec 18, 2019
- Messages
- 28
- Motherboard
- Acer Aspire A715-74G-78KF
- CPU
- i7-9750H
- Graphics
- UHD 630
- Mac
-
@freejack , Tx for your reply. Happy new year !
It is a bit confusing to me, kindly clarify
1. are you saying the patch _STA to XSTA must be disabled like this ?
2. AND THAT the method must return 0x1F like this: hence removing all the code from If (ECOK ())
3. Likewise the patch for changing GFX0 to IGPU should be: ?
I can't help but to note that in clover boot loader under DSDT patch ACPI the reciprocal seems to be the case. See picture below. If you use clover configurator and set disabled flag to true it would not be selected at runtime when you load the boot loader.
So I'm not sure which to use ?
It is a bit confusing to me, kindly clarify
1. are you saying the patch _STA to XSTA must be disabled like this ?
2. AND THAT the method must return 0x1F like this: hence removing all the code from If (ECOK ())
Code:
Device (BAT1)
{
Method (_STA, 0, NotSerialized) // _STA: Status
{
Return (0x1F)
/*If (ECOK ())
{
If (^^EC0.BOL0)
{
Return (0x1F)
}
Else
{
Return (0x0F)
}
}
Else
{
Return (0x1F)
}*/
}
}
3. Likewise the patch for changing GFX0 to IGPU should be: ?
I can't help but to note that in clover boot loader under DSDT patch ACPI the reciprocal seems to be the case. See picture below. If you use clover configurator and set disabled flag to true it would not be selected at runtime when you load the boot loader.
So I'm not sure which to use ?
Last edited: