Skip to content

Commit

Permalink
Add hdmi_blanking config option
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jan 8, 2017
1 parent 5d6fbac commit 4301891
Showing 1 changed file with 11 additions and 0 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 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

0 comments on commit 4301891

Please sign in to comment.