Questions tagged [nouveau]

The nouveau project aims to build high-quality, free/libre software drivers for nVidia cards. “Nouveau” [nuvo] is the French word for “new”.

This project is run by the X.Org Foundation and freedesktop.org was initially based on the obfuscated 2D-only free and open-source "nv" driver.

Most development talk occurs in the #nouveau IRC channel on freenode.

The Nouveau driver suite consists of three major parts: the kernel modules (DRM), the X driver (DDX), and the 3D driver (in Mesa, optional). In addition, libdrm with Nouveau support is required. You can find all these in Source page.

Current Status

Quick overview:

  • KernelModeSetting (KMS) is mandatory
  • Suspend and resume is working for many chips
  • 2D support is in very good shape with EXA acceleration, Xv and Randr12 (dual-head, rotations, etc.). To understand how multiple monitors work in X, see MultiMonitorDesktop.
  • For some Fermi cards, like the NVD9, check the firmware status as it is required for acceleration.
  • Some 3D acceleration exists. Read MesaDrivers carefully. Nvidia Optimus support is not implemented yet, you may not be able to use the Nvidia GPU at all on Optimus laptops.

See the status matrix for functionality supported on each chipset.

Each card specific status here (very incomplete)

367 questions
13
votes
1 answer

How can I find out which cards are supported by the nouveau driver?

I'm looking at different Nvidia cards and would like to know which are supported by the nouveau driver - is there a list of these available and the levels of support offered?
Marco Ceppi
  • 48,101
2
votes
1 answer

Ubuntu 15.10 Live USB not starting due to graphic card driver errors (nouveau)

The desktop is not starting at all. So I cannot install the proprietary drivers for NVidia via system preferences. Any advice please?
2
votes
1 answer

How to turn off Graphic card in Ubuntu 18.04 server

I recently got a HP Z420 8-core desktop PC with 32GB RAM, and set it up as a headless Ubuntu 18.04 server. The mainboard has no on-board graphic card. So I'm forced to install a video card, lspci | grep VGA gives: 05:00.0 VGA compatible controller:…
Ben Z.
  • 71
1
vote
1 answer

How to find the nouveau version used or installed into linux system (ubuntu v21.04)?

How to find the nouveau version used or installed into linux system (ubuntu v21.04)? I read a lot information eg. here. However, none of the info found presenting the version of xorg / nouveau drivers. For an unknown reason, information is…
1
vote
0 answers

No integrated graphics, blacklisted nouveau, new graphics card not recognized, can't boot at all anymore

While trying to replace an old graphics card with a new one from Nvidia I followed the instructions here and blacklisted Nouveau since only the old card was being recognized via that. Unfortunately now I can no longer boot at all since it seems no…
0
votes
2 answers

How disable NOUVEAU?

I edit blacklist.conf blacklist.conf I look what kernel modules are currently loaded nouveau Update_1: lspci -k | grep -EA2 'VGA|3D' 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics…
Max Zueff
  • 123
0
votes
1 answer

No support for Maxwell GPUs in Nouveau

I finally got my Dream MAchine ready for primetime but it looks like Ubuntu does not, well not ubuntu may be but Nouveau. I am trying to install fresh Ubuntu 14.04.02 ( Should I go for 15.04 ?) and I can't even get to GUI because I am getting…
XAKEP
  • 51
0
votes
2 answers

Unknown Chipset Nouveau

I' m trying to install Ubuntu 18.04.6 LTS on my desktop pc. After booting ubuntu from USB-Drive it was saying "Unknown chipset nouveau". By following this guide Guide I was able to install the OS. But when I try to boot Ubuntu I get nothing on my…