From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39795) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqw2H-0007WU-Fk for guix-patches@gnu.org; Fri, 26 Jul 2019 04:57:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqw2B-000873-Db for guix-patches@gnu.org; Fri, 26 Jul 2019 04:57:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60231) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqw2B-00086E-8a for guix-patches@gnu.org; Fri, 26 Jul 2019 04:57:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hqw2A-0004CW-5m for guix-patches@gnu.org; Fri, 26 Jul 2019 04:57:02 -0400 Subject: [bug#36814] [PATCH 0/2] Add VA-API Intel back-end and utilities Resent-Message-ID: From: Jelle Licht In-Reply-To: <87y30lgqgo.fsf@nckx> References: <871rydiifr.fsf@nckx> <87y30lgqgo.fsf@nckx> Date: Fri, 26 Jul 2019 10:56:24 +0200 Message-ID: <87muh1xjgn.fsf@jlicht.xyz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Tobias Geerinckx-Rice , 36814@debbugs.gnu.org Hey Tobias, Tobias Geerinckx-Rice via Guix-patches writes: > Tobias Geerinckx-Rice via Guix-patches =E5=86=99=E9=81=93=EF=BC=9A >> I don't know enough about libva or mesa to know how all this can=20 >> be >> made to compose nicely. > > It's actually as simple as exporting=20 > LIBVA_DRIVERS_PATH=3D"/lib/dri". A cursory check using the LIBVA_DRIVERS_PATH workaround on a youtube video using mpv seems to indicate that your packages work wonderfully (~16% cpu load normally -> ~5% cpu load with vaapi flags). Thanks for working on this! > > I guess making that a search-path for libva should work? I do not see why not. > > Kind regards, > > T G-R