# # Listing a module here prevents udev from loading it. # Usually that'd be so that some other driver will bind it instead, # no matter which driver happens to get probed first. Sometimes user # mode tools can also control driver binding. # # Syntax: blacklist modulename # # # blacklist *all* framebuffer video-modules # # They should be loaded explicitly by the user via # /etc/modules.autoload/kernel-xy or initrd/initramfs blacklist atyfb blacklist aty128fb blacklist sisfb blacklist i810fb blacklist rivafb blacklist hgafb blacklist pm2fb blacklist cyber2000fb blacklist vga16fb blacklist nvidiafb blacklist savagefb blacklist cirrusfb blacklist radeonfb blacklist intelfb blacklist tridentfb # # blacklist *all* proprietary video drivers # # They should be loaded explicitly by the user via # /etc/modules.autoload/kernel-xy or initrd/initramfs blacklist fglrx blacklist nvidia blacklist nvidia-legacy # However you should blacklist the open pendants for these drivers # if you want to use them. The proprietary and the kernel provided # drivers may collide and you get some bad errors if udev loads them both #blacklist radeon #blacklist nv