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 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 0000000..f8299d1 Binary files /dev/null and b/docs/assets/ALC285_pin.png differ 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