From 1b6506a4b8ca76d565a7b142d0bfa80d9164d705 Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Tue, 27 Jul 2021 01:51:23 -0500 Subject: [PATCH] Reorganize doc assets --- docs/BIOS.md | 4 +++- docs/Hardware.md | 1 + docs/Post-Installation.md | 20 +++++++++--------- docs/assets/ALC285_pin.png | Bin 0 -> 12192 bytes .../OpenCore SSDT patching notice.png | Bin .../{img => }/SPI_Programmer_CH341a.png | Bin docs/assets/{img => }/logo.png | Bin .../macOS Settings/Battery_powernap.png | Bin .../macOS Settings/Bluetooth_wake.png | Bin .../macOS Settings/Poweradt_powernap.png | Bin .../{img => }/macOS Settings/fnkeys.png | Bin .../{img => }/macOS Settings/touchpad.png | Bin docs/assets/{img => }/neofetch.png | Bin docs/assets/{img => }/opencore.png | Bin docs/assets/{img => }/videoproc.png | Bin docs/assets/{img => }/x1c6-hackintosh.png | Bin docs/assets/{img => }/x1c6.png | Bin .../{ALC285_codec.txt => ALC285.md} | 6 ++++++ .../{keyboard_map.md => keyboard.md} | 0 mkdocs.yml | 2 ++ 20 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 docs/assets/ALC285_pin.png rename docs/assets/{img => }/OpenCore SSDT patching notice.png (100%) rename docs/assets/{img => }/SPI_Programmer_CH341a.png (100%) rename docs/assets/{img => }/logo.png (100%) rename docs/assets/{img => }/macOS Settings/Battery_powernap.png (100%) rename docs/assets/{img => }/macOS Settings/Bluetooth_wake.png (100%) rename docs/assets/{img => }/macOS Settings/Poweradt_powernap.png (100%) rename docs/assets/{img => }/macOS Settings/fnkeys.png (100%) rename docs/assets/{img => }/macOS Settings/touchpad.png (100%) rename docs/assets/{img => }/neofetch.png (100%) rename docs/assets/{img => }/opencore.png (100%) rename docs/assets/{img => }/videoproc.png (100%) rename docs/assets/{img => }/x1c6-hackintosh.png (100%) rename docs/assets/{img => }/x1c6.png (100%) rename docs/references/{ALC285_codec.txt => ALC285.md} (98%) rename docs/references/{keyboard_map.md => keyboard.md} (100%) diff --git a/docs/BIOS.md b/docs/BIOS.md index 3d6ab28..315cc5e 100644 --- a/docs/BIOS.md +++ b/docs/BIOS.md @@ -1,5 +1,7 @@ # BIOS +## Vanilla BIOS Settings + At the minimum, these BIOS settings must be made to install and run macOS without any problems: | Main Menu | Sub 1 | Sub 2 | Sub 3 | @@ -49,7 +51,7 @@ At the minimum, these BIOS settings must be made to install and run macOS withou A modded BIOS will allow for more optimizations to be made for macOS and will overall make your hackintosh better. I am a BIOS modding novice myself, but with these instructions, I was able to mod my x1c6 BIOS in less than one hour. I fully recommend doing this for all who think themselves capable. Furthermore, the default `config.plist` for this repository is meant to accommodate a modded BIOS with appropriate settings. If you cannot mod your BIOS or is unwilling to do so, use `config_unmoddedBIOS.plist`. -SPI_Programmer_CH341a.jpg +SPI_Programmer_CH341a.jpg [SPI Programmer CH341a and SOIC8 connector](https://www.amazon.com/Organizer-Socket-Adpter-Programmer-CH341A/dp/B07R5LPTYM) are needed. Here are the steps to mod your BIOS (credits to paranoidbashthot and \x). Attempt this at your own risk. diff --git a/docs/Hardware.md b/docs/Hardware.md index d91a64c..0827cb2 100644 --- a/docs/Hardware.md +++ b/docs/Hardware.md @@ -38,6 +38,7 @@ However, there exists other alternatives with better WiFi and Bluetooth standard - Mod the BIOS the unlock Intel Advance Menu. see [docs/1_README-HARDWAREandBIOS.md](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/1_README-HARDWAREandBIOS.md) ## Differing Models + - These are relevant components on my machine which may differ from yours, keep these in mind as you will need to adjust accordingly, depending on your machine's configuration. | Category | Component | Remarks | diff --git a/docs/Post-Installation.md b/docs/Post-Installation.md index 4facd2c..f9e2c0c 100644 --- a/docs/Post-Installation.md +++ b/docs/Post-Installation.md @@ -1,35 +1,35 @@ -## Upgrading and other Major Changes: +## Upgrading and other Major Changes - macOS minor version upgrade works just as any Mac would. - It is generally a good idea to hold off on new major macOS releases until kexts and other dependencies have been tested. - The macOS version of my machine is displayed on a badge in `README.md` -## Configuring PlatformInfo for iMessage/iCloud/FaceTime: +## Configuring PlatformInfo for iMessage/iCloud/FaceTime - Refer to [dortania /OpenCore-Install-Guide](https://dortania.github.io/OpenCore-Post-Install/universal/iservices.html) - NOTE: `We’re sorry, but this serial number isn’t valid` is fine and has personally worked and working for me and many others. `Purchase Date not Validated` can be a problem down the line if a legitimate machine with that PlatformInfo is activated. -## Dual Booting: +## Dual Booting - I recommend that you dual boot using another drive in the WAN slot (I have the WDC PC SN520 NVMe 2242). This makes installation much easier, and lets the BIOS F12 option act as your boot manager. - I've found that dual booting with OpenCore on a single can be quite troublesome. Instead, what I recommend is to use rEFInd Boot Manager should you need to dual boot Windows or Linux. - It is possible to share Bluetooth pairing keys between Windows and macOS when dual booting. - The `.reg` for Bluetooth connected devices in macOS can be exported using Hackintool's Utilities section. This key can then be imported to Windows. -## Sleep: +## Sleep -- Disable Power Nap for both [`Battery`](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/assets/img/macOS%20Settings/Battery_powernap.png) and [`Power Adapter`](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/assets/img/macOS%20Settings/Poweradt_powernap.png). -- Disable [`Wake for Network Access`](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/assets/img/macOS%20Settings/Poweradt_powernap.png) in `Power Adapter`. +- Disable Power Nap for both [`Battery`](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/assets/macOS%20Settings/Battery_powernap.png) and [`Power Adapter`](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/assets/macOS%20Settings/Poweradt_powernap.png). +- Disable [`Wake for Network Access`](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/assets/macOS%20Settings/Poweradt_powernap.png) in `Power Adapter`. - Uncheck [`Allow Bluetooth devices to wake this computer`](https://github.com/tylernguyen/x1c6-hackintosh/blob/main/docs/assets/img/macOS%20Settings/Bluetooth_wake.png) if you do not need it. - Do not disable `hibernatefile`. - `sudo pmset -a tcpkeepalive 0` to disable Network while sleeping. - `sudo pmset -a proximitywake 0` to disable peripheral wake agent. -## HiDPI, specfically, HiDPI for the WQHD-HDR 1440p Display: +## HiDPI, specfically, HiDPI for the WQHD-HDR 1440p Display - Run [xzhih/one-key-hidpi](https://github.com/xzhih/one-key-hidpi) -## EDID Override: +## EDID Override - This is necessary to fix HDMI hotplug. - See current available patches in `/patches/Internal Displays/`, merge them with `config.plist` @@ -49,7 +49,7 @@ - Note: USB 3.1 Gen2 hotplug still Work-in-progress. -## Keyboard: +## Keyboard - PrtSc (remapped to F13) = I use it for Screen Capture (Set in `System Preferences/Keyboard/Shortcuts`) - Check `Use F1, F2, etc. keys as standard function keys` in `System Preferences/Keyboard` to gain access to standard F keys: @@ -60,7 +60,7 @@ - Additionally, [Karabiner-Elements](https://karabiner-elements.pqrs.org/) and [BetterTouchTool](https://folivora.ai/) are great productivty tools to remap and/or add functions to your keyboard. -## Touchpad: +## Touchpad - Force Click is enabled by default, which turns any click on the trackpad into a force touch. I suggest you turn this off. - In addition, I prefer to have tap to click on: diff --git a/docs/assets/ALC285_pin.png b/docs/assets/ALC285_pin.png new file mode 100644 index 0000000000000000000000000000000000000000..f8299d17740a3131132cf4b3eb565d6ca4853be3 GIT binary patch literal 12192 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 Ya0}Gui>QYn->wEI%WKGelYxZ%FHX~D00000 literal 0 HcmV?d00001 diff --git a/docs/assets/img/OpenCore SSDT patching notice.png b/docs/assets/OpenCore SSDT patching notice.png similarity index 100% rename from docs/assets/img/OpenCore SSDT patching notice.png rename to docs/assets/OpenCore SSDT patching notice.png diff --git a/docs/assets/img/SPI_Programmer_CH341a.png b/docs/assets/SPI_Programmer_CH341a.png similarity index 100% rename from docs/assets/img/SPI_Programmer_CH341a.png rename to docs/assets/SPI_Programmer_CH341a.png diff --git a/docs/assets/img/logo.png b/docs/assets/logo.png similarity index 100% rename from docs/assets/img/logo.png rename to docs/assets/logo.png diff --git a/docs/assets/img/macOS Settings/Battery_powernap.png b/docs/assets/macOS Settings/Battery_powernap.png similarity index 100% rename from docs/assets/img/macOS Settings/Battery_powernap.png rename to docs/assets/macOS Settings/Battery_powernap.png diff --git a/docs/assets/img/macOS Settings/Bluetooth_wake.png b/docs/assets/macOS Settings/Bluetooth_wake.png similarity index 100% rename from docs/assets/img/macOS Settings/Bluetooth_wake.png rename to docs/assets/macOS Settings/Bluetooth_wake.png diff --git a/docs/assets/img/macOS Settings/Poweradt_powernap.png b/docs/assets/macOS Settings/Poweradt_powernap.png similarity index 100% rename from docs/assets/img/macOS Settings/Poweradt_powernap.png rename to docs/assets/macOS Settings/Poweradt_powernap.png diff --git a/docs/assets/img/macOS Settings/fnkeys.png b/docs/assets/macOS Settings/fnkeys.png similarity index 100% rename from docs/assets/img/macOS Settings/fnkeys.png rename to docs/assets/macOS Settings/fnkeys.png diff --git a/docs/assets/img/macOS Settings/touchpad.png b/docs/assets/macOS Settings/touchpad.png similarity index 100% rename from docs/assets/img/macOS Settings/touchpad.png rename to docs/assets/macOS Settings/touchpad.png diff --git a/docs/assets/img/neofetch.png b/docs/assets/neofetch.png similarity index 100% rename from docs/assets/img/neofetch.png rename to docs/assets/neofetch.png diff --git a/docs/assets/img/opencore.png b/docs/assets/opencore.png similarity index 100% rename from docs/assets/img/opencore.png rename to docs/assets/opencore.png diff --git a/docs/assets/img/videoproc.png b/docs/assets/videoproc.png similarity index 100% rename from docs/assets/img/videoproc.png rename to docs/assets/videoproc.png diff --git a/docs/assets/img/x1c6-hackintosh.png b/docs/assets/x1c6-hackintosh.png similarity index 100% rename from docs/assets/img/x1c6-hackintosh.png rename to docs/assets/x1c6-hackintosh.png diff --git a/docs/assets/img/x1c6.png b/docs/assets/x1c6.png similarity index 100% rename from docs/assets/img/x1c6.png rename to docs/assets/x1c6.png diff --git a/docs/references/ALC285_codec.txt b/docs/references/ALC285.md similarity index 98% rename from docs/references/ALC285_codec.txt rename to docs/references/ALC285.md index fe85edf..7320402 100644 --- a/docs/references/ALC285_codec.txt +++ b/docs/references/ALC285.md @@ -1,3 +1,8 @@ +

+ +

+ +``` Codec: Realtek ALC285 Address: 0 AFG Function Id: 0x1 (unsol 1) @@ -281,3 +286,4 @@ Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In Node 0x24 [Audio Selector] wcaps 0x300101: Stereo Connection: 3 0x12* 0x13 0x18 +``` \ No newline at end of file diff --git a/docs/references/keyboard_map.md b/docs/references/keyboard.md similarity index 100% rename from docs/references/keyboard_map.md rename to docs/references/keyboard.md diff --git a/mkdocs.yml b/mkdocs.yml index 6172eef..965de5b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,8 @@ nav: - Technical Details: - config.plist: config.plist.md - Patches: Patches.md + - Keyboard Map: references/keyboard.md + - ALC285 Codec: references/ALC285.md - WhateverGreen Intel HD Manual: https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md - UEFI Secure Boot: https://osy.gitbook.io/hac-mini-guide/details/secure-boot - Thunderbolt 3 (Part 1): https://osy.gitbook.io/hac-mini-guide/details/thunderbolt-3-fix