特殊:Badtitle/NS100:BinaryDriverHowto/Nvidia/Nouveau:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
以内容'{{From|https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia/Nouveau}} {{Languages|UbuntuHelp:BinaryDriverHowto/Nvidia/Nouveau}} == Install Nouveau in Ubuntu 9.10 == T…'创建新页面
 
Wikibot留言 | 贡献
无编辑摘要
 
第6行: 第6行:
''' {X} WARNING: THE DRIVER IS MOSTLY UNSTABLE. PROCEED AT YOUR OWN RISK.'''
''' {X} WARNING: THE DRIVER IS MOSTLY UNSTABLE. PROCEED AT YOUR OWN RISK.'''
=== Remove the Nvidia driver ===
=== Remove the Nvidia driver ===
# Open up the Synaptic Package Manager
<ol><li>Open up the Synaptic Package Manager</li></ol>
 
* In the quick search at the top, type : ''Nvidia-glx*''
* In the quick search at the top, type : ''Nvidia-glx*''
* Remove the one with the by the side green dot  
* Remove the one with the by the side green dot  
=== Install the Nouveau driver ===
=== Install the Nouveau driver ===
Open your terminal and write the following commands:
Open your terminal and write the following commands:
# Add the source for the driver from the PPA respositories: `sudo add-apt-repository ppa:xorg-edgers/nouveau`
<ol><li>Add the source for the driver from the PPA respositories: `sudo add-apt-repository ppa:xorg-edgers/nouveau`</li></ol>
 
* Install the drivers to your machine: `sudo aptitude update && sudo aptitude install xserver-xorg-video-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 `
* Open the xorg.conf file for editing: `sudo gedit /etc/X11/xorg.conf `

2010年5月19日 (三) 21:42的最新版本

{{#ifexist: :BinaryDriverHowto/Nvidia/Nouveau/zh | | {{#ifexist: BinaryDriverHowto/Nvidia/Nouveau/zh | | {{#ifeq: {{#titleparts:BinaryDriverHowto/Nvidia/Nouveau|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:BinaryDriverHowto/Nvidia/Nouveau|1|-1|}} | zh | | }}

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.