Skip to content

Latest commit

 

History

History
109 lines (72 loc) · 4.64 KB

README_EN.md

File metadata and controls

109 lines (72 loc) · 4.64 KB

XPS15-9560-Catalina

XPS15-9560 Hackintosh Clover Config.

中文 | English

Update log

Main Version Update 2020-02-02

  1. Add branch of OpenCore

For more details, please visit changelog.md

Integrated Kexts, EFI and so on Update 2020-04-29

  1. Update VoodoI2C to 2.4.2
  2. Update Clover to 5114;

macOS 10.15.4 works properly in current configuration.

Configuration

  • CPU:Intel I7 7700HQ
  • RAM:16G(8G*2) 2400MHz DDR4
  • HardDisk:Toshiba NVMe 512G
  • WIFI:Dell Wireless 1830 (Also named as DW1830)
  • Screen:4K(touch)

What's not Working

  1. Fingerprint sensor
  2. Discrete graphic card, since macOS doesn't support Optimus technolog
  3. SD Card Reader
  4. Intel Bluetooth only works after warm restart from Windows
  5. Stock Wi-Fi Card Killer Wireless 1535
  6. Everything else works well

Installation

Please refer to the detailed installation tutorial Xiaomi Mi Notebook Pro High Sierra 10.13.6 or video tutorial Xiaomi NoteBook PRO HACKINTOSH INSTALLATION GUIDE !!!.

If the tracpad doesn't work during installation, please plug a wired mouse or a wireless mouse projector before the installation. After the installation completes, open Terminal.app and type sudo kextcache -i /. Wait for the process ending and restart the device. Enjoy your trackpad!

Warning

  1. Don't turn on FileValue Encryption!!!

Other Configurations (i5/1080P) note

If you are using a 1080P screen, please notice:

  1. (not must)Use xzhih/one-key-hidpi to enable HiDPI;
  2. Use Clover Configurator to edit CLOVER\Config.plist, and delete all values in Boot Graphics, or use Other Text Editor (Such as NotePad) and delete the part as after shows:
    <key>BootGraphics</key>
     <dict>
     	<key>EFILoginHiDPI</key>
     	<integer>2</integer>
     	<key>UIScale</key>
     	<integer>2</integer>
     	<key>flagstate</key>
     	<integer>1</integer>
     </dict>
    
  3. Use Clover Configurator to edit CLOVER\Config.plist, and change the Theme part to Outlines1080 in GUI part,or use Other Text Editor (Such as NotePad) to replace Outlines4K to Outlines1080 (or Universe If you want to use the old one);

If you are not using i7-7700HQ,please notice:

  1. (Must)Please Insure you have already boot in your macOS normally;
  2. (Must)Delete CLOVER\Kexts\Other\CPUFriendDataProvider.kext;
  3. (Must)Use stevezhengshiqi/one-key-cpufriend to generate a new CPUFriendDataProvider.kext and place it in CLOVER\Kexts\Other;

Work around

1. fix fuzzy font

open Terminal.app and exec

$ defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO

then reboot.

2. Android USB Network Sharing

set Post-install/HoRNDIS.kext to CLOVER/kexts/Other

3. Unlock Root directory

sudo mount -uw /

4. macOS Minor Update Suggestions

Rebuild kextcache after each macOS minor update, you can create a file named rebuilt.command containing the command sudo kextcache -i /. When an update is finished, you can directly run this file and input your password to rebuild kextcache. This can repair some minor issues such as Brightness Control Failure or USB-C Device cannot work properly.

Wifi & Bluetooth Setting

  1. Disable Power Nap,System Preferences -> Energy Saver disable all Power Nap options, and disable Wake for Wi-Fi network access option.
  2. dissble Wake for Bluetooth, System Preferences -> Bluetooth -> Advanced disable all options.
  3. For DW1830 users, in order to imporve its performance and stability in Windows, please hit Win+X+M to open Device Manager, find the column Network Adapter and find Dell Wireless 1830 802.11ac and double click it, in the Advanced tab, find Bluetooth Cooperation and set it to Disable.

Contributor

SilentSliver

Special Thanks to

AppleRehabManAcidantheraPMheartalexandredwmchrisdarkhandzgunslinger23goodwinblackosxBadruzeus and so on.