Now I want to switch back to nvidia-drivers.
I rebuilt kernel with old .config (it was saved before switching to nouveau and copied back now):
Code: Select all
make clean && make && make modules_install
Code: Select all
emerge -av nvidia-drivers
nvidia-xconfigCode: Select all
cat /usr/src/linux/.config |grep NOUVEAU
# CONFIG_DRM_NOUVEAU is not setCode: Select all
cat /etc/portage/make.conf |grep VIDEO_CARDS
VIDEO_CARDS="nvidia"Code: Select all
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSectionWhere is that trigger which causes nouveau kernel modules rebuild, and how do I get rid of nouveau completely?




