Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 314 - (show annotations) (download)
Sun Aug 19 16:29:14 2007 UTC (16 years, 8 months ago) by niro
Original Path: trunk/udev/blacklist
File size: 1153 byte(s)
-recommend to blacklist open-source video drivers if the proprietary are used

1 #
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 #
13 # They should be loaded explicitly by the user via
14 # /etc/modules.autoload/kernel-xy or initrd/initramfs
15 blacklist atyfb
16 blacklist aty128fb
17 blacklist sisfb
18 blacklist i810fb
19 blacklist rivafb
20 blacklist hgafb
21 blacklist pm2fb
22 blacklist cyber2000fb
23 blacklist vga16fb
24 blacklist nvidiafb
25 blacklist savagefb
26 blacklist cirrusfb
27 blacklist radeonfb
28 blacklist intelfb
29 blacklist tridentfb
30
31 #
32 # blacklist *all* proprietary video drivers
33 #
34 # They should be loaded explicitly by the user via
35 # /etc/modules.autoload/kernel-xy or initrd/initramfs
36 blacklist fglrx
37 blacklist nvidia
38 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