All Projects → LuletterSoul → Dell Xps15 9570 Macos

LuletterSoul / Dell Xps15 9570 Macos

let macOS Mojave/macOS Catalina run on Dell XPS 9570 4K

Projects that are alternatives of or similar to Dell Xps15 9570 Macos

Dell-Exx50-Hackintosh
Fully working Hackintosh for all Latitude 2015 models
Stars: ✭ 25 (-93.52%)
Mutual labels:  hackintosh
tongfang-macos
🍏Bring the latest macOS for 💻Tongfang laptops!
Stars: ✭ 408 (+5.7%)
Mutual labels:  hackintosh
Xiaomi Mi Air
Xiaomi Mi Air 13.3" 2018
Stars: ✭ 309 (-19.95%)
Mutual labels:  hackintosh
X99-Deluxe-II
Files for Asus X99 Deluxe II hackintosh.
Stars: ✭ 17 (-95.6%)
Mutual labels:  hackintosh
AsusSMC
A VirtualSMC plugin provides native macOS support for ALS, keyboard backlight and Fn keys on Asus laptops
Stars: ✭ 151 (-60.88%)
Mutual labels:  hackintosh
Xps9570 Macos
macOS Mojave/Catalina on Dell XPS 9570.
Stars: ✭ 258 (-33.16%)
Mutual labels:  hackintosh
H81M-DS2-Hackintosh
Thís repository contain files needed for GA-H81M-DS2 Hackintosh. Only OpenCore supported
Stars: ✭ 12 (-96.89%)
Mutual labels:  hackintosh
Xps9360 Macos
macOS Catalina on Dell XPS 9360
Stars: ✭ 360 (-6.74%)
Mutual labels:  hackintosh
opencore-7080-mff
OpenCore on Dell OptiPlex 7080 MFF
Stars: ✭ 17 (-95.6%)
Mutual labels:  hackintosh
Opencore Vanilla Desktop Guide
Host for files for the OpenCore Vanilla Desktop Guide
Stars: ✭ 299 (-22.54%)
Mutual labels:  hackintosh
Dell-E7250-Hackintosh
Fully working Hackintosh on E7250
Stars: ✭ 51 (-86.79%)
Mutual labels:  hackintosh
hackintosh ASUS ROG Z390
hackintosh-ASUS-ROG-STRIX-Z390-E-GAMING
Stars: ✭ 41 (-89.38%)
Mutual labels:  hackintosh
Tinu
TINU, the open tool to create bootable macOS installers
Stars: ✭ 272 (-29.53%)
Mutual labels:  hackintosh
GA-Z490M-Gaming-X
MacOS Monterey, Big Sur on GA Z490M Gaming X
Stars: ✭ 35 (-90.93%)
Mutual labels:  hackintosh
Hasee Tongfang Macos
Installing 🍏Hackintosh (macOS) on 💻Tongfang 8th/9th generation platform laptops.
Stars: ✭ 335 (-13.21%)
Mutual labels:  hackintosh
hackintosh-opencore-z390-aorus-pro-wifi
Personal Hackintosh (OpenCore) configuration for Gigabyte Z390 Aorus Pro WiFi, Intel Core i7-9700K & Intel UHD Graphics 630
Stars: ✭ 20 (-94.82%)
Mutual labels:  hackintosh
Matebookxpro Hackintosh
Hackintosh Solution for the Huawei Matebook X Pro
Stars: ✭ 257 (-33.42%)
Mutual labels:  hackintosh
Hackintosh Installer University
Open source tutorial & information collector for hackintosh installation.
Stars: ✭ 3,815 (+888.34%)
Mutual labels:  hackintosh
Nuc8i7beh Hackintosh Build
[GUIDE] Installing macOS Mojave (10.14.x) on Intel NUC8i7BEH using Clover UEFI
Stars: ✭ 338 (-12.44%)
Mutual labels:  hackintosh
Nuc8i5beh
Hackintosh NUC8I5BEH - 黑苹果 - OpenCore & Clover - Big Sur
Stars: ✭ 289 (-25.13%)
Mutual labels:  hackintosh

English | 中文

Introduction

