From 3dbdb98f810e7baac18099bdb9d74ebbdb0e5012 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 20 Jan 2014 21:02:50 +0200 Subject: [PATCH] xbmc: keep AMD vsync "let driver decide" --- packages/mediacenter/xbmc/scripts/xbmc-sources | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/mediacenter/xbmc/scripts/xbmc-sources b/packages/mediacenter/xbmc/scripts/xbmc-sources index e94d5c8067..3f68c3ae00 100755 --- a/packages/mediacenter/xbmc/scripts/xbmc-sources +++ b/packages/mediacenter/xbmc/scripts/xbmc-sources @@ -89,9 +89,8 @@ EOF if which lspci >/dev/null; then GPUDEVICE=$(lspci -n | grep 0300) [ "$(echo $GPUDEVICE | grep 10de)" ] && GPUTYPE="NVIDIA" # 10de == NVIDIA - [ "$(echo $GPUDEVICE | grep 1002)" ] && GPUTYPE="AMD" # 1002 == AMD fi - if [ "$GPUTYPE" = "NVIDIA" -o "$GPUTYPE" = "AMD" ] ; then + if [ "$GPUTYPE" = "NVIDIA" ] ; then cat >> $HOME/.xbmc/userdata/guisettings.xml << EOF 2