From 183242d05e8da399024b9b1ba4387f4a942367ad Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 22 Sep 2020 04:51:09 +0000 Subject: system/easy-kernel: Add modprobe configuration for fb modules --- system/easy-kernel/no-autoload-fb.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 system/easy-kernel/no-autoload-fb.conf (limited to 'system/easy-kernel/no-autoload-fb.conf') diff --git a/system/easy-kernel/no-autoload-fb.conf b/system/easy-kernel/no-autoload-fb.conf new file mode 100644 index 000000000..dd0a9b358 --- /dev/null +++ b/system/easy-kernel/no-autoload-fb.conf @@ -0,0 +1,19 @@ +# Welcome to Adélie Linux. +# +# This file prevents automatic loading of framebuffer drivers. +# They conflict with the DRM drivers that work better with X.Org. +# +# You may comment out a module that you would like to use, but note that this +# may cause issues with display managers or X11. +# +# Maintainer Note: We *only* blacklist modules that have DRM equivalents. +# This isn't Debian, we don't prevent people from using PCI framebuffers. + +blacklist aty128fb +blacklist atyfb +blacklist matroxfb_base +blacklist radeonfb +blacklist rivafb +blacklist savagefb +blacklist sisfb +blacklist tdfxfb -- cgit v1.2.3-60-g2f50