--- trunk/udev/blacklist 2007/08/19 02:58:36 311 +++ trunk/udev/blacklist 2009/04/24 19:39:29 765 @@ -7,29 +7,84 @@ # Syntax: blacklist modulename # +# +# blacklist the event debugging driver +# +# evbug is a debug tool and should be loaded explicitly +blacklist evbug -# blacklist *all* framebuffer video-modules; -# they should be loaded explicitly by the user via +# +# blacklist the firewire ipv4 driver +# +# autoloading eth1394 most of the time re-orders your network +# interfaces, and with buggy kernel 2.6.21, udev persistent-net +# is not able to rename these devices, so you get eth?_rename devices +# plus an exceeded 30sec boot timeout +blacklist eth1394 + +# +# blacklist *all* framebuffer video-modules +# +# They should be loaded explicitly by the user via # /etc/modules.autoload/kernel-xy or initrd/initramfs +blacklist arcfb blacklist atyfb blacklist aty128fb -blacklist sisfb -blacklist i810fb -blacklist rivafb -blacklist hgafb -blacklist pm2fb +blacklist carminefb +blacklist cirrusfb +blacklist crvml blacklist cyber2000fb -blacklist vga16fb +blacklist cyber2000fb +blacklist g450_pll +blacklist gx1fb +blacklist gxfb +blacklist hecubafb +blacklist hgafb +blacklist i2c-matroxfb +blacklist i810fb +blacklist ili9320 +blacklist intelfb +blacklist kyrofb +blacklist lxfb +blacklist matroxfb_DAC1064 +blacklist matroxfb_Ti3026 +blacklist matroxfb_accel +blacklist matroxfb_base +blacklist matroxfb_crtc2 +blacklist matroxfb_g450 +blacklist matroxfb_maven +blacklist matroxfb_misc +blacklist mb862xxfb +blacklist metronomefb +blacklist neofb blacklist nvidiafb -blacklist savagefb -blacklist cirrusfb +blacklist pm2fb +blacklist pm3fb blacklist radeonfb -blacklist intelfb +blacklist rivafb +blacklist s1d13xxxfb +blacklist savagefb +blacklist sisfb +blacklist sm501fb +blacklist sstfb +blacklist tdfxfb +blacklist tmiofb blacklist tridentfb +blacklist uvesafb +blacklist vga16fb +blacklist viafb +blacklist vmlfb +# # blacklist *all* proprietary video drivers -# they should be loaded explicitly by the user via +# +# 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