All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] README: Fix documentation to disable overscan
@ 2015-11-15 12:34 Jonathan Liu
  2015-12-02 22:07 ` Andrei Gherzan
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2015-11-15 12:34 UTC (permalink / raw)
  To: yocto

To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index e16dee9..add74fb 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:
 =========================================
-- 
2.6.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-raspberrypi][PATCH] README: Fix documentation to disable overscan
  2015-11-15 12:34 [meta-raspberrypi][PATCH] README: Fix documentation to disable overscan Jonathan Liu
@ 2015-12-02 22:07 ` Andrei Gherzan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2015-12-02 22:07 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: yocto

On Sun, Nov 15, 2015 at 11:34:14PM +1100, Jonathan Liu wrote:
> To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0.
> 
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---

Merged to master. Thank you.

-- 
Andrei Gherzan


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-02 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-15 12:34 [meta-raspberrypi][PATCH] README: Fix documentation to disable overscan Jonathan Liu
2015-12-02 22:07 ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.