Nouveau

Differences between revisions 1 and 2
Revision 1 as of 2010-03-16 23:06:05
Size: 2132
Editor: ppp121-44-103-226
Comment:
Revision 2 as of 2010-03-16 23:08:42
Size: 2120
Editor: ppp121-44-103-226
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Troubleshooting Nouveau Drivers == = Troubleshooting Nouveau Drivers =
Line 5: Line 5:
=== Disable acceleration === == Disable acceleration ==
Line 8: Line 8:

=
== Disabling nouveau ===
== Disabling nouveau ==
Line 17: Line 16:
=== Testing bugs against upstream Nouveau ===
Line 19: Line 17:
== Testing bugs against upstream Nouveau ==
Line 35: Line 34:
==== Reverting to official packages ==== === Reverting to official packages ===

Troubleshooting Nouveau Drivers

Disable acceleration

Disabling nouveau

Sometimes it can be useful to disable nouveau to see if the computer boots correctly without it.

During boot hold down the shift key to get to the grub menu. Press the 'e' key to edit the boot command, and go down to the "kernel" line. Add "nouveau.modeset=0" after "quiet splash", then press Ctrl+x to boot. Nouveau will be disabled for this boot.

If you want to disable nouveau in this way permanently you can edit /etc/default/grub and add nouveau.modeset=0 to GRUB_CMDLINE_LINUX, then run sudo update-grub.

Testing bugs against upstream Nouveau

If you've encountered a bug in the nouveau packages and want to invest some effort to help get it fixed, after you have reported it with ubuntu-bug you can test against a newer version of Nouveau in the xorg-edgers/nouveau PPA.

Warning: these packages are unsupported. They may have problems, including being unable to get to a GUI. If you are not comfortable debugging video driver problems, please do not proceed.

First, enable the xorg-edgers/nouveau PPA and upgrade the nouveau packages by running

sudo add-apt-repository ppa:xorg-edgers/nouveau
sudo apt-get update
sudo apt-get dist-upgrade

You will need to reboot to apply these changes properly.

Now, see if you can reproduce your bug.

  • If the bug is still present in the updated packages, please make a note of the bug number of your bug report and run apport-collect YOUR_BUG_NUMBER.

  • If the bug has been fixed in the updated packages, please note this on your bug also so we can pull the fix into the Ubuntu packages.

Reverting to official packages

To revert to the official Ubuntu packages you can use the ppa-purge tool. To go back to the Ubuntu packages, run

sudo apt-get install ppa-purge
sudo ppa-purge ppa:xorg-edgers/nouveau

and reboot.

X/Troubleshooting/Nouveau (last edited 2014-01-16 22:17:59 by penalvch)