From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5B573198005 for ; Mon, 11 Mar 2013 02:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2CC3E0732; Mon, 11 Mar 2013 02:16:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 37DA9E0678 for ; Mon, 11 Mar 2013 02:16:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E5BE33BEC9 for ; Mon, 11 Mar 2013 02:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D5539E4079 for ; Mon, 11 Mar 2013 02:16:43 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1362965986.bad4b2a25a93bc59427365b700de2d4e3b3c6098.ottxor@gentoo> Subject: [gentoo-commits] proj/eselect:extern commit in: modules/ X-VCS-Repository: proj/eselect X-VCS-Files: modules/xvmc.eselect X-VCS-Directories: modules/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: bad4b2a25a93bc59427365b700de2d4e3b3c6098 X-VCS-Branch: extern Date: Mon, 11 Mar 2013 02:16:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f6501f4-2a3b-47b3-9b6b-0de04e9da617 X-Archives-Hash: 94a3f7ade2611839b67d0cb25f10fd9d commit: bad4b2a25a93bc59427365b700de2d4e3b3c6098 Author: Christoph Junghans gentoo org> AuthorDate: Mon Mar 11 01:39:46 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Mar 11 01:39:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=bad4b2a2 xvmc.eselect: added changes from gx86, version 0.3 --- modules/xvmc.eselect | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/modules/xvmc.eselect b/modules/xvmc.eselect index 9300299..aedbbd0 100644 --- a/modules/xvmc.eselect +++ b/modules/xvmc.eselect @@ -12,19 +12,25 @@ XVMCLIBS=( "libXvMCNVIDIA_dynamic.so.1" "libXvMC.so.1" "libviaXvMC.so.1" -"libchromeXvMC.so.1" "libviaXvMCPro.so.1" +"libchromeXvMC.so.1" "libchromeXvMCPro.so.1" +"libXvMCVIA.so" +"libXvMCVIAPro.so" "libI810XvMC.so.1" +"/usr/lib/libIntelXvMC.so" "libAMDXvBA.so.1" ) XVMCPRETTY=( "nvidia" "xorg-x11" "via" -"openchrome" "via-pro" +"openchrome" "openchrome-pro" -"intel" +"unichrome" +"unichrome-pro" +"intel-i815" +"intel-i915" "ati" ) get_implementation_indices() { @@ -53,7 +59,7 @@ get_current_implementation_index() { set_new_implementation() { echo -n "Switching to ${XVMCPRETTY[$1]} XvMC implementation..." - touch "${ROOT}/etc/X11/XvMCConfig" 2&>1 > /dev/null + touch "${ROOT}/etc/X11/XvMCConfig" 2>&1 > /dev/null if [[ $? -eq 0 ]]; then echo "${XVMCLIBS[$1]}" > "${ROOT}/etc/X11/XvMCConfig" chmod 644 "${ROOT}/etc/X11/XvMCConfig"