Skip to content
Closed
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 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