Magellan Linux

Diff of /tags/udev-166-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 765 by niro, Fri Apr 24 19:39:29 2009 UTC
# Line 7  Line 7 
7  # Syntax:  blacklist modulename  # Syntax:  blacklist modulename
8  #  #
9    
10    #
11    # blacklist the event debugging driver
12    #
13    # evbug is a debug tool and should be loaded explicitly
14    blacklist evbug
15    
16  # blacklist *all* framebuffer video-modules;  #
17  # they should be loaded explicitly by the user via  # blacklist the firewire ipv4 driver
18    #
19    # autoloading eth1394 most of the time re-orders your network
20    # interfaces, and with buggy kernel 2.6.21, udev persistent-net
21    # is not able to rename these devices, so you get eth?_rename devices
22    # plus an exceeded 30sec boot timeout
23    blacklist eth1394
24    
25    #
26    # blacklist *all* framebuffer video-modules
27    #
28    # They should be loaded explicitly by the user via
29  # /etc/modules.autoload/kernel-xy or initrd/initramfs  # /etc/modules.autoload/kernel-xy or initrd/initramfs
30    blacklist arcfb
31  blacklist atyfb  blacklist atyfb
32  blacklist aty128fb  blacklist aty128fb
33  blacklist sisfb  blacklist carminefb
34  blacklist i810fb  blacklist cirrusfb
35  blacklist rivafb  blacklist crvml
 blacklist hgafb  
 blacklist pm2fb  
36  blacklist cyber2000fb  blacklist cyber2000fb
37  blacklist vga16fb  blacklist cyber2000fb
38    blacklist g450_pll
39    blacklist gx1fb
40    blacklist gxfb
41    blacklist hecubafb
42    blacklist hgafb
43    blacklist i2c-matroxfb
44    blacklist i810fb
45    blacklist ili9320
46    blacklist intelfb
47    blacklist kyrofb
48    blacklist lxfb
49    blacklist matroxfb_DAC1064
50    blacklist matroxfb_Ti3026
51    blacklist matroxfb_accel
52    blacklist matroxfb_base
53    blacklist matroxfb_crtc2
54    blacklist matroxfb_g450
55    blacklist matroxfb_maven
56    blacklist matroxfb_misc
57    blacklist mb862xxfb
58    blacklist metronomefb
59    blacklist neofb
60  blacklist nvidiafb  blacklist nvidiafb
61  blacklist savagefb  blacklist pm2fb
62  blacklist cirrusfb  blacklist pm3fb
63  blacklist radeonfb  blacklist radeonfb
64  blacklist intelfb  blacklist rivafb
65    blacklist s1d13xxxfb
66    blacklist savagefb
67    blacklist sisfb
68    blacklist sm501fb
69    blacklist sstfb
70    blacklist tdfxfb
71    blacklist tmiofb
72  blacklist tridentfb  blacklist tridentfb
73    blacklist uvesafb
74    blacklist vga16fb
75    blacklist viafb
76    blacklist vmlfb
77    
78    #
79  # blacklist *all* proprietary video drivers  # blacklist *all* proprietary video drivers
80  # they should be loaded explicitly by the user via  #
81    # They should be loaded explicitly by the user via
82  # /etc/modules.autoload/kernel-xy or initrd/initramfs  # /etc/modules.autoload/kernel-xy or initrd/initramfs
83  blacklist fglrx  blacklist fglrx
84  blacklist nvidia  blacklist nvidia
85  blacklist nvidia-legacy  blacklist nvidia-legacy
86    # However you should blacklist the open pendants for these drivers
87    # if you want to use them. The proprietary and the kernel provided
88    # drivers may collide and you get some bad errors if udev loads them both
89    #blacklist radeon
90    #blacklist nv

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