On Tue, Oct 6, 2015 at 5:15 PM, Yamaban <foerster@lisas.de> wrote:
Full manual procedure would be: open the file "/etc/modprobe.d/99-local.conf" as root in editor, add the following lines: [code] # no nouveau / nvidia for me, intel gpu is enough blacklist nouveau alias nouveau false [/code]
then rebuild your initrds, and update your bootloader. Then do a full reboot.
The "blacklist" entry disables autoloading, but as some tools force loading, the "alias" entry stops that, too.
BUT, without rebuilding your initrds and updateing your bootloader it has no relevance for your running system.
That worked! Thank you very mush, I was missing alias and mkinitrd. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org