From b0987747f67c2b9d10b25445891d7f2b30ebb811 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 3 Sep 2011 19:10:05 +0200 Subject: [PATCH] blacklist-framebuffer.conf: blacklist framebuffer drivers which may cause conflicts with VESA and X.Org --- etc/modprobe.d/blacklist-framebuffer.conf | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 etc/modprobe.d/blacklist-framebuffer.conf diff --git a/etc/modprobe.d/blacklist-framebuffer.conf b/etc/modprobe.d/blacklist-framebuffer.conf new file mode 100644 index 0000000..b256a82 --- /dev/null +++ b/etc/modprobe.d/blacklist-framebuffer.conf @@ -0,0 +1,30 @@ +# Framebuffer drivers are generally buggy and poorly-supported, and cause +# suspend failures, kernel panics and general mayhem. For this reason we +# never load them automatically. +blacklist aty128fb +blacklist atyfb +blacklist radeonfb +blacklist cirrusfb +blacklist cyber2000fb +blacklist cyblafb +blacklist gx1fb +blacklist hgafb +blacklist i810fb +blacklist intelfb +blacklist kyrofb +blakclist lxfb +blacklist matroxfb_base +blacklist neofb +blacklist nvidiafb +blacklist pm2fb +blacklist rivafb +blacklist s1d13xxxfb +blacklist savagefb +blacklist sisfb +blacklist sstfb +blacklist tdfxfb +blacklist tridentfb +blacklist vesafb +blacklist vfb +blacklist vga16fb +blacklist viafb