Skip to content

Commit

Permalink
Add hdmi_blanking config option (copy of #245) (#532)
Browse files Browse the repository at this point in the history
* Remove unnecessary licence files

* Add hdmi_blanking config option

ref: raspberrypi/linux#487 (comment)

* Update config-txt.md
  • Loading branch information
bennuttall authored and AisforAstronaut committed Mar 2, 2017
1 parent 62c60fd commit 1aef61e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
11 changes: 11 additions & 0 deletions configuration/config-txt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
13 changes: 0 additions & 13 deletions usage/gpio-plus-and-raspi2/LICENCE.md

This file was deleted.

11 changes: 0 additions & 11 deletions usage/gpio/LICENCE.md

This file was deleted.

0 comments on commit 1aef61e

Please sign in to comment.