From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect:extern commit in: modules/
Date: Mon, 11 Mar 2013 02:16:43 +0000 (UTC) [thread overview]
Message-ID: <1362965986.bad4b2a25a93bc59427365b700de2d4e3b3c6098.ottxor@gentoo> (raw)
commit: bad4b2a25a93bc59427365b700de2d4e3b3c6098
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 11 01:39:46 2013 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> 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"
next reply other threads:[~2013-03-11 2:16 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-11 2:16 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-09 2:22 [gentoo-commits] proj/eselect:extern commit in: modules/ Patrick McLean
2018-08-30 16:48 Ulrich Müller
2018-03-10 10:22 Ulrich Müller
2018-03-10 10:22 Ulrich Müller
2018-03-10 10:22 Ulrich Müller
2015-02-26 6:52 Ben de Groot
2015-01-04 10:00 Michał Górny
2015-01-04 10:00 Michał Górny
2015-01-04 10:00 Michał Górny
2013-12-30 7:49 Ryan Hill
2013-11-17 8:34 Ryan Hill
2013-09-20 20:34 Ulrich Mueller
2013-03-11 7:06 Ulrich Mueller
2013-03-11 2:16 Christoph Junghans
2013-03-11 2:16 Christoph Junghans
2013-01-05 15:35 Ulrich Mueller
2012-06-21 12:26 Luca Barbato
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1362965986.bad4b2a25a93bc59427365b700de2d4e3b3c6098.ottxor@gentoo \
--to=ottxor@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox