Model | MacBookPro16,1 | Version | BigSur 11 Beta |
---|---|---|---|
Processor | Intel Core i5-9300H | Graphics | UHD Graphics 630 |
Memory | 2667MHz DDR4 2x8GB | OS Disk | Samsung 970Evo Plus |
Audio | Realtek ALC295 | WiFi/Bluetooth | DW1820A |
This will happen when using plug-in HDMI after bootup. This will be fixed after short sleep (about 1min) and never happen again until reboot
Kernel and Kext Patches
on Clover or Kernel > Patch
on Opencore but HDMI Audio will be disabledFrom 10.15.6, event 11, HDMI audio is
dead
, still finding solution
This will pull all newest kext and build into zip files
python3 update.py --build
AHCI
modeThorough
Disabled
- Fix black screen after wakeauto switch
and select it to BIOS assist
for better battery management in Catalina and BigSurYou can follow Dortania's guide as it very detail and easy to understand.
release
and download lastest version of your choice ( Clover or Opencore )EFI
from zip file)sudo pmset -a hibernatemode 0
sudo pmset -a autopoweroff 0
sudo pmset -a standby 0
sudo pmset -a proximitywake 0
sudo pmset -b tcpkeepalive 0 (optional)
-b
- Battery-c
- AC Power-a
- Both
Please uncheck all options (except Prevent computer from sleeping...
, which is optional) in the Energy Saver
panel.
If you are using FHD(1080p) display, you may want to enable font smoothing, run this command from terminal:
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO
If your laptop display is 4K screen, you should set uiscale to 2:
cant boot into macos
:AirportBrcmFixup
, if u facing with connection issues then follow bellowChange
<key>#PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)</key>
Into
<key>PciRoot(0x0)/Pci(0x1c,0x0)/Pci(0x0,0x0)</key>
Add UUID=xxx none ntfs rw,auto,nobrowse
to /etc/fstab
, xxx is the UUID of your NTFS partition.
If your NTFS partition has Windows installed, you need to run powercfg -h off
in powershell in Windows to disable hibernation.
Smart zoom
to avoid two-finger tap delay.See is-it-possible-to-get-rid-of-the-delay-between-right-clicking-and-seeing-the-context-menu
Big thanks for @Leoing, who found all nessesary value
Name | Address | Configable value | Default value |
---|---|---|---|
CFC-Lock | 0x6F0 | 0x1 or 0x0 | 0x1 |
DGPU | 0x574 | 0x1 or 0x0 | 0x1 |
Voltage Lock | 0x78C | 0x1 or 0x0 | 0x1 (1.6.0) |
You can follow this to change those value
For Bios 1.6.0
0x78C
need set to 0x0 so VoltageShift can be usedYou can use mine SmartCPU Script base on VoltageShift for controlling cpu power's usage: SmartCPU