From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: libvdpau: cannot open shared object Date: Mon, 18 Dec 2017 21:40:04 +0100 Message-ID: <877etj93dn.fsf@gnu.org> References: <20171210151453.3a1ad3fe@jasniac.instanton> <20171210200852.GG23558@macbook41> <87mv2nopz8.fsf@gnu.org> <20171212195826.GC1873@macbook41> <876099u187.fsf@gnu.org> <20171215063855.GA1457@macbook41> <876098jlu1.fsf@gnu.org> <20171215121806.GB1457@macbook41> <877etohxku.fsf@gnu.org> <20171216170541.GC1457@macbook41> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55501) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eR2Cy-0006CB-Ln for help-guix@gnu.org; Mon, 18 Dec 2017 15:40:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eR2Cn-0002o5-18 for help-guix@gnu.org; Mon, 18 Dec 2017 15:40:20 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:37083) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eR2Cm-0002lJ-I5 for help-guix@gnu.org; Mon, 18 Dec 2017 15:40:08 -0500 In-Reply-To: <20171216170541.GC1457@macbook41> (Efraim Flashner's message of "Sat, 16 Dec 2017 19:05:42 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Efraim Flashner Cc: help-guix@gnu.org Efraim Flashner skribis: > On Fri, Dec 15, 2017 at 03:31:29PM +0100, Ludovic Court=C3=A8s wrote: [...] >> So I think you can push the package, and then we need to figure out what >> to do on GuixSD with =E2=80=98VDPAU_DRIVER=E2=80=99 (set it unconditiona= lly to =E2=80=98va_gl=E2=80=99?) >> and how to avoid LD_LIBRARY_PATH. > > The VDPAU_DRIVER is actually a mesa environmental variable IIRC, so > setting it unconditionally would negatively affect others. How should it be handled? I=E2=80=99m under the impression that =E2=80=98va_gl=E2=80=99 is the generi= c driver that works for everyone, but that there might be optimized drivers for specific pieces of hardware, is that correct? If it is, we could always use =E2=80=98va_gl=E2=80=99 as the default. As for LD_LIBRARY_PATH, perhaps we need a central location for these drivers on GuixSD, like /run/current-system/vdpau? Ludo=E2=80=99.