From e619b02f4c1e8acfcf02c12fe803f5f08710e5da Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 20 Jun 2024 18:27:29 +0200 Subject: [PATCH] dumpyourvms: use a i915 driver that acually works with Haswell (Crystall Well) Intel CPU --- hosts/dumpyourvms/dumpyourvms.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/dumpyourvms/dumpyourvms.nix b/hosts/dumpyourvms/dumpyourvms.nix index 3a275947..27884870 100644 --- a/hosts/dumpyourvms/dumpyourvms.nix +++ b/hosts/dumpyourvms/dumpyourvms.nix @@ -39,7 +39,8 @@ in { cpu.intel.updateMicrocode = true; facetimehd.enable = true; opengl = { - extraPackages = with pkgs; [intel-media-driver]; + extraPackages = with pkgs; [intel-vaapi-driver]; # i7-4870HQ older hardware like haswell (crystall well) + extraPackages32 = with pkgs.pkgsi686Linux; [intel-vaapi-driver]; }; };