diff options
author | Julian Scheel <julian@jusst.de> | 2012-09-29 21:35:11 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-10-17 16:43:34 +0300 |
commit | c052d6239b080a785c625f590e9a6b375dcbd057 (patch) | |
tree | 8fedd318337f6947d83e0a1ab1dbd4acdbc97aa8 | |
parent | 77d077cdcc4d198223cd7a9beee7fa135e850ad3 (diff) | |
download | meta-raspberrypi-c052d6239b080a785c625f590e9a6b375dcbd057.tar.gz |
README: Describe overscan option
Signed-off-by: Julian Scheel <julian@jusst.de>
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -119,5 +119,12 @@ KEY_DECODE_WVC1 = "12345678" | |||
119 | You can supply more licenses separated by comma. Example: | 119 | You can supply more licenses separated by comma. Example: |
120 | KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" | 120 | KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" |
121 | 121 | ||
122 | Optional - Disable overscan: | ||
123 | |||
124 | By default the GPU adds a black border around the video output to compensate for TVs | ||
125 | which cut off part of the image. To disable this set this variable in | ||
126 | local.conf: | ||
127 | DISALE_OVERSCAN = "0" | ||
128 | |||
122 | Layer maintainer: John Willis <John.Willis at distant-earth.com> | 129 | Layer maintainer: John Willis <John.Willis at distant-earth.com> |
123 | Andrei Gherzan <andrei at gherzan.ro> | 130 | Andrei Gherzan <andrei at gherzan.ro> |