Ubuntu doesn't let me to blacklist modules
- by László Monda
I'd like to blacklist a couple of modules, namely drm, drm_kms_helper, i2c_algo_bit and i915 to not allow my integrated Intel GPU to ever be used, but instead my Nvidia MXM card.
I inserted the following lines into /etc/modprobe.d/blacklist.conf:
blacklist i915
blacklist drm
blacklist drm_kms_helper
blacklist i2c_algo_bit
Despite the above…