From e119bdb5de02f647ea8e3dbe09b3b3b90ece7a00 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 11 Nov 2010 21:37:35 +0000 Subject: [PATCH] Enable VGA_SWITCHEROO svn path=/nixpkgs/trunk/; revision=24667 --- pkgs/os-specific/linux/kernel/linux-2.6.36.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.36.nix b/pkgs/os-specific/linux/kernel/linux-2.6.36.nix index dbc036bec37..a85ef2ecee1 100644 --- a/pkgs/os-specific/linux/kernel/linux-2.6.36.nix +++ b/pkgs/os-specific/linux/kernel/linux-2.6.36.nix @@ -78,6 +78,8 @@ let # Video configuration # The intel drivers already require KMS DRM_I915_KMS y + # Hybrid graphics support + VGA_SWITCHEROO y # Sound. SND_AC97_POWER_SAVE y # AC97 Power-Saving Mode