From efa8b61522a5941f460d797034dcdf926fd3f894 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 19 Jun 2010 13:51:55 +0200 Subject: [PATCH 1/1] Blacklist matroxfb. --- lfs/linux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/linux b/lfs/linux index 68e7df44f7..49a079488a 100644 --- a/lfs/linux +++ b/lfs/linux @@ -189,6 +189,8 @@ endif # rm -rvf /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/isdn/hardware/mISDN ifneq "$(XEN)" "1" + # Blacklist matroxfb_base + echo "blacklist matroxfb_base >> /etc/modprobe.d/framebuffer # Blacklist old framebuffer modules for f in $$(find /lib/modules/$(VER)-$(VERSUFIX)/kernel/drivers/video -name *fb.ko); do \ echo "blacklist $$(basename $$f)" >> /etc/modprobe.d/framebuffer ; \ -- 2.39.2