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 | |
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')
-rw-r--r-- | abs/core-testing/tweaker/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_general.pl | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index b3b4983..84f4f9e 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@ pkgname=tweaker pkgver=1 -pkgrel=41 +pkgrel=42 pkgdesc="applies tweaks to the baseline configuration and attempts to optimize settings for the hardware it finds" arch=('i686' 'x86_64') 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'); |