Skip to content

jkbuha/XPS-9700-CometLake-OpenCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Dell XPS 9700 macOS with OpenCore

hackintosh

Details

OpenCore Version 1.0.1
macOS Version 13.6.9 (Ventura)
SMBios MacBookAir9,1

Hardware Specifications

Hardware Specification Status
CPU Intel Core W-10885M ✅ Working
RAM DDR4 32GB ✅ Working
Audio Realtek ALC711 ❌ Not Working
WiFi Killer 1675 (AX201) ✅ Working
Bluetooth AX201 Wi-Fi 5 ✅ Working
SSD Crucial P3 2TB ✅ Working
Keyboard - ✅ Working
Trackpad I2C Connection ✅ Working
Webcam Microdia RGB IR HD camera ✅ Working
MicroSD Card RTS5260 Card Reader ✅ Working
Fingerprint Sensor Shenzen Goodix ❌ Not Working
S4 Hibernate/Wake ✅ Working
GPU Intel HD630 Graphics ✅ Working
eGPU AMD Sapphire Radeon RX6950XT ✅ Working
Display 1920 x 1200 FHD LCD ✅ Working

Overview

This is the first working configuration for the Dell XPS 9700 with working S4 hibernate/resume. S3 seems to be elusive (for now) but S4 works seamlessly and honestly it's a much more practical option as the machine shuts down and then resumes seamlessly on power on.

BIOS Settings

Setting Option
SATA Operation AHCI
Fast Boot Thorough
Secure Boot Disabled
TMP 2.0 Security Disabled
Intel SGX Disabled
VT for Direct I/O Disabled
Fingerprint Reader Disabled

S4 ACPI

Despite Dell's attempts to sabotage S3 sleep, I've managed to get S4 sleep (hibernatemode 25) on macOS, uusing a combination of IFR edits and ACPI table changes. The first step is to change the following variables from the UEFI interface using modGRUBshell:

setup_var PchSetup 0x16 00 (RTC Memory Lock ->Disabled)
setup_var CpuSetup 0x3E 00 (CFG Lock ->Disabled)
setup_var CpuSetup 0xDA 00 (Overclocking Lock ->Disabled)
setup_var SaSetup 0xF5 02 (DVMT Pre-allocated ->64MB)
setup_var SaSetup 0xF6 03 (Total DVMT ->MAX)

In macOS (Monterey, Ventura, Sonoma) open a terminal and set the following:

sudo pmset -a hibernatemode 25
sudo pmset -a standby 1
sudo pmset -a powernap 1
sudo pmset -a sleep 1
sudo pmset -a standbydelaylow 1
sudo pmset -a standbydelayhigh 1
sudo pmset -a womp 0
sudo pmset -a proximitywake 0

Known Issues

None as far as I know...

Donate

If you like and use this project, feel free to contribute anything you can below:

Paypal: https://paypal.me/jkbuha

Bitcoin: bc1qjuy6hy5shqqdnyzzcjlc2h4ua47gpugphuxdae

About

Dell XPS 9700 W-10885M with macOS and OpenCore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors