--- trunk/udev/blacklist 2007/08/19 03:05:05 313 +++ trunk/udev/blacklist 2007/08/19 16:29:14 314 @@ -7,9 +7,10 @@ # Syntax: blacklist modulename # - -# blacklist *all* framebuffer video-modules; -# they should be loaded explicitly by the user via +# +# 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 @@ -27,9 +28,16 @@ blacklist intelfb blacklist tridentfb +# # 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