This installation is an unstable tree, so it's got openRC and baselayout-2.
At first I used the nouveau driver, which worked out of the box, both in console mode and in X.Org mode. After a while it became clear that the driver is too slow for KDE's desktop effects; since it also doesn't provide 3D-acceleration I want to switch to nvidia's closed-source driver. However it is not clear how I should do that. Let me show what happened.
First I changed
Code: Select all
VIDEO_CARDS="nouveau"Code: Select all
VIDEO_CARDS="nouveau nvidia"Code: Select all
emerge ---sync
emerge -uND world
emerge --depclean
revdep-rebuildCode: Select all
eselect opengl set nvidiaSo my next step was to entirely remove nouveau from my system. So I again changed /etc/make.conf to contain
Code: Select all
VIDEO_CARDS="nvidia"But, surprise, nouveau was still loaded by udev! Apparently it still exists on my system in binary form, probably in /usr/lib64 somewehere. However that's an area of my system that I haven't touched before and am reluctant to do. I'm looking for a little advice here! Mentioning nvidia in /etc/conf.d/modules doesn't help since that comes later than udev.





