From c872d45a4298a8eb2eceec24e4620e2df640fd4b Mon Sep 17 00:00:00 2001 From: MikeBeaton Date: Mon, 28 Jun 2021 11:25:27 +0100 Subject: [PATCH] Docs: Add additional info on enabling rotation --- Docs/Configuration.tex | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Docs/Configuration.tex b/Docs/Configuration.tex index ab55a050..1584a5ca 100755 --- a/Docs/Configuration.tex +++ b/Docs/Configuration.tex @@ -3785,11 +3785,11 @@ nvram 4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102:boot-log | This will toggle Apple NVRAM variable \texttt{csr-active-config} between \texttt{0} for SIP Enabled and a practical default value for SIP Disabled (currently \texttt{0x26F}). - \emph{Note1}: It is strongly recommended not to make a habit of running macOS with + \emph{Note 1}: It is strongly recommended not to make a habit of running macOS with SIP disabled. Use of this boot option may make it easier to quickly disable SIP protection when genuinely needed - it should be re-enabled again afterwards. - \emph{Note2}: OC uses \texttt{0x26F} even though \texttt{csrutil disable} on Big Sur + \emph{Note 2}: OC uses \texttt{0x26F} even though \texttt{csrutil disable} on Big Sur sets \texttt{0x7F}. To explain the choice: \begin{itemize} \tightlist @@ -7087,10 +7087,14 @@ functioning. Feature highlights: \textbf{Description}: Replaces the Apple EFI Graphics 2 protocol with a builtin version. - \emph{Note}: This protocol allows newer \texttt{EfiBoot} versions (at least 10.15) + \emph{Note 1}: This protocol allows newer \texttt{EfiBoot} versions (at least 10.15) to expose screen rotation to macOS. Refer to \texttt{ForceDisplayRotationInEFI} variable description on how to set screen rotation angle. + \emph{Note 2}: On systems without native + support for \texttt{ForceDisplayRotationInEFI}, \texttt{DirectGopRendering=true} + is also required for this setting to have a visible effect. + \item \texttt{AppleFramebufferInfo}\\ \textbf{Type}: \texttt{plist\ boolean}\\