From c02a5946cf4446251697ae15459f86024ce0e8fe Mon Sep 17 00:00:00 2001 From: andrum99 <97977513+andrum99@users.noreply.github.com> Date: Thu, 19 May 2022 12:15:36 +0100 Subject: [PATCH 1/2] Update video.adoc Pi 4 does not enable composite when HDMI is disabled, so don't claim it is. --- documentation/asciidoc/computers/config_txt/video.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/video.adoc b/documentation/asciidoc/computers/config_txt/video.adoc index ae650cff8..1825d842b 100644 --- a/documentation/asciidoc/computers/config_txt/video.adoc +++ b/documentation/asciidoc/computers/config_txt/video.adoc @@ -1606,7 +1606,7 @@ Setting `hdmi_force_hotplug` to `1` pretends that the HDMI hotplug signal is ass ==== `hdmi_ignore_hotplug` -Setting `hdmi_ignore_hotplug` to `1` pretends that the HDMI hotplug signal is not asserted, so it appears that a HDMI display is not attached. In other words, composite output mode will be used, even if an HDMI monitor is detected. +Setting `hdmi_ignore_hotplug` to `1` pretends that the HDMI hotplug signal is not asserted, so it appears that a HDMI display is not attached. The HDMI output will therefore be disabled, even if a monitor is connected. ==== `overscan_left` From a3535dc02aa62a199f98554f8f45d1b2e27c72a7 Mon Sep 17 00:00:00 2001 From: andrum99 <97977513+andrum99@users.noreply.github.com> Date: Thu, 19 May 2022 12:16:46 +0100 Subject: [PATCH 2/2] Update video.adoc --- documentation/asciidoc/computers/config_txt/video.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/config_txt/video.adoc b/documentation/asciidoc/computers/config_txt/video.adoc index 1825d842b..27e97a2b4 100644 --- a/documentation/asciidoc/computers/config_txt/video.adoc +++ b/documentation/asciidoc/computers/config_txt/video.adoc @@ -1606,7 +1606,7 @@ Setting `hdmi_force_hotplug` to `1` pretends that the HDMI hotplug signal is ass ==== `hdmi_ignore_hotplug` -Setting `hdmi_ignore_hotplug` to `1` pretends that the HDMI hotplug signal is not asserted, so it appears that a HDMI display is not attached. The HDMI output will therefore be disabled, even if a monitor is connected. +Setting `hdmi_ignore_hotplug` to `1` pretends that the HDMI hotplug signal is not asserted, so it appears that a HDMI display is not attached. HDMI output will therefore be disabled, even if a monitor is connected. ==== `overscan_left`