diff options
author | Bob Igo <bob@stormlogic.com> | 2009-07-16 18:39:53 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-07-16 18:39:53 (GMT) |
commit | cb11759fca03a6f9297a9d1e3e51861e40ad3897 (patch) | |
tree | 747cba814637a0e7e34de71707ea7a4d498aea96 /abs/core-testing/tweaker/bin/twk_general.pl | |
parent | d7d468a521949ab4dd392bb64d34cf0ea97eada6 (diff) | |
download | linhes_pkgbuild-cb11759fca03a6f9297a9d1e3e51861e40ad3897.zip linhes_pkgbuild-cb11759fca03a6f9297a9d1e3e51861e40ad3897.tar.gz linhes_pkgbuild-cb11759fca03a6f9297a9d1e3e51861e40ad3897.tar.bz2 |
Using twk_general.pl to turn off a harmful picture control setting
Diffstat (limited to 'abs/core-testing/tweaker/bin/twk_general.pl')
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_general.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_general.pl b/abs/core-testing/tweaker/bin/twk_general.pl index a5a154a..9043b6c 100755 --- a/abs/core-testing/tweaker/bin/twk_general.pl +++ b/abs/core-testing/tweaker/bin/twk_general.pl @@ -410,6 +410,7 @@ sub implement_option { change_or_make_setting('UserJobDesc2', 'User Job #2'); change_or_make_setting('UserJobDesc3', 'User Job #3'); change_or_make_setting('UserJobDesc4', 'Extract audio'); + change_or_make_setting('UseOutputPictureControls','0'); # If this is set to '1' it can swap blue for red (and vice versa) on some nVidia GPUs change_or_make_setting('VCDPlayerCommand', 'mplayer-wrapper.pl vcd:\/\/ -cdrom-device %d -fs -zoom'); change_or_make_setting('VideoArtworkDir', "$SQL_DirVideo/.covers"); change_or_make_setting('VideoBrowserNoDB', '1'); |