diff options
author | Zach van Rijn <me@zv.io> | 2022-01-06 19:29:54 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-05-01 17:05:54 -0500 |
commit | 6108a4f026838e289ab7bb990ee8311d3092e09b (patch) | |
tree | 61d1670c206c0f1c17013926e4f3012226c0adfd /system/test-kernel/no-autoload-fb.conf | |
parent | ff32e1e943d15a805615ccdd84ec40e4b540daff (diff) | |
download | packages-6108a4f026838e289ab7bb990ee8311d3092e09b.tar.gz packages-6108a4f026838e289ab7bb990ee8311d3092e09b.tar.bz2 packages-6108a4f026838e289ab7bb990ee8311d3092e09b.tar.xz packages-6108a4f026838e289ab7bb990ee8311d3092e09b.zip |
system/test-kernel [WIP 5.15]: new package. fixes #429, #430.
Diffstat (limited to 'system/test-kernel/no-autoload-fb.conf')
-rw-r--r-- | system/test-kernel/no-autoload-fb.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/test-kernel/no-autoload-fb.conf b/system/test-kernel/no-autoload-fb.conf new file mode 100644 index 000000000..dd0a9b358 --- /dev/null +++ b/system/test-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 |