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