dumpyourvms: use a i915 driver that acually works

with Haswell (Crystall Well) Intel CPU
This commit is contained in:
teutat3s 2024-06-20 18:27:29 +02:00
parent fe9f97017d
commit e619b02f4c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -39,7 +39,8 @@ in {
cpu.intel.updateMicrocode = true; cpu.intel.updateMicrocode = true;
facetimehd.enable = true; facetimehd.enable = true;
opengl = { 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];
}; };
}; };