Advertisement
ak47suk1

blacklist nouveau

Aug 30th, 2010
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.73 KB | None | 0 0
  1. # This file lists those modules which we don't want to be loaded by
  2. # alias expansion, usually so some other driver will be loaded for the
  3. # device instead.
  4.  
  5. # evbug is a debug tool that should be loaded explicitly
  6. blacklist evbug
  7.  
  8. # these drivers are very simple, the HID drivers are usually preferred
  9. blacklist usbmouse
  10. blacklist usbkbd
  11.  
  12. # replaced by e100
  13. blacklist eepro100
  14.  
  15. # replaced by tulip
  16. blacklist de4x5
  17.  
  18. # causes no end of confusion by creating unexpected network interfaces
  19. blacklist eth1394
  20.  
  21. # snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
  22. # hardware on its own (Ubuntu bug #2011, #6810)
  23. blacklist snd_intel8x0m
  24.  
  25. # Conflicts with dvb driver (which is better for handling this device)
  26. blacklist snd_aw2
  27.  
  28. # causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
  29. blacklist i2c_i801
  30.  
  31. # replaced by p54pci
  32. blacklist prism54
  33.  
  34. # replaced by b43 and ssb.
  35. blacklist bcm43xx
  36.  
  37. # most apps now use garmin usb driver directly (Ubuntu: #114565)
  38. blacklist garmin_gps
  39.  
  40. # replaced by asus-laptop (Ubuntu: #184721)
  41. blacklist asus_acpi
  42.  
  43. # low-quality, just noise when being used for sound playback, causes
  44. # hangs at desktop session start (Ubuntu: #246969)
  45. blacklist snd_pcsp
  46.  
  47. # ugly and loud noise, getting on everyone's nerves; this should be done by a
  48. # nice pulseaudio bing (Ubuntu: #77010)
  49. blacklist pcspkr
  50.  
  51. # EDAC driver for amd76x clashes with the agp driver preventing the aperture
  52. # from being initialised (Ubuntu: #297750). Blacklist so that the driver
  53. # continues to build and is installable for the few cases where its
  54. # really needed.
  55. blacklist amd76x_edac
  56.  
  57. # graphic
  58.  
  59.  
  60. blacklist vga16fb
  61. blacklist nouveau
  62. blacklist rivafb
  63. blacklist nvidiafb
  64. blacklist rivatv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement