diff options
author | Jonathan Liu <net147@gmail.com> | 2015-11-15 23:34:14 +1100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-12-02 23:05:16 +0100 |
commit | f2cff839f52a6e6211337fc45c7c3eabf0fac113 (patch) | |
tree | 8b586ddddc4f5290064ed52d1419481e09de8bda | |
parent | a967c15d75891403862e5bbf5e442b27e19da2f7 (diff) | |
download | meta-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-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" | |||
105 | By default the GPU adds a black border around the video output to compensate for | 105 | By default the GPU adds a black border around the video output to compensate for |
106 | TVs which cut off part of the image. To disable this set this variable in | 106 | TVs which cut off part of the image. To disable this set this variable in |
107 | local.conf: | 107 | local.conf: |
108 | DISABLE_OVERSCAN = "0" | 108 | DISABLE_OVERSCAN = "1" |
109 | 109 | ||
110 | 2.E. Optional - Set overclocking options: | 110 | 2.E. Optional - Set overclocking options: |
111 | ========================================= | 111 | ========================================= |