| Apologies to our regular visitors for the spam. Thanks to all those helping to keep our pages clear. Spammers might like to note that we're still deleting all their additions. |
nouveau
From Gentoo Linux Wiki
Nouveau is a reverse engineered free/open-source driver for nVidia chips. See Nouveau Feature Matrix for details further details.
Contents[hide] |
[edit] Installation
[edit] Kernel
You need at least version 2.6.34 of sys-kernel/gentoo-sources. Enable Nouveau support in the Staging drivers sub menu. Do NOT enable any framebuffer devices.
| Linux Kernel Configuration: DRM kernel config |
Device Drivers ---> Graphics support ---> <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) [*] Staging drivers ---> <M> Nouveau (nVidia) cards |
(Re)build and (re)install.
If you have installed the x11-drivers/nvidia-drivers in parallel, make sure that the nvidia kernel module does not load by blacklisting it:
... blacklist nvidia
before booting the nouveau-enabled kernel.
[edit] Userspace
Add nouveau to your VIDEO_CARDS in /etc/make.conf:
VIDEO_CARDS="nouveau"
Reemerge x11-base/xorg-drivers to pull in x11-drivers/xf86-video-nouveau.
If you have x11-drivers/nvidia-drivers installed as well make sure to select the xorg-x11 OpenGL profile with eselect:
