mirror of
https://github.com/tylernguyen/x1c6-hackintosh.git
synced 2025-02-10 19:13:14 -06:00
![Tyler Nguyen](/assets/img/avatar_default.png)
Enabled automatic output switching headphone/speaker upon plug/unplug. Fix rare audio cracking condition after waking from sleep. See changelog 4/1/2020
20 lines
No EOL
1.3 KiB
Markdown
20 lines
No EOL
1.3 KiB
Markdown
> ## Dual Booting:
|
|
* I recommend that you dual boot using another drive in the WAN slot.
|
|
* I've found that dual booting with OpenCore can be quite troulesome. Instead, what I recommend is to use rEFInd Boot Manager should you need to dual boot Windows or Linux.
|
|
|
|
## Modifier Key Patching:
|
|
By default, Windows, Left Alt, and Right Alt are mismapped. An easy fix for this is to install [Karabiner-Elements](https://karabiner-elements.pqrs.org/) and configure it as:
|
|
![karabiner_modifier](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/assets/img/macOS%20Settings/karabiner_modifier.png)
|
|
|
|
## Touchpad Settings in macOS:
|
|
* 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.
|
|
See my touchpad settings:
|
|
![touchpad](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/assets/img/macOS%20Settings/touchpad.png)
|
|
|
|
## Headphone Patch:
|
|
* Installing ALCPlugFix addresses the following:
|
|
* Change output to headphones after being plugged in, and to change it back to speakers after being unplugged.
|
|
* Fix the rare condition that audio is messed up after waking from sleep.
|
|
|
|
See `patches/ALCPlugFix/README.md` for more details. |