mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-05 01:23:14 -06:00
docs: minor post installation notes
This commit is contained in:
parent
8e9266100d
commit
99d34f1471
4 changed files with 11 additions and 4 deletions
|
@ -43,6 +43,7 @@ Currently, there is no automatic solution available. For now, I recommend you cr
|
||||||
### Non-Fuctional:
|
### Non-Fuctional:
|
||||||
| Feature | Status | Dependency | Remarks |
|
| Feature | Status | Dependency | Remarks |
|
||||||
| :----------------------------------- | ------ | ------------------- | ---------------------------- |
|
| :----------------------------------- | ------ | ------------------- | ---------------------------- |
|
||||||
|
| Apple Music Lossless (DRM) | ❌ | | iGPU is incompatible with Apple's Lossless DRM. Try using an external DAC. |
|
||||||
| Fingerprint Reader | ❌ | `DISABLED` in BIOS to save power if not used in other OSes. | Linux support was only recently added |
|
| Fingerprint Reader | ❌ | `DISABLED` in BIOS to save power if not used in other OSes. | Linux support was only recently added |
|
||||||
| Wireless WAN | ❌ | `DISABLED` in BIOS to save power if not used in other OSes. | Unable to investigate as I have no need and my model did not come with WWAN. |
|
| Wireless WAN | ❌ | `DISABLED` in BIOS to save power if not used in other OSes. | Unable to investigate as I have no need and my model did not come with WWAN. |
|
||||||
| Load Apple's Graphics Micro Code (GuC) | ❌ | | See [Issue #103](https://github.com/tylernguyen/x1c6-hackintosh/issues/103). Will never work AFAIK due to inherent incompatibility. |
|
| Load Apple's Graphics Micro Code (GuC) | ❌ | | See [Issue #103](https://github.com/tylernguyen/x1c6-hackintosh/issues/103). Will never work AFAIK due to inherent incompatibility. |
|
||||||
|
@ -65,7 +66,7 @@ Currently, there is no automatic solution available. For now, I recommend you cr
|
||||||
| S3 Sleep/ Hibernation Mode 3 | ✅ | `SSDT-Sleep.aml` | |
|
| S3 Sleep/ Hibernation Mode 3 | ✅ | `SSDT-Sleep.aml` | |
|
||||||
| Hibernation Mode 25 | ✅ | `RTCMemoryFixup.kext` and `HibernationFixup.kext` | Supported, macOS uses mode 3 by default. Change to mode 25 via `pmset`. |
|
| Hibernation Mode 25 | ✅ | `RTCMemoryFixup.kext` and `HibernationFixup.kext` | Supported, macOS uses mode 3 by default. Change to mode 25 via `pmset`. |
|
||||||
| Custom Charge Threshold | ✅ | `SSDT-EC.aml`, [YogaSMC.kext](https://github.com/zhen-zen/YogaSMC), and [YogaSMCPane](https://github.com/zhen-zen/YogaSMC)| Adjust with YogaSMCPane in System Preferences
|
| Custom Charge Threshold | ✅ | `SSDT-EC.aml`, [YogaSMC.kext](https://github.com/zhen-zen/YogaSMC), and [YogaSMCPane](https://github.com/zhen-zen/YogaSMC)| Adjust with YogaSMCPane in System Preferences
|
||||||
| Fan Control | ✅ | `SSDT-EC.aml`, [YogaSMC.kext](https://github.com/zhen-zen/YogaSMC), and [YogaSMCPane](https://github.com/zhen-zen/YogaSMC)| Adjust with YogaSMC App.
|
| Fan Control | ✅ | `SSDT-EC.aml`, [YogaSMC.kext](https://github.com/zhen-zen/YogaSMC), and [YogaSMCApp](https://github.com/zhen-zen/YogaSMC)| Adjust with YogaSMC App.
|
||||||
| Battery Life | ✅ | Native, comparable to Windows/Linux. Biggest impact is TB3, see [docs/BIOS.md](https://tylernguyen.github.io/x1c6-hackintosh/BIOS/) | Will need a modded BIOS to disable `CFG Lock`
|
| Battery Life | ✅ | Native, comparable to Windows/Linux. Biggest impact is TB3, see [docs/BIOS.md](https://tylernguyen.github.io/x1c6-hackintosh/BIOS/) | Will need a modded BIOS to disable `CFG Lock`
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## HiDPI, specfically, HiDPI for the WQHD-HDR 1440p Display
|
## HiDPI
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
!!! note
|
||||||
|
|
||||||
|
MultiMedia Fn keys will work out of the box. Special Fn keys require [YogaSMC App](https://github.com/zhen-zen/YogaSMC) to be installed. Additionally, some parameters can be configured with YogaSMC's PrefPane plugin.
|
||||||
|
|
||||||
- PrtSc (remapped to F13) = I use it for Screen Capture (Set in `System Preferences/Keyboard/Shortcuts`)
|
- 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:
|
- Check `Use F1, F2, etc. keys as standard function keys` in `System Preferences/Keyboard` to gain access to standard F keys:
|
||||||
|
|
||||||
|
@ -5,4 +9,6 @@
|
||||||
<img src="https://raw.githubusercontent.com/tylernguyen/x1c6-hackintosh/main/docs/img/keyboard.png" width="400">
|
<img src="https://raw.githubusercontent.com/tylernguyen/x1c6-hackintosh/main/docs/img/keyboard.png" width="400">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
- 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.
|
!!! tip
|
||||||
|
|
||||||
|
[Karabiner-Elements](https://karabiner-elements.pqrs.org/) and [BetterTouchTool](https://folivora.ai/) are great advanced customization tools for your keyboard.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
- Native-like integration with macOS in System Report without the need of flashing a modded firmware. Thank you @benbender
|
- Native-like integration with macOS in System Report without the need of flashing a modded firmware. Thank you [@benbender](https://github.com/benbender)
|
||||||
- NOTE: If you do have a modded BIOS firmware, please reset all settings relating to Thunderbolt 3 to default, all that's needed are settings detailed below or in [Settings for Vanilla BIOS](https://tylernguyen.github.io/x1c6-hackintosh/BIOS/settings-for-vanilla-BIOS/)
|
- NOTE: If you do have a modded BIOS firmware, please reset all settings relating to Thunderbolt 3 to default, all that's needed are settings detailed below or in [Settings for Vanilla BIOS](https://tylernguyen.github.io/x1c6-hackintosh/BIOS/settings-for-vanilla-BIOS/)
|
||||||
- Please make sure of these settings in BIOS:
|
- Please make sure of these settings in BIOS:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue