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