Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hdmi_blanking config option (copy of #245) #532

Merged
merged 5 commits into from
Mar 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.