From eb792800a1bf18b3a495dc4912509727975268c7 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Wed, 25 Feb 2026 10:19:52 +0100 Subject: [PATCH] add more intel hardware drivers to galadriel --- hosts/galadriel/hardware-configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/galadriel/hardware-configuration.nix b/hosts/galadriel/hardware-configuration.nix index c1bba1b..6022f46 100644 --- a/hosts/galadriel/hardware-configuration.nix +++ b/hosts/galadriel/hardware-configuration.nix @@ -35,6 +35,13 @@ extraPackages = with pkgs; [ vpl-gpu-rt + #hardware decode and opencl + vaapiIntel + intel-media-driver # LIBVA_DRIVER_NAME=iHD (for HD Graphics starting Broadwell (2014) and newer) + intel-vaapi-driver # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium) + libvdpau-va-gl + intel-compute-runtime + ]; };