From f2cff839f52a6e6211337fc45c7c3eabf0fac113 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Sun, 15 Nov 2015 23:34:14 +1100 Subject: README: Fix documentation to disable overscan To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0. Signed-off-by: Jonathan Liu --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index bef13a3..16ac1cb 100644 --- a/README +++ b/README @@ -105,7 +105,7 @@ KEY_DECODE_WVC1 = "0x12345678,0xabcdabcd,0x87654321" By default the GPU adds a black border around the video output to compensate for TVs which cut off part of the image. To disable this set this variable in local.conf: -DISABLE_OVERSCAN = "0" +DISABLE_OVERSCAN = "1" 2.E. Optional - Set overclocking options: ========================================= -- cgit v1.2.3-54-g00ecf