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;
|
||||
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];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue