Merge pull request #1759 from SpectralPixel/hp-laptop-15s-fq1xxx
Implement Intel Ice Lake and HP Laptop 15s-fq1xxx
This commit is contained in:
commit
90848156e1
7 changed files with 69 additions and 0 deletions
8
common/gpu/intel/ice-lake/default.nix
Normal file
8
common/gpu/intel/ice-lake/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
imports = [ ../. ];
|
||||
config = {
|
||||
boot.kernelParams = lib.mkIf (config.hardware.intelgpu.driver == "i915") [ "i915.enable_guc=3" ];
|
||||
hardware.intelgpu.vaapiDriver = "intel-media-driver";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue