nouveau (software)

From Wikipedia, the free encyclopedia
Jump to: navigation, search
nouveau
Initial release 1.0 / 18 June 2012; 11 months ago (2012-06-18)[1]
Stable release 1.0.8 / 12 June 2013; 4 days ago (2013-06-12)[2]
Development status Active
Operating system GNU/Linux, FreeBSD
Platform x86
Type Device driver + firmware
License MIT License
Website nouveau.freedesktop.org

In computing, nouveau /nˈv/ is a software project aiming to develop free software drivers for Nvidia graphics cards, by reverse engineering Nvidia's current proprietary drivers for Linux. This project by the X.Org Foundation and freedesktop.org was initially based on the 2D-only free and open-source "nv" driver, which Red Hat developer Matthew Garret and others claim has been obfuscated.[3]

The name of the project comes from the French word nouveau, meaning new.[4] It was suggested by the original author's IRC client's French autoreplace feature which suggested the word "nouveau" when he typed "nv".[5]

Like most other 3D graphics drivers for X.Org, nouveau is implemented as a module and is licensed under the MIT license. It originally used the Direct Rendering Infrastructure (DRI) of Mesa 3D for rendering 3D computer graphics, which allows to accelerate 3D drawing using the graphics processing unit (GPU) directly from the 3D application; but in February 2008 the work on DRI support ceased and moved on to the new Gallium3D.[6][7]

Contents

Adoption[edit]

The nouveau driver has been used as the default open-source driver for Nvidia cards in the Fedora 11[8] and openSUSE 11.3[9] distributions of GNU/Linux. It is included in the repository of Ubuntu 9.04[10] and made default in Ubuntu 10.04.[11] It is also included in Debian.[12] The drivers included in these operating systems, however, do not allow hardware acceleration of 3D operations.

On 10 December 2009 nouveau was accepted in the 2.6.33 version of Linux kernel as a staging driver.[13]

Fedora 13 (May 2010) allows installing the mesa-dri-drivers-experimental package, which activates experimental hardware acceleration for 3d graphics, which was not activated without this package.

3D acceleration has been included in the libgl1-mesa-dri-experimental package since Ubuntu 10.10.

Compiz recommends nouveau over the Nvidia proprietary driver.[14]

On 26 March 2012, the nouveau driver was marked as stable and promoted from the staging area of the Linux kernel.[15]

Bugs[edit]

Nouveau does not currently work for all Trisquel 6.0 users.[16]

Tools[edit]

A screenshot of REnouveau in action (REnouveau is the blue window in the top left corner)

The project uses several custom-made programs for its reverse engineering, such as MmioTrace (Memory Mapped I/O Trace),[17] REnouveau and Valgrind MMT.[18]

REnouveau[edit]

REnouveau (Reverse Engineering for nouveau)[19] is a program licensed under the GNU GPL (using SDL) that collects data for most of nouveau's reverse engineering work. Users with the proprietary NVIDIA drivers can help the development of nouveau by providing information about the hardware of their NVIDIA cards through REnouveau. REnouveau works by copying the current graphics card MMIO register space, drawing some graphics and taking another copy of the MMIO, and outputting the difference to a text file. It runs about six dozen different tests which the user of the computer then makes a tar.bz2 archive of and submits by e-mail, after which it is automatically transferred to the project's FTP servers for the developers to analyze.

See also[edit]

References[edit]

  1. ^ von Eitzen, Chris (18 June 2012). "Free NVIDIA graphics driver reaches version 1.0". The H - Open. Heinz Heise. Retrieved 13 June 2013. 
  2. ^ Larabel, Michael (12 June 2013). "Updated Nouveau Graphics Driver Released". Phoronix. Retrieved 13 June 2013. 
  3. ^ "Debian bug tracker". 17 August 2006. Retrieved 7 April 2013. 
  4. ^ "nouveau Wiki". 7 July 2009. Retrieved 23 September 2009. 
  5. ^ "The state of Nouveau, part I". LWN.net. 15 February 2008. Retrieved 24 November 2009. 
  6. ^ "The state of Nouveau, part 2". LWN.net. 26 February 2008. Retrieved 7 March 2008. 
  7. ^ "Nouveau Companion 36 - The irregular Nouveau-Development companion". 7 March 2008. Retrieved 7 March 2008. 
  8. ^ Michael Larabel (29 March 2009). "Testing Out The Nouveau Driver On Fedora 11". Phoronix. 
  9. ^ "Product highlights for openSUSE 11.3 version". openSUSE. Retrieved 29 December 2010. 
  10. ^ Michael Larabel (9 December 2010). "Ubuntu 9.04 To Get Nouveau Driver". Phoronix. 
  11. ^ "Bug #454821: Bugs: "xserver-xorg-video-nv" package: Ubuntu". Retrieved 24 February 2010. 
  12. ^ Debian (11 February 2011). "Nouveau nVidia drivers now available in Debian experimental". 
  13. ^ "Nouveau To Go Into Linux 2.6.33 Kernel!". Phoronix. 11 December 2009. 
  14. ^ Sam Spilsbury, head maintainer of Compiz (21 May 2010). "Beware the benchmarks.". "Our recommendation: Use nouveau." 
  15. ^ Jonathan Corbet (23 March 2012). "The Nouveau driver graduates from staging". LWN.net. 
  16. ^ https://trisquel.info/en/issues/8917#comment-36456
  17. ^ "MmioTrace (Memory Mapped I/O Trace)". nouveau Wiki. 
  18. ^ "Valgrind-mmt". nouveau Wiki. 
  19. ^ "REnouveau (Reverse Engineering for nouveau)". nouveau Wiki.