Magellan Linux

Annotation of /tags/udev-164-r1/blacklist

Parent Directory Parent Directory | Revision Log Revision Log


Revision 314 - (hide 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 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 niro 314 #
11     # blacklist *all* framebuffer video-modules
12     #
13     # They should be loaded explicitly by the user via
14 niro 121 # /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 niro 311
31 niro 314 #
32 niro 311 # blacklist *all* proprietary video drivers
33 niro 314 #
34     # They should be loaded explicitly by the user via
35 niro 311 # /etc/modules.autoload/kernel-xy or initrd/initramfs
36     blacklist fglrx
37     blacklist nvidia
38     blacklist nvidia-legacy
39 niro 314 # 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