You are not logged in.
How to use blacklist in slitaz cooking?
I want to disable kernel moudle nouveau.
Offline
I try create blacklist.conf in /etc/modprobe.d/
the content in blacklist.conf:
blacklist nouveau
but not work.
Offline
Leave .conf off the end of blacklist:
#echo blacklist nouveau >> /etc/modprobe.d/blacklist
If that doesn't work:
Add nomodeset to boot options
Offline
Thanks for your reply.
But I try and it still no work.
Offline
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/Quit
Offline
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.
Offline
I'm out of suggestions...
Offline
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 work
Offline
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]