GentooEbuilds

English/EspaƱol

Ebuilds:

Previously, the nouveau ebuilds where in the nouveau overlay, which is now unmaintained. Use the x11 overlay instead, which is also availiable via layman

Recommended ebuilds:

The x11 overlay also has a mesa git ebuild, which contains the gallium based nouveau 3d driver, but it is still in a very early stage and using it is discouraged and unsupported

Unmaintained ebuilds:

Additionally, the now unmaintained nouveau overlay still contains the renouveau and mmio-trace utilities, which you will need if you want to help the development

These ebuilds do not have any keyword, as it is usual with cvs/svn/git releases. To be able to install them, you have to mark them with ** in package.keywords.

These are the steps which are necessary in order to get the nouveau driver working on gentoo:

  1. Disable the nvidia proprietary kernel module.
  2. eselect opengl set xorg-x11

  3. Make sure you have USE="dri" and VIDEO_CARDS="nouveau"
  4. emerge -va nouveau-drm libdrm xorg-server xf86-video-nouveau

    • Make sure you use the overlay ebuilds. You may have to unmask them.
    • xorg-server recompilation is sometimes necessary after DRM changes, but not always. If you are not sure, re-emerge it
  5. Update xorg.conf to use driver "nouveau".
  6. modprobe drm

  7. modprobe nouveau

  8. startx

No, you will not have accelerated 3D support.

glxgears.png

Not yours.