How to use blacklist in slitaz cooking?
I want to disable kernel moudle nouveau.

How to use blacklist in slitaz cooking
(8 posts) (3 voices)-
Posted 13 years ago #
-
I try create blacklist.conf in /etc/modprobe.d/
the content in blacklist.conf:
blacklist nouveaubut not work.
Posted 13 years ago # -
Leave .conf off the end of blacklist:
#echo blacklist nouveau >> /etc/modprobe.d/blacklist
If that doesn't work:
Add nomodeset to boot optionsPosted 13 years ago # -
Thanks for your reply.
But I try and it still no work.Posted 13 years ago # -
Add screen=text to bootcode
Login as root password root
Remove nouveau:
#tazpkg remove linux-drm
Restart Xorg:
#/etc/init.d/slim start
Add slim back to /etc/rcS.conf RUN_DAEMONS= after dbus and hald
#leafpad /etc/rcS.conf
Save/QuitPosted 13 years ago # -
I think remove linux-drm is not a good idea.
The Xorg nv driver not work,the problem maybe nouveau moudle. So I want to blacklist nouveau.
Posted 13 years ago # -
I'm out of suggestions...
Posted 13 years ago # -
you could try to move /lib/modules/yourkernelname/kernel/drivers/gpu/drm/nouveau somewhere else (e.g. your home dir) then depmod -a
check with modprobe -l | grep nouveau that the module is not available anymore the reboot.
not the cleanest way but it should workPosted 13 years ago #
Reply
You must log in to post.