Magellan Linux

Diff of /tags/udev-162-r2/blacklist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 311 by niro, Sun Aug 19 02:58:36 2007 UTC revision 314 by niro, Sun Aug 19 16:29:14 2007 UTC
# Line 7  Line 7 
7  # Syntax:  blacklist modulename  # Syntax:  blacklist modulename
8  #  #
9    
10    #
11  # blacklist *all* framebuffer video-modules;  # blacklist *all* framebuffer video-modules
12  # they should be loaded explicitly by the user via  #
13    # They should be loaded explicitly by the user via
14  # /etc/modules.autoload/kernel-xy or initrd/initramfs  # /etc/modules.autoload/kernel-xy or initrd/initramfs
15  blacklist atyfb  blacklist atyfb
16  blacklist aty128fb  blacklist aty128fb
# Line 27  blacklist radeonfb Line 28  blacklist radeonfb
28  blacklist intelfb  blacklist intelfb
29  blacklist tridentfb  blacklist tridentfb
30    
31    #
32  # blacklist *all* proprietary video drivers  # blacklist *all* proprietary video drivers
33  # they should be loaded explicitly by the user via  #
34    # They should be loaded explicitly by the user via
35  # /etc/modules.autoload/kernel-xy or initrd/initramfs  # /etc/modules.autoload/kernel-xy or initrd/initramfs
36  blacklist fglrx  blacklist fglrx
37  blacklist nvidia  blacklist nvidia
38  blacklist nvidia-legacy  blacklist nvidia-legacy
39    # However you should blacklist the open pendants for these drivers
40    # if you want to use them. The proprietary and the kernel provided
41    # drivers may collide and you get some bad errors if udev loads them both
42    #blacklist radeon
43    #blacklist nv

Legend:
Removed from v.311  
changed lines
  Added in v.314