个人工具

UbuntuHelp:BinaryDriverHowto/Nvidia/Nouveau

来自Ubuntu中文

跳转至: 导航, 搜索

Install Nouveau in Ubuntu 9.10

This page will explain how to install the Nouveau driver in Karmic Koala. Note: Ubuntu 10:04 will use Nouveau out of the box. {X} WARNING: THE DRIVER IS MOSTLY UNSTABLE. PROCEED AT YOUR OWN RISK.

Remove the Nvidia driver

  1. Open up the Synaptic Package Manager
  • In the quick search at the top, type : Nvidia-glx*
  • Remove the one with the by the side green dot

Install the Nouveau driver

Open your terminal and write the following commands:

  1. Add the source for the driver from the PPA respositories: `sudo add-apt-repository ppa:xorg-edgers/nouveau`
  • Install the drivers to your machine: `sudo aptitude update && sudo aptitude install xserver-xorg-video-nouveau`
  • Open the xorg.conf file for editing: `sudo gedit /etc/X11/xorg.conf `
  • Change the Driver bit to "nouveau" to configure your machine to use the Nouveau driver.
  • Reboot to apply changes: `sudo reboot`

revert those changes

Open up your terminal and write the following commands: a.remove the driver 'sudo aptitude remove xserver-xorg-video-nouveau'

  • now

TODO: Add a section on how to revert these changes.