Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

LuletterSoul/Dell-XPS15-9570-macOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 4K@60Hz 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

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

Software

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

Tutorial

Kevin Shroff brought us awsomeFull 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 incorrectig-platform-id = 0x12345678, and disable graphic card, so that the system can enter desktop after complete installation.

config.plist

This file is used forXPS 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 fromconfig_install.plist is that the correctig-platform-id = 0x3e9b0000 is injected into our system.One the other hand,the maximum link rate of theXPS 9570 8750H 4K model is fixed by the following field:

dpcd-max-link-rate =<14000000>

config_1080P.plist

This file is used forXPS 9570 8750H 1080P model.The difference fromconfig.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

Useconfig_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

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

4. Useconfig.plist(for 4k)

If your model is 4K, useconfig.plist to enter desktop directly.Otherwise,useconfig_1080P.plist instead.

5. Install some drivers intoL/E orS/L/E (optional)

It is recommended to only keepVirtualSmc.kext/FakeSMC.kext inCLOVE/kexts/Other, install the rest of kexts intoL/E orS/L/E. Delete all kexts inCLOVER/kexts/other which already are installed.Finally, rebuild kext cache again and restart your computer.

Upgrade

Switch backconfig_install.plist to complete upgrade, runsudo kextcache -i / to rebuild kext cache immediately after entering destop.

More contents

see more details fromissues set andupdate 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 myrepo,bavariancake's repo andXigtun's repo.Star me if you really like my contribution for hackintosh community!

Credits

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp