Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 311 - (hide annotations) (download)
Sun Aug 19 02:58:36 2007 UTC (16 years, 8 months ago) by niro
Original Path: trunk/udev/blacklist
File size: 907 byte(s)
-blacklisted all proprietary video drivers

1 niro 121 #
2     # Listing a module here prevents udev from loading it.
3     # Usually that'd be so that some other driver will bind it instead,
4     # no matter which driver happens to get probed first. Sometimes user
5     # mode tools can also control driver binding.
6     #
7     # Syntax: blacklist modulename
8     #
9    
10    
11     # blacklist *all* framebuffer video-modules;
12     # they should be loaded explicitly by the user via
13     # /etc/modules.autoload/kernel-xy or initrd/initramfs
14     blacklist atyfb
15     blacklist aty128fb
16     blacklist sisfb
17     blacklist i810fb
18     blacklist rivafb
19     blacklist hgafb
20     blacklist pm2fb
21     blacklist cyber2000fb
22     blacklist vga16fb
23     blacklist nvidiafb
24     blacklist savagefb
25     blacklist cirrusfb
26     blacklist radeonfb
27     blacklist intelfb
28     blacklist tridentfb
29 niro 311
30     # blacklist *all* proprietary video drivers
31     # they should be loaded explicitly by the user via
32     # /etc/modules.autoload/kernel-xy or initrd/initramfs
33     blacklist fglrx
34     blacklist nvidia
35     blacklist nvidia-legacy