From 40686485631e99788fc2d114e6145fb6ca34a409 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 22 Jan 2013 13:30:45 +0100 Subject: [PATCH] Blacklist the cirrusfb kernel module --- modules/system/boot/modprobe.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/system/boot/modprobe.nix b/modules/system/boot/modprobe.nix index 141be71b920..7babb70eccb 100644 --- a/modules/system/boot/modprobe.nix +++ b/modules/system/boot/modprobe.nix @@ -89,9 +89,10 @@ with pkgs.lib; # on modern machines. "snd_pcsp" - # !!! Hm, Ubuntu blacklists all framebuffer devices because - # they're "buggy" and cause suspend problems. Maybe we should - # too? + # The cirrusfb module prevents X11 from starting. FIXME: + # Ubuntu blacklists all framebuffer devices because they're + # "buggy" and cause suspend problems. Maybe we should too? + "cirrusfb" ]; system.activationScripts.modprobe =