mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
README: Fix documentation to disable overscan
To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0. Signed-off-by: Jonathan Liu <net147@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
a967c15d75
commit
f2cff839f5
@@ -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
|
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
|
TVs which cut off part of the image. To disable this set this variable in
|
||||||
local.conf:
|
local.conf:
|
||||||
DISABLE_OVERSCAN = "0"
|
DISABLE_OVERSCAN = "1"
|
||||||
|
|
||||||
2.E. Optional - Set overclocking options:
|
2.E. Optional - Set overclocking options:
|
||||||
=========================================
|
=========================================
|
||||||
|
|||||||
Reference in New Issue
Block a user