summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-11-15 23:34:14 +1100
committerAndrei Gherzan <andrei@gherzan.ro>2015-12-02 23:05:16 +0100
commitf2cff839f52a6e6211337fc45c7c3eabf0fac113 (patch)
tree8b586ddddc4f5290064ed52d1419481e09de8bda
parenta967c15d75891403862e5bbf5e442b27e19da2f7 (diff)
downloadmeta-raspberrypi-jethro.tar.gz
README: Fix documentation to disable overscanjethro
To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0. Signed-off-by: Jonathan Liu <net147@gmail.com>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bef13a3..16ac1cb 100644
--- a/README
+++ b/README
@@ -105,7 +105,7 @@ KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321"
105By default the GPU adds a black border around the video output to compensate for 105By default the GPU adds a black border around the video output to compensate for
106TVs which cut off part of the image. To disable this set this variable in 106TVs which cut off part of the image. To disable this set this variable in
107local.conf: 107local.conf:
108DISABLE_OVERSCAN = "0" 108DISABLE_OVERSCAN = "1"
109 109
1102.E. Optional - Set overclocking options: 1102.E. Optional - Set overclocking options:
111========================================= 111=========================================