This hackintosh configuration is built for the Dell XPS 9570 laptop based Clover.It theoretically supports macOS 10.14.X - macOS 10.15.X. It integrates common kexts for almost all devices,such as audio card, intel graphic card, 4K display and so on.It fully supports dual signals output using [email protected] via HDMI 2.0 and Type C, thunderbolt devices are boot coldly and DW1830 is used to suppot WLAN and Airdop.It also brings original touch gestures like Mac devices, and sleep and wake up are general normal.。

Tested Environment

Harware

  • [x] Model: Dell XPS 9570
  • [x] CPU: Intel Core i7-8750H
  • [x] Intel Graphic: UHD630
  • [x] Memory: Micron 8ATF1G64HZ-2G6E1 8GB* 2
  • [x] Display: 4K Sharp Display
  • [x] SSD: PC401 NVMe SK hynix 512GB SSD
  • [x] Trackpad: Synaptics SYNA2393
  • [x] Audio: Realtek ALC298
  • [x] Touchscreen: Wacom WCOM488F
  • [x] WLAN + Bluetooth : DW1830
  • [ ] Killer 1535
  • [ ] Goodix fingerpint reader
  • [ ] Nvidia Geforce 1050Ti

Software

  • [x] BIOS: 1.5.0 - 1.11.2
  • [x] macOS Mojave: 10.14.0 - 10.14.6
  • [x] macOS Catalina: 10.15.0 - 10.15.5

Tutorial

Kevin Shroff brought us awsome Full Installation Guide.See it firstly and you should kown as below before installation:

Configuration Plist

config_install.plist

This is used for installation phase, the purpose is to inject a incorrect ig-platform-id = 0x12345678, and disable graphic card, so that the system can enter desktop after complete installation.

config.plist

This file is used for XPS 9570 8750H 4K model. The following sub-item injects the correct graphic platform and enables graphic acceleration.

  • Devices/Properties/PciRoot(0x0)/Pci(0x2,0x0)
    • framebuffer-portcount = <04000000>
    • framebuffer-con1-enable = <01000000>
    • framebuffer-con1-alldata = <01050900 00040000 87010000>
    • framebuffer-con2-enable = <01000000>
    • framebuffer-con2-alldata = <02060900 00040000 87010000>
    • framebuffer-con3-enable = <01000000>
    • framebuffer-con3-alldata = <03040a00 00080000 87010000>
    • enable-hdmi20 = <01000000>
    • enable-lspcon-support = <01000000>
    • framebuffer-con3-has-lspcon = <01000000>
    • framebuffer-con3-preferred-lspcon-mode = <01000000>

It's different from config_install.plist is that the correct ig-platform-id = 0x3e9b0000 is injected into our system.One the other hand,the maximum link rate of the XPS 9570 8750H 4K model is fixed by the following field:

dpcd-max-link-rate = <14000000>

config_1080P.plist

This file is used for XPS 9570 8750H 1080P model.The difference from config.plist is only that:

dpcd-max-link-rate = <0A000000>

Installation

1. Replace EFI of installation volume

Delete the clover folder from original EFI partition and replace it with the Clover folder of this repository.

2. Complete Installation

Use config_install.plist to enter installation UI and complete the installation; if there are installation failure problems, try multiple times to enter the installation UI.(3~5 times)

3. Rebuild kext cache

Run sudo kextcache -i / command in terminal to rebuild kext cache after entering desktop.

4. Use config.plist(for 4k)

If your model is 4K, use config.plist to enter desktop directly.Otherwise,use config_1080P.plist instead.

5. Install some drivers into L/E or S/L/E (optional)

It is recommended to only keep VirtualSmc.kext/FakeSMC.kext in CLOVE/kexts/Other, install the rest of kexts into L/E or S/L/E. Delete all kexts in CLOVER/kexts/other which already are installed.Finally, rebuild kext cache again and restart your computer.

Upgrade

Switch back config_install.plist to complete upgrade, run sudo kextcache -i / to rebuild kext cache immediately after entering destop.

More contents

see more details from issues set and update history

Statement

I sincerely apologize for my procrastination.But the project is stable enough and has supported full version of Catalina so far.Thank you for all passion and stars.I am strongly support everyone to promote this project. If you need to publish this EFI or reprint it to others, please be sure to indicate my repo, bavariancake's repo and Xigtun's repo.Star me if you really like my contribution for hackintosh community!

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].