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)

379 questions
92
votes
3 answers

How to disable Nouveau kernel driver

When installing CUDA in Ubuntu 16.04 by executing cuda_8.0.44_linux.run, I got the following error message in /var/log/nvidia-installer.log Then I checked /etc/modprobe.d/nvidia-installer-disable-nouveau.conf and got Any suggestion to disable…
willSapgreen
  • 1,053
53
votes
5 answers

Install Nvidia driver instead of nouveau

I've installed Ubuntu 14.04 and I'm experiencing a fuzzy/blurry screen and bad support for multiple screens. I realized that Ubuntu installs nouveau as default, but I need to install nvidia drivers, so I tried this: sudo apt-add-repository…
Dor Zohar
  • 631
33
votes
3 answers

Remove nVidia driver and go back to Nouveau

I've installed nVidia driver successfully but I want to go back to Nouveau driver and eliminate any xorg.conf file created by nVidia config tools. What is the proper way to do it? (not ending up with no driver at all, or no X server)
Toto
  • 767
28
votes
3 answers

Switch between nvidia-current and nouveau without a reboot?

Is it possible to switch between Nvidia's BLOB and Nouveau video drivers on-the-fly? I think I need to be able to: [✓] Unload nvidia [✓] Unload nouveau [✕] Restore the console after unloading nouveau* [✓] Swap xorg.conf files [✓] Take care of…
htorque
  • 66,086
24
votes
4 answers

How to switch from nvidia to nouveau drivers on ubuntu 18.04

Running ubuntu 18.04 with nvidia-driver-390. How can I switch to nouveau and make the change persistent between reboots?
22
votes
5 answers

Am I using the Nouveau driver or the proprietary NVIDIA driver?

For a long time, I have used the NVIDIA proprietary driver. In Additional Drivers the NVIDIA driver was activated. However, I just "Removed" that driver because I would like to use the Nouveau driver for other reasons. Yet, I have reason to believe…
Kyle L
  • 2,177
17
votes
6 answers

Cannot get rid of nvidia drivers, restore nouveau driver and get desktop working

I made the mistake of installing the Nvidia Linux drivers direct from their website. It failed because it could not remove the nouveau driver. Next I manually installed the nvidia drivers from the repository which successfully installed the nvidia…
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,827
12
votes
1 answer

How to safely remove proprietary Intel driver

I recently installed the proprietary Intel drivers for my Toshiba Satellite A105 s4284 running Ubuntu 14.10. Nouveau was working just fine, I was just attempting to make it so that I was able to run CS:S (no need for explanation on that.) Long story…
12
votes
1 answer

Ubuntu 14.04 crashes on resuming from suspend

Scenario. I recently uninstalled Nvidia propitiatory drivers, and installed nouveau ones. Before that, sleep and resume worked fine. So it might be a driver issue, but I don't want to taint my kernel again. Problem pm-suspend or closing the lid…
12
votes
1 answer

Can I view Nvidia GPU usage with nouveau drivers?

I am using nouveau drivers for my Nvidia GPU. I don't want to change to proprietary drivers. Is there any way I can view my GPU usage similar to htop? There are a couple of old questions Can I view Nvidia GPU usage? and How to measure GPU usage? .…
Severus Tux
  • 10,126
12
votes
5 answers

Can't disable nouveau drivers in Ubuntu 18.04

I tried disabling nouveau drivers in Ubuntu 18.04 by putting these lines in /etc/modprobe.d/blacklist.conf: #Blacklist nouveau drivers blacklist nouveau blacklist lbm-nouveau alias nouveau off alias lbm-nouveau off and updating initramfs. On reboot…
velix
  • 476
11
votes
1 answer

How can I switch between Nouveau and INTEL video driver?

On laptops with NVIDIA Optimus, Nouveau is installed by default. When you try to install closed-source driver of NVIDIA, it's possible to switch between NVIDIA and INTEL video driver via NVIDIA's control center. But what if I don't want to install…
DizNeo
  • 121
11
votes
2 answers

Firefox and Chromium Won't Start in Ubuntu 22.04 with Nouveau Driver

I just did a clean install of Ubuntu 22.04 on two machines with Nvidia video cards. With the default nouveau video driver, neither Firefox or Chromium (both snaps) will start. Firefox gives the following error when started from Terminal: ATTENTION:…
linux4me
  • 416
10
votes
1 answer

Can I view Nvidia GPU usage?

I know that I can view CPU usage using System Monitor: Is there such a tool for viewing GPU usage, as well?
ændrük
  • 78,496
1
2 3
25 26