From 1aef61ed0c736828c9365e3658f4f2a826012b06 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Thu, 2 Mar 2017 16:30:45 +0000 Subject: [PATCH] Add hdmi_blanking config option (copy of #245) (#532) * Remove unnecessary licence files * Add hdmi_blanking config option ref: https://github.com/raspberrypi/linux/issues/487#issuecomment-132638826 * Update config-txt.md --- configuration/config-txt.md | 11 +++++++++++ usage/gpio-plus-and-raspi2/LICENCE.md | 13 ------------- usage/gpio/LICENCE.md | 11 ----------- 3 files changed, 11 insertions(+), 24 deletions(-) delete mode 100644 usage/gpio-plus-and-raspi2/LICENCE.md delete mode 100644 usage/gpio/LICENCE.md diff --git a/configuration/config-txt.md b/configuration/config-txt.md index d7ec87e2be..940a453cdb 100644 --- a/configuration/config-txt.md +++ b/configuration/config-txt.md @@ -192,6 +192,17 @@ Force the pixel encoding mode. By default, it will use the mode requested from t | 3 | YCbCr limited (16-235) | | 4 | YCbCr full (0-255) | +#### hdmi_blanking + +This allows you to choose whether the HDMI output should be switched off when DPMS is triggered. This is to mimic the behaviour of other computers. After a specific amount of time the display not only blanks, but will also go into low-power/standby mode due to "No Signal" + +**NOTE:** This feature may cause issues when using applications which don't use the framebuffer, such as omxplayer. + +| hdmi_blanking | result | +| --- | --- | +| 0 | HDMI Output will Blank instead of being Disabled | +| 1 | HDMI Output will be Disabled rather than just Blank | + #### hdmi_drive This allows you to choose between HDMI and DVI output modes. diff --git a/usage/gpio-plus-and-raspi2/LICENCE.md b/usage/gpio-plus-and-raspi2/LICENCE.md deleted file mode 100644 index 84607f228b..0000000000 --- a/usage/gpio-plus-and-raspi2/LICENCE.md +++ /dev/null @@ -1,13 +0,0 @@ -# Licence - -Unless otherwise specified, everything in this repository is covered by the following licence: - -[![Creative Commons Licence](https://licensebuttons.net/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/) - -***GPIO*** by the [Raspberry Pi Foundation](https://www.raspberrypi.org/) is licensed under a [Creative Commons Attribution 4.0 International Licence](http://creativecommons.org/licenses/by-sa/4.0/). - -Based on a work at https://github.com/raspberrypi/documentation/tree/master/usage/gpio-plus-and-raspi2 - -GPIO diagrams provided under CC BY SA from [Fritzing](http://fritzing.org/home/). - -GPIO pins photo based on [Raspberry Pi 2 Model B v1.1 top new (bg cut out)](https://commons.wikimedia.org/wiki/File:Raspberry_Pi_2_Model_B_v1.1_top_new_%28bg_cut_out%29.jpg) by Multicherry. Licensed under CC BY-SA 4.0 via Wikimedia Commons diff --git a/usage/gpio/LICENCE.md b/usage/gpio/LICENCE.md deleted file mode 100644 index 2582926d5f..0000000000 --- a/usage/gpio/LICENCE.md +++ /dev/null @@ -1,11 +0,0 @@ -# Licence - -Unless otherwise specified, everything in this repository is covered by the following licence: - -[![Creative Commons Licence](https://licensebuttons.net/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/) - -***GPIO*** by the [Raspberry Pi Foundation](https://www.raspberrypi.org/) is licensed under a [Creative Commons Attribution 4.0 International Licence](http://creativecommons.org/licenses/by-sa/4.0/). - -Based on a work at https://github.com/raspberrypi/documentation/tree/master/usage/gpio - -GPIO diagrams provided under CC BY SA from [Fritzing](http://fritzing.org/home/).