diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-22 04:51:09 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2020-09-22 04:51:09 +0000 |
commit | 183242d05e8da399024b9b1ba4387f4a942367ad (patch) | |
tree | 47bd95d682ac5396dadf236108a7acbebd7e7e9c /system/easy-kernel/no-autoload-fb.conf | |
parent | 303ff8413dec04b15857538dacdb7da3ceedd235 (diff) | |
download | packages-183242d05e8da399024b9b1ba4387f4a942367ad.tar.gz packages-183242d05e8da399024b9b1ba4387f4a942367ad.tar.bz2 packages-183242d05e8da399024b9b1ba4387f4a942367ad.tar.xz packages-183242d05e8da399024b9b1ba4387f4a942367ad.zip |
system/easy-kernel: Add modprobe configuration for fb modules
Diffstat (limited to 'system/easy-kernel/no-autoload-fb.conf')
-rw-r--r-- | system/easy-kernel/no-autoload-fb.conf | 19 |
1 files changed, 19 insertions, 0 deletions
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 |