# blacklisted modules for PCI coldplug
# see also /etc/modprobe.d/blacklist-compat

blacklist rivatv

# For some bridges both intel-agp and i82875p_edac are loaded. If i82875p_edac
# is loaded first it will grab the device. Then intel-agp doesn't work.
# Therefore we disable automatic loading of 82875p_edac. (Bug 213840)
# https://bugzilla.novell.com/show_bug.cgi?id=213840
blacklist i82875p_edac

# do not use "Boot Protocol" drivers, we prefer usbhid
# and they cause problems when loaded together with usbhid (#37726, #40861)
blacklist usbkbd
blacklist usbmouse

# disable PC speaker by default
# pcspkr is the standard driver, while snd-pcsp is the ALSA driver
blacklist pcspkr
blacklist snd-pcsp

# disable autoloading of proprietary display drivers by default
# They interfere with the free drivers.
# The proprietary drivers are loaded later (if enabled) by:
# (1) /etc/modprobe.preload.d/alternative-display-driver, or
# (2) X.org server when initializing devices
# The drivers will therefore work even while they are blacklisted.
blacklist nvidia-current
blacklist nvidia173
blacklist nvidia96xx
blacklist nvidia
blacklist fglrx

# disable automatic loading of KMS drivers by udev for now
# They interfere with vesa/nv drivers and a more complex solution will be
# needed before they can be safely enabled.
# Despite the below entries, KMS drivers are still loaded by
# (1) initrd when enabled (i915 by default)
# (2) X.org server when it starts (nouveau)
# (3) a manual /etc/modprobe.preload entry (radeon)
# The drivers will therefore work even while they are blacklisted.
blacklist i915
blacklist nouveau
blacklist radeon

