forked from pub-solar/os
dumpyourvms: use a i915 driver that acually works
with Haswell (Crystall Well) Intel CPU
This commit is contained in:
parent
fe9f97017d
commit
e619b02f4c
|
@ -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];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue