summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorBob Igo <bob@stormlogic.com>2009-08-07 16:13:53 (GMT)
committerBob Igo <bob@stormlogic.com>2009-08-07 16:13:53 (GMT)
commit4ac045673065b3f2d00304a4c89b893d12ae86d5 (patch)
treea893050410c68db0c3f55f1678b95e824dbc3d04 /abs
parent50d5f62e8ae3429f800ecfa8d50fc2333c13b2d7 (diff)
downloadlinhes_pkgbuild-4ac045673065b3f2d00304a4c89b893d12ae86d5.zip
linhes_pkgbuild-4ac045673065b3f2d00304a4c89b893d12ae86d5.tar.gz
linhes_pkgbuild-4ac045673065b3f2d00304a4c89b893d12ae86d5.tar.bz2
hardframedrop and framedrop both seem to interfere with playback when forward skip is used a lot; removing framedrop settings from tweaker
Diffstat (limited to 'abs')
-rw-r--r--abs/core-testing/tweaker/PKGBUILD2
-rwxr-xr-xabs/core-testing/tweaker/bin/twk_cpu.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD
index 453240c..443d71a 100644
--- a/abs/core-testing/tweaker/PKGBUILD
+++ b/abs/core-testing/tweaker/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=tweaker
pkgver=1
-pkgrel=52
+pkgrel=53
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_cpu.pl b/abs/core-testing/tweaker/bin/twk_cpu.pl
index 8bddbe3..8d5e563 100755
--- a/abs/core-testing/tweaker/bin/twk_cpu.pl
+++ b/abs/core-testing/tweaker/bin/twk_cpu.pl
@@ -136,7 +136,7 @@ sub implement_option {
change_or_make_setting('OSDTheme', 'blootube-osd') || exit -1;
change_or_make_setting('PlayBoxShading', '0') || exit -1;
change_or_make_setting('PlaybackExitPrompt', '2') || exit -1;
- edit_mplayer_conf();
+ #edit_mplayer_conf(); # This was found to cause temporary picture freezing when skipping forward through playback, followed by out-of-sync audio and video
} else {
exit -1;
}