From 28b9948b4522930fd43bc56cac02582711f3b799 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Fri, 20 Jan 2023 16:22:46 -0700 Subject: [PATCH] Docs: Add more legacy Mac info --- docs/ACCEL.md | 13 ++++++++++++- docs/TROUBLESHOOTING.md | 22 +++++++++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/docs/ACCEL.md b/docs/ACCEL.md index 935b0eb9a..82bc956c8 100644 --- a/docs/ACCEL.md +++ b/docs/ACCEL.md @@ -13,6 +13,7 @@ * [Unable to allow Safari Extensions](#unable-to-allow-Safari-Extensions) * [Cannot Login on 2011 15" and 17" MacBook Pros](#cannot-login-on-2011-15-and-17-macbook-pros) * [Black Boxes on HD3000 iGPUs](#black-boxes-on-hd3000-igpus) +* [Cannot Pair Bluetooth Devices](#cannot-pair-bluetooth-devices) The below page is for users experiencing issues with their overall usage of macOS Big Sur / macOS Monterey and the Legacy Graphics Acceleration patches. Note that the following GPUs currently do not have acceleration support in Big Sur / Monterey: @@ -179,8 +180,18 @@ A somewhat strange issue on Intel HD3000-based Macs, on 3rd party displays somet * Mainly applicable for HDMI Displays, DVI and DisplayPort are generally unaffected. * If you're inside Setup Assistant, press `Cmd` + `Option` + `Control` + `T` to launch Terminal. From there, run `open /System/Applications/System\ Preferences.app` - +* Issue has spread to more Macs with macOS Ventura, including MacBook Airs and MacBook Pros | Default Color Profile | Display/Display P3 Profile | | :--- | :--- | | ![](../images/HD3000-Default-Colors.png) | ![](../images/HD3000-Display-Colors.png) | + +## Cannot Pair Bluetooth Devices + +In macOS Ventura, hover states may not function correctly which results in the "Connect" button not appearing in System Settings. To resolve: + +1. Enable Keyboard Navigation in System Settings -> Keyboard +2. Tab + space over Bluetooth devices in System Settings -> Bluetooth +3. Pair button should appear + +For more information, see [ASentientBot's post](https://forums.macrumors.com/threads/macos-13-ventura-on-unsupported-macs-thread.2346881/page-116?post=31858759#post-31858759). diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index f2da5b327..699523889 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -19,7 +19,7 @@ Here are some common errors users may experience while using this patcher: * [Cannot Disable SIP in recoveryOS](#cannot-disable-sip-in-recoveryos) * [Stuck on "Less than a minute remaining..."](#stuck-on-less-than-a-minute-remaining) * [No acceleration after a Metal GPU swap on Mac Pro](#no-acceleration-after-a-metal-gpu-swap-on-mac-pro) - +* [Keyboard, Mouse and Trackpad not working in installer or after update](#keyboard-mouse-and-trackpad-not-working-in-installer-or-after-update) ## OpenCore Legacy Patcher not launching @@ -161,3 +161,23 @@ Alternatively, you can remove "AutoPkg-Assets.pkg" from /Library/Packages on the The reason for this is that the autopatcher will assume that you will be using the original graphics card and therefore does non-metal patching, which includes removing some drivers for other cards. This causes Metal cards to not accelerate after swapping. +## Keyboard, Mouse and Trackpad not working in installer or after update + +For Macs using legacy USB 1.1 controllers, OpenCore Legacy Patcher can only restore support once it has performed root volume patches. Thus to install macOS, you need to hook up a USB hub between your Mac and Keyboard/Mouse. + +* For MacBook users, you'll need to find an external keyboard/mouse in addition to the USB hub + +More information can be found here: + +* [Legacy UHCI/OHCI support in Ventura #1021](https://github.com/dortania/OpenCore-Legacy-Patcher/issues/1021) + +Applicable models include: + +| Family | Year | Model | Notes | +| :---------- | :--------------------| :---------------------------- | :----------------------------------------------- | +| MacBook | Mid 2010 and older | MacBook4,1 - MacBook7,1 | | +| MacBook Air | Late 2010 and older | MacBookAir2,1 - MacBookAir3,x | | +| MacBook Pro | Mid 2010 and older | MacBookPro4,1 - MacBookPro7,x | Excludes Mid 2010 15" and 17" (MacBookPro6,x) | +| iMac | Late 2009 and older | iMac7,1 - iMac10,x | Excludes Core i5/7 27" late 2009 iMac (iMac11,1) | +| Mac mini | Mid 2011 and older | Macmini3,1 - Macmini5,x | | +| Mac Pro | Mid 2010 and older | MacPro3,1 - MacPro5,1 | |