From 6e65aed1e286bbbf06e30b80f6aa77de1a2e5928 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 4 Dec 2017 17:13:38 +0100 Subject: intel-gpu: Enable intel_agp early in boot process --- modules/hardware/intel-gpu.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/hardware') diff --git a/modules/hardware/intel-gpu.nix b/modules/hardware/intel-gpu.nix index b44ddad..cc58001 100644 --- a/modules/hardware/intel-gpu.nix +++ b/modules/hardware/intel-gpu.nix @@ -7,8 +7,10 @@ boot.earlyVconsoleSetup = true; boot.initrd.kernelModules = [ "i915" + "intel_agp" ]; boot.kernelModules = [ "i915" + "intel_agp" ]; } -- cgit 1.4.1