How do I prevent the kernel module i915 from being loaded?

Singapore Citizen Mr. Teo En Ming (Zhang Enming) singapore.mr.teo.en.ming at gmail.com
Thu Aug 8 15:07:04 UTC 2013


On 08/08/2013 13:29, Heinz Diehl wrote:
> On 08.08.2013, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:
>
>> I have already appended 'blacklist i915' to
>> /lib/modprobe.d/dist-blacklist.conf but it is still being loaded. What else
>> can I do?
> On the long run, you could disable all CONFIG_DRM_i915 options in your
> kernel .config and recompile.
>
>
>

Hi,

I have solved the problem.

16 Blacklist Kernel Modules

sudo nano /lib/modprobe.d/dist-blacklist.conf

blacklist i915
blacklist nouveau
blacklist snd_hda_intel

Rebuild the initial ramdisk.

cd /boot
sudo mv initrd-3.10.5.img initrd-3.10.5.img.backup

sudo dracut -f /boot/initrd-3.10.5.img 3.10.5

Turn off gdm.

sudo systemctl disable gdm.service

systemctl list-unit-files | grep gdm
gdm.service                                 disabled

-- 
Yours sincerely,

Singapore Citizen Mr. Teo En Ming (Zhang Enming)



More information about the users mailing list