Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 14926  / 2 Years ago, sat, may 14, 2022, 2:06:52

I'd like to blacklist a couple of modules, namely drm, drm_kms_helper, i2c_algo_bit and i915 to forbid my integrated Intel GPU to be used, but to use my Nvidia MXM card instead.



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 right after rebooting my laptop and typing lsmod I can see these modules loaded.



Why does my blacklist get utterly disrespected and what can I do about it?


More From » blacklist

 Answers
1

After modifications in /etc/modprobe, you need to run:



sudo update-initramfs -u


I would be careful with disabling drm etc. I wouldn't be surprised if the nvidia driver depends on it (check with modinfo nvidia). Also, should you have any problems with your nvidia driver, then you will have a low resolution screen which might not support the GUI login at all.



Why would you disable the iGPU? The processor is already in use so I doubt if it saves any power or resources.


[#44382] Saturday, May 14, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
repend

Total Points: 195
Total Questions: 113
Total Answers: 107

Location: Nicaragua
Member since Tue, Dec 8, 2020
3 Years ago
repend questions
Thu, May 11, 23, 09:38, 1 Year ago
Thu, Jan 5, 23, 21:41, 1 Year ago
Mon, Nov 22, 21, 19:37, 3 Years ago
Mon, Jan 24, 22, 11:26, 2 Years ago
;