From 9727f3d707f0ce8012b0c4fef642a3c5a8864e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 19 Feb 2010 18:28:02 +0000 Subject: [PATCH] Making the i915 module Kernel Mode Setting enabled. This is required by the X module nowadays, and the linux i686 config does not have it enabled by default. svn path=/nixpkgs/trunk/; revision=20136 --- pkgs/os-specific/linux/kernel/linux-2.6.32.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.32.nix b/pkgs/os-specific/linux/kernel/linux-2.6.32.nix index 0a83c7698a2..c6129b7f2dc 100644 --- a/pkgs/os-specific/linux/kernel/linux-2.6.32.nix +++ b/pkgs/os-specific/linux/kernel/linux-2.6.32.nix @@ -93,6 +93,10 @@ import ./generic.nix ( FB_3DFX_ACCEL y FB_GEODE y + # Video configuration + # The intel drivers already require KMS + DRM_I915_KMS y + # Sound. SND_AC97_POWER_SAVE y # AC97 Power-Saving Mode SND_HDA_INPUT_BEEP y # Support digital beep via input layer