Blacklist the cirrusfb kernel module

This commit is contained in:
Eelco Dolstra 2013-01-22 13:30:45 +01:00
parent dd760bac9c
commit 4068648563

View File

@ -89,9 +89,10 @@ with pkgs.lib;
# on modern machines. # on modern machines.
"snd_pcsp" "snd_pcsp"
# !!! Hm, Ubuntu blacklists all framebuffer devices because # The cirrusfb module prevents X11 from starting. FIXME:
# they're "buggy" and cause suspend problems. Maybe we should # Ubuntu blacklists all framebuffer devices because they're
# too? # "buggy" and cause suspend problems. Maybe we should too?
"cirrusfb"
]; ];
system.activationScripts.modprobe = system.activationScripts.modprobe =