Changes

Jump to navigation Jump to search
m
Problem: Nouveau the free Version of the Nvidia Display Driver crash if you switch to Console or kill xserver-xorg.
Its enabled by default inside the KERNEL!! this WAS NOT DEFAULT at last DECADES!! (DEBIAN 3.0-5.0 never used it!,
cause bugs and hanging Servers)

<pre>
echo 'blacklist nouveau' > /etc/modprobe.d/blacklist-nouveau.conf
</pre>

then edit with $sudo nano /etc/default/grub

<pre>
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="noquiet nouveau.nomodeset=0" #<<<insert "nouveau.nomodeset=0"
GRUB_CMDLINE_LINUX=""
...
</pre>
update grub Loader with
<pre>
sudo update-grub2
</pre>

Navigation menu