From 4677bf5e89551d05f7983f2691590b0f7ab1a63a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 26 Jun 2024 08:47:50 +0200 Subject: [PATCH] gpu/intel: remove outdated libvdpau-va-gl driver the existing drivers should provide video accelerations since broadwell. This driver also caused a crash in the past in VLC: https://github.com/NixOS/nixpkgs/issues/283083 --- common/gpu/intel/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/gpu/intel/default.nix b/common/gpu/intel/default.nix index b5c0dcd..be5a8c8 100644 --- a/common/gpu/intel/default.nix +++ b/common/gpu/intel/default.nix @@ -37,7 +37,6 @@ else intel-vaapi-driver ) - libvdpau-va-gl intel-media-driver ]; @@ -48,7 +47,6 @@ else intel-vaapi-driver ) - libvdpau-va-gl intel-media-driver ];