From: Michael Mrozek Date: Mon, 30 Aug 2010 01:04:25 +0000 (+0200) Subject: op_tvout.sh: Added proper NTSC values X-Git-Tag: sz_beta3~235^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=286731438a6692088e5797173bb06b041e65722f;hp=f01c3ed9b7ff3e8bcd920a9dd1cc02c4b9b054c8;ds=sidebyside op_tvout.sh: Added proper NTSC values --- diff --git a/recipes/pandora-system/pandora-scripts/op_tvout.sh b/recipes/pandora-system/pandora-scripts/op_tvout.sh index 72eb4e0..22c7d2b 100755 --- a/recipes/pandora-system/pandora-scripts/op_tvout.sh +++ b/recipes/pandora-system/pandora-scripts/op_tvout.sh @@ -30,9 +30,9 @@ case $mainsel in echo 0 > display1/enabled echo "" > /sys/class/graphics/fb2/overlays echo "0,2" > /sys/class/graphics/fb0/overlays - echo "658,520" > overlay2/output_size + echo "655,455" > overlay2/output_size echo "tv" > overlay2/manager - echo "35,35" > overlay2/position + echo "40,15" > overlay2/position echo "ntsc" > display1/timings echo 1 > overlay0/enabled echo 1 > overlay2/enabled