slackware 30xx nouveau problem

There are some problems with the noveau drivers and the 3XXX nvidia cards. As your laptop surely has an onboard card,

you just can use that one for normal office work. Hope you are using grub, this guide is NOT working with LILO/eLILO

To pull all the instructions together:
1 - install as u normally would
2 - do NOT install lilo/elilo, jump to shell, install & configure grub as seen in the video - min 25+
https://www.youtube.com/watch?v=OZeJd5JPQro
3 - at reboot on grub screen hit e
4 - go down to the boot line (the line that starts with linux /boot/vmlinuz....) at the end of that line add "nouveau.modeset=0"
5 - Crtl-x to boot
6 - go installpkg xf86-video-nouveau-blacklist-1.0-noarch-1 to disable nouveau permanently
7 - enjoy

EDIT 2022

Slackware 15/current: new solution:

console:
sudo vim /etc/modprobe.d/blacklist.conf


And
blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off

enjoy