Skip to content

Commit

Permalink
Docs: Rebuild pdf and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldfish64 committed Oct 27, 2020
1 parent cde3726 commit b993f32
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -20,6 +20,7 @@ OpenCore Changelog
- Fixed `ScanPolicy` NVMe handling on MacPro5,1
- Fixed I/O issues on platforms incapable of reading over 1MB at once
- Fixed plist-only kext injection in Big Sur
- Add `ForceResolution` option for enabling non-default resolutions

#### v0.6.2
- Updated builtin firmware versions for SMBIOS and the rest
Expand Down
Binary file modified Docs/Configuration.pdf
Binary file not shown.
Binary file modified Docs/Differences/Differences.pdf
Binary file not shown.
26 changes: 21 additions & 5 deletions Docs/Differences/Differences.tex
@@ -1,7 +1,7 @@
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Wed Oct 7 12:20:52 2020
%DIF ADD ../Configuration.tex Sat Oct 24 19:50:41 2020
%DIF DEL PreviousConfiguration.tex Wed Oct 7 20:11:26 2020
%DIF ADD ../Configuration.tex Mon Oct 26 19:19:07 2020

\usepackage{lmodern}
\usepackage{amssymb,amsmath}
Expand Down Expand Up @@ -207,7 +207,7 @@ \section{Introduction}\label{introduction}
\DIFaddbegin \emph{\DIFadd{Note}}\DIFadd{: Creating this document would not have been possible without the invaluable
contributions from other people: Andrey1970, Goldfish64, dakanji, PMheart, and several others,
with the full list available in
}\href{https://github.com/acidanthera/OpenCorePkg/commits/master/Docs}{OpenCorePkg history}\DIFadd{.
}\href{https://github.com/acidanthera/OpenCorePkg/commits/master/Docs}{\DIFadd{OpenCorePkg history}}\DIFadd{.
}

\DIFaddend \subsection{Generic Terms}\label{generic-terms}
Expand Down Expand Up @@ -3462,7 +3462,7 @@ \subsection{Security Properties}\label{miscsecurityprops}
incompatibilitiesof any kind}\DIFdelend \DIFaddbegin \DIFadd{other
incompatibilities}\DIFaddend . While unlikely, the use of this option may even cause boot \DIFdelbegin \DIFdel{failure}\DIFdelend \DIFaddbegin \DIFadd{failures}\DIFaddend .
This option should be used without any warranty exclusively on the boards known to be compatible.
\DIFaddbegin \DIFadd{Check }\href{https://github.com/acidanthera/bugtracker/issues/1222}{acidanthera/bugtracker\#1222}
\DIFaddbegin \DIFadd{Check }\href{https://github.com/acidanthera/bugtracker/issues/1222}{\DIFadd{acidanthera/bugtracker\#1222}}
\DIFadd{for some known issues with Haswell and other boards.
}\DIFaddend

Expand Down Expand Up @@ -6093,7 +6093,23 @@ \subsection{Output Properties}\label{uefioutputprops}
set to \texttt{true}.

\item
\texttt{ClearScreenOnModeSwitch}\\
\DIFaddbegin \texttt{\DIFadd{ForceResolution}}\\
\textbf{\DIFadd{Type}}\DIFadd{: }\texttt{\DIFadd{plist\ boolean}}\\
\textbf{\DIFadd{Failsafe}}\DIFadd{: }\texttt{\DIFadd{false}}\\
\textbf{\DIFadd{Description}}\DIFadd{: Forces }\texttt{\DIFadd{Resolution}} \DIFadd{to be set in cases where the desired
resolution is not available by default, such as on legacy Intel GMA and first
generation Intel HD Graphics (Ironlake/Arrandale). Setting }\texttt{\DIFadd{Resolution}} \DIFadd{to
}\texttt{\DIFadd{Max}} \DIFadd{will try to pull the largest available resolution from the connected
display's EDID.
}

\emph{\DIFadd{Note}}\DIFadd{: This option depends on the }\href{https://github.com/acidanthera/OpenCorePkg/blob/master/Include/Acidanthera/Protocol/OcForceResolution.h}{\texttt{\DIFadd{OC\_FORCE\_RESOLUTION\_PROTOCOL}}}
\DIFadd{protocol being present. This protocol is currently only supported by }\texttt{\DIFadd{OpenDuetPkg}}\DIFadd{. The
}\texttt{\DIFadd{OpenDuetPkg}} \DIFadd{implementation currently only supports Intel iGPUs.
}

\item
\DIFaddend \texttt{ClearScreenOnModeSwitch}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\textbf{Description}: Some \DIFdelbegin \DIFdel{firmwares clear only part of }\DIFdelend \DIFaddbegin \DIFadd{types of firmware only clear part of the }\DIFaddend screen when switching
Expand Down
Binary file modified Docs/Errata/Errata.pdf
Binary file not shown.

0 comments on commit b993f32

Please sign in to comment.