Model | XPS15-7590 / MacBookPro16,1 | Version | Ventura 13.6.7 / OpenCore 1.0.0 |
---|---|---|---|
Processor | Intel Core i7-9750H | Graphics | Intel UHD Graphics 630 |
Memory | Crucial DDR4 2666MHz 16GB x 2 | Storage | WD BLACK SN850 NVMe SSD 2T |
Audio | Realtek ALC298 | WiFi/Bluetooth | Dell Wireless 1830 |
Display | Sharp SHP14BA (MWP1T-LQ156M1) 15.6-inch WLED FHD non-touchscreen |
Monitor | No |
- DiscreteGPU
- Thunderbolt
- Fingerprint
You can use OCAuxiliaryTools, a Cross-platform GUI management tool for OpenCore.
- BIOS version: 1.27.0 (1.19+ is OK.)
- SATA Mode: AHCI
- From Opencore boot screen long press the SPACE bar, go to modGRUBShell and set the values for CFG unlock, DVMT Pre-Allocated, DVMT Total Gfx Mem and overclocking lock to the following:
setup_var_cv Setup 0x6ED 0x01 0x00
setup_var 0xA10 0x02
setup_var 0xA11 0x03
setup_var_3 0x789 0x00
Please use the latest release.
If your laptop display is 4k-OLED, you can try this EFI 4k-OLED.
Please run following commands:
sudo pmset -a hibernatemode 0
sudo pmset -a autopoweroff 0
sudo pmset -a standby 0
sudo pmset -a proximitywake 0
Please open System Report-Network-Wi-Fi
and check your network interface, if not en0, you have to:
- delete all items in
system preferences-network
left side list. - remove
/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
- reboot your computer
- enter
system preferences-network
, click '+' and add Wi-Fi back.
You can use OCAuxiliaryTools (PI -> Generic) to generate SN, MLB and SmUUID.
Highly recommend you to use Windows system UUID as SmUUID: run wmic csproduct get UUID
in Windows CMD.
Highly recommend you to use the MAC address of en0 as ROM: run ifconfig en0 | awk '/ether/{print $2}' | sed -e 's/\://g'
in Mac Terminal.
If you are using FHD(1080p) display, you may want to enable font smoothing:
defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO # YES to disable
- xxxzc - Reference xps15-9570-macos for most of the config.
- acidanthera - Almost all kexts and drivers.
- dortania - OpenCore Install Guide.
- daliansky - Hackintosh EFI and installation tutorial.
- OpenCorePkg - OpenCore bootloader.
- OCAT - OCAuxiliaryTools.
- Hackintool - The Swiss army knife of vanilla Hackintoshing.
- one-key-hidpi - Enable macOS HiDPI.