个人工具

“UbuntuHelp:NvidiaManual”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:NvidiaManual}}
 
{{Languages|UbuntuHelp:NvidiaManual}}
 
'''This is not the recommended way to install the NVIDIA drivers - please see [[UbuntuHelp:BinaryDriverHowto/Nvidia]] for the supported method'''. Any problems that occur after using the following instructions should '''not''' be reported to the launchpad bug area. If the drivers were downloaded from the NVIDIA web site then the [http://www.nvnews.net/vbulletin/forumdisplay.php?f=14 NVIDIA Linux web forum] is an appropriate place to report issues. Other places for binary driver manual installation support can be found on the [http://www.ubuntu.com/support/communitysupport Community Support page].
 
'''This is not the recommended way to install the NVIDIA drivers - please see [[UbuntuHelp:BinaryDriverHowto/Nvidia]] for the supported method'''. Any problems that occur after using the following instructions should '''not''' be reported to the launchpad bug area. If the drivers were downloaded from the NVIDIA web site then the [http://www.nvnews.net/vbulletin/forumdisplay.php?f=14 NVIDIA Linux web forum] is an appropriate place to report issues. Other places for binary driver manual installation support can be found on the [http://www.ubuntu.com/support/communitysupport Community Support page].
 
 
Sometimes using the available <code><nowiki>nvidia-glx</nowiki></code> packages provided by Ubuntu is not desirable for NVIDIA card users. If your card is too new it might not be supported by the Ubuntu provided binary packages. Perhaps bugs are present in provided packages that are fixed in later drivers not yet distributed by Ubuntu. Maybe newer drivers provide a new feature not yet available in the Ubuntu packages. The purpose of this page is to detail the necessary work to install the [http://www.nvidia.com/object/unix.html official NVIDIA Linux driver pkg from www.nvidia.com]. Note that this will not fix resolution problems, for that you need to see the FixVideoResolutionHowto.
 
Sometimes using the available <code><nowiki>nvidia-glx</nowiki></code> packages provided by Ubuntu is not desirable for NVIDIA card users. If your card is too new it might not be supported by the Ubuntu provided binary packages. Perhaps bugs are present in provided packages that are fixed in later drivers not yet distributed by Ubuntu. Maybe newer drivers provide a new feature not yet available in the Ubuntu packages. The purpose of this page is to detail the necessary work to install the [http://www.nvidia.com/object/unix.html official NVIDIA Linux driver pkg from www.nvidia.com]. Note that this will not fix resolution problems, for that you need to see the FixVideoResolutionHowto.
 
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
|<tablestyle="width:100%;" style="border:none;" 5%>https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconDialog-Warning1.png%7C%7C%3Cstyle%3D%22border%3Anone%3B%22%3EWhen using manually installed NVIDIA binary drivers you will need to redo some of the following steps '''every time''' packages related to <code><nowiki>mesa</nowiki></code> or <code><nowiki>linux-image</nowiki></code> are updated (see the [[head-be0c72a158dd695c3cc54fbaa2989c272d6fb076 Kernel and Mesa Updates]] section for details). Attempts to revert to the Ubuntu provided NVIDIA binary drivers may prove troublesome and upgrades to the next Ubuntu release (e.g. from 7.04 to 7.10) may fail unless the manual install is correctly uninstalled first.
+
|https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconDialog-Warning1.png%7C%7C%3Cstyle%3D%22border%3Anone%3B%22%3EWhen using manually installed NVIDIA binary drivers you will need to redo some of the following steps '''every time''' packages related to <code><nowiki>mesa</nowiki></code> or <code><nowiki>linux-image</nowiki></code> are updated (see the [[head-be0c72a158dd695c3cc54fbaa2989c272d6fb076 Kernel and Mesa Updates]] section for details). Attempts to revert to the Ubuntu provided NVIDIA binary drivers may prove troublesome and upgrades to the next Ubuntu release (e.g. from 7.04 to 7.10) may fail unless the manual install is correctly uninstalled first.
 
|}
 
|}
 
+
== Free alternative ==
 +
There is '''Nouveau''': an open source 3D acceleration for nVidia cards. Currently (2007), there is 2D-support, and a very limited 3D support for extremely lucky developers. See http://nouveau.freedesktop.org/wiki/.
 +
The users that have installed the proprietary driver can help the development of Nouveau, by sending information about their cards, see http://nouveau.freedesktop.org/wiki/REnouveauDumps.
 
=== Obtaining Needed Software ===
 
=== Obtaining Needed Software ===
 
 
Before you begin, it is strongly advised that your already have Xorg working acceptably with the 'nv' drivers included.
 
Before you begin, it is strongly advised that your already have Xorg working acceptably with the 'nv' drivers included.
 
First, make sure that your <code><nowiki>/etc/X11/xorg.conf</nowiki></code> is backed up.
 
First, make sure that your <code><nowiki>/etc/X11/xorg.conf</nowiki></code> is backed up.
第16行: 第15行:
 
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
 
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Next, download the right drivers for your platform from the [http://www.nvidia.com/object/unix.html NVIDIA Unix Driver portal] and save them to your home directory.   
 
Next, download the right drivers for your platform from the [http://www.nvidia.com/object/unix.html NVIDIA Unix Driver portal] and save them to your home directory.   
 
 
Open a terminal, and run the following command:
 
Open a terminal, and run the following command:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo apt-get install build-essential linux-headers-`uname -r`
 
sudo apt-get install build-essential linux-headers-`uname -r`
 
</nowiki></pre>
 
</nowiki></pre>
 
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
|<tablestyle="width:100%;" style="border:none;" 5%>https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconHint2.png%7C%7C%3Cstyle%3D%22 border:none;">'''This next step is optional.''' Most people will not need it, and it takes a fair amount of bandwidth and diskspace. It installs the Linux kernel source. If later steps fail, consider this a last resort.
+
|https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconHint2.png%7C%7C%3Cstyle%3D%22 border:none;">'''This next step is optional.''' Most people will not need it, and it takes a fair amount of bandwidth and diskspace. It installs the Linux kernel source. If later steps fail, consider this a last resort.
 
|}
 
|}
 
<pre><nowiki>
 
<pre><nowiki>
第33行: 第29行:
 
sudo ln -s linux-source-`uname -r` /usr/src/linux
 
sudo ln -s linux-source-`uname -r` /usr/src/linux
 
</nowiki></pre>
 
</nowiki></pre>
 
 
The above command might print an error:
 
The above command might print an error:
 
<pre><nowiki>
 
<pre><nowiki>
 
E: Couldn't find package linux-source-2.6.20-16-386
 
E: Couldn't find package linux-source-2.6.20-16-386
 
</nowiki></pre>
 
</nowiki></pre>
 
 
In such case you could try following
 
In such case you could try following
 
<pre><nowiki>
 
<pre><nowiki>
第44行: 第38行:
 
</nowiki></pre>
 
</nowiki></pre>
 
The following command will then probably need adjustment also.
 
The following command will then probably need adjustment also.
 
 
=== Disable Conflicting Software ===
 
=== Disable Conflicting Software ===
 
 
Using Synaptic or Apt, uninstall <code><nowiki>nvidia-glx</nowiki></code>, <code><nowiki>nvidia-glx-legacy</nowiki></code>, <code><nowiki>nvidia-glx-new</nowiki></code> and <code><nowiki>nvidia-settings</nowiki></code> if they are installed.
 
Using Synaptic or Apt, uninstall <code><nowiki>nvidia-glx</nowiki></code>, <code><nowiki>nvidia-glx-legacy</nowiki></code>, <code><nowiki>nvidia-glx-new</nowiki></code> and <code><nowiki>nvidia-settings</nowiki></code> if they are installed.
 
 
Open the the <code><nowiki>/etc/default/linux-restricted-modules-common</nowiki></code> file with an editor, in Ubuntu use
 
Open the the <code><nowiki>/etc/default/linux-restricted-modules-common</nowiki></code> file with an editor, in Ubuntu use
 
<pre><nowiki>
 
<pre><nowiki>
第57行: 第48行:
 
kdesu kate /etc/default/linux-restricted-modules-common
 
kdesu kate /etc/default/linux-restricted-modules-common
 
</nowiki></pre>
 
</nowiki></pre>
 
 
and find the line:
 
and find the line:
 
<pre><nowiki>
 
<pre><nowiki>
第66行: 第56行:
 
DISABLED_MODULES="nv nvidia_new"
 
DISABLED_MODULES="nv nvidia_new"
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Note: In Ubuntu 7.04 the  <code><nowiki>nvidia_new</nowiki></code> is explicitly required in addition to  <code><nowiki>nv</nowiki></code> on the  <code><nowiki>DISABLED_MODULES</nowiki></code> line. See this [https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.20/+bug/105756 launchpad bug about lrm-manager failing to disable the nvidia_new module when nv is specified alone].  Additionally you may need to manually remove the hidden <code><nowiki>/lib/linux-restricted-modules/.nvidia_new_installed</nowiki></code> file.
 
Note: In Ubuntu 7.04 the  <code><nowiki>nvidia_new</nowiki></code> is explicitly required in addition to  <code><nowiki>nv</nowiki></code> on the  <code><nowiki>DISABLED_MODULES</nowiki></code> line. See this [https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.20/+bug/105756 launchpad bug about lrm-manager failing to disable the nvidia_new module when nv is specified alone].  Additionally you may need to manually remove the hidden <code><nowiki>/lib/linux-restricted-modules/.nvidia_new_installed</nowiki></code> file.
 
 
{|border="1" cellspacing="0"
 
{|border="1" cellspacing="0"
|<tablestyle="width:100%;" style="border:none;" 5%>https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconDialog-Warning1.png%7C%7C%3Cstyle%3D%22 border:none;">'''Warning:''' Be wary of uninstalling <code><nowiki>nvidia-kernel-common</nowiki></code> or packages starting with the name <code><nowiki>linux-restricted-modules</nowiki></code>. Doing so will cause '''all''' restricted drivers to be uninstalled which may result in other hardware (e.g. certain wireless cards) or other software (e.g. VMware) failing to work after a reboot/kernel update.
+
|https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconDialog-Warning1.png%7C%7C%3Cstyle%3D%22 border:none;">'''Warning:''' Be wary of uninstalling <code><nowiki>nvidia-kernel-common</nowiki></code> or packages starting with the name <code><nowiki>linux-restricted-modules</nowiki></code>. Doing so will cause '''all''' restricted drivers to be uninstalled which may result in other hardware (e.g. certain wireless cards) or other software (e.g. VMware) failing to work after a reboot/kernel update.
 
|}
 
|}
 
 
=== Prepare Configuration Files ===
 
=== Prepare Configuration Files ===
 
 
The next step is to edit your xorg.conf file.  Open it with an editor, In Ubuntu:
 
The next step is to edit your xorg.conf file.  Open it with an editor, In Ubuntu:
 
<pre><nowiki>
 
<pre><nowiki>
第83行: 第69行:
 
kdesu kate /etc/X11/xorg.conf
 
kdesu kate /etc/X11/xorg.conf
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Find the section <code><nowiki>Module</nowiki></code> and comment out DRI using the # symbol, such as in the following example.
 
Find the section <code><nowiki>Module</nowiki></code> and comment out DRI using the # symbol, such as in the following example.
 
<pre><nowiki>
 
<pre><nowiki>
第107行: 第92行:
 
EndSection
 
EndSection
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Now that your Xorg.conf is saved, we need to shutdown the X11 server so that we can install the new drivers. To do this, save your work and press <code><nowiki>ctrl-alt-f1</nowiki></code>, and log in.  Then run the following command to shutdown X11. '''Make sure your work is saved, Gnome/KDE is going to shutdown too'''.
 
Now that your Xorg.conf is saved, we need to shutdown the X11 server so that we can install the new drivers. To do this, save your work and press <code><nowiki>ctrl-alt-f1</nowiki></code>, and log in.  Then run the following command to shutdown X11. '''Make sure your work is saved, Gnome/KDE is going to shutdown too'''.
 
For Ubuntu:
 
For Ubuntu:
第117行: 第101行:
 
sudo /etc/init.d/kdm stop
 
sudo /etc/init.d/kdm stop
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Install the Driver ===
 
=== Install the Driver ===
 
 
Useful tip, typing the first few letters and hitting the <code><nowiki>tab</nowiki></code> key will auto-complete the name, saving you from using wildcards like *
 
Useful tip, typing the first few letters and hitting the <code><nowiki>tab</nowiki></code> key will auto-complete the name, saving you from using wildcards like *
 
 
'''For Ubuntu 6.06 (Dapper Drake) or later users:''' you can start the install script with the following command:
 
'''For Ubuntu 6.06 (Dapper Drake) or later users:''' you can start the install script with the following command:
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo sh NVIDIA*
 
sudo sh NVIDIA*
 
</nowiki></pre>
 
</nowiki></pre>
 
 
'''For Ubuntu 5.10 (Breezy Badger) users:''' you will need to use the following commands '''instead of the one above''':
 
'''For Ubuntu 5.10 (Breezy Badger) users:''' you will need to use the following commands '''instead of the one above''':
 
<pre><nowiki>
 
<pre><nowiki>
第132行: 第112行:
 
CC=gcc-3.4 sudo sh NVIDIA*
 
CC=gcc-3.4 sudo sh NVIDIA*
 
</nowiki></pre>
 
</nowiki></pre>
 
 
The installer will now walk you through the steps required. Assuming success, you can now restart your X11 server using:
 
The installer will now walk you through the steps required. Assuming success, you can now restart your X11 server using:
 
For Ubuntu:
 
For Ubuntu:
第138行: 第117行:
 
sudo /etc/init.d/gdm start
 
sudo /etc/init.d/gdm start
 
</nowiki></pre>
 
</nowiki></pre>
 
 
For Kubuntu
 
For Kubuntu
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo /etc/init.d/kdm start
 
sudo /etc/init.d/kdm start
 
</nowiki></pre>
 
</nowiki></pre>
 
 
=== Kernel and Mesa Updates ===
 
=== Kernel and Mesa Updates ===
 
Every time a new kernel comes out you will have to manually rebuild the NVIDIA binary driver kernel module. This can be done by booting to the new kernel and then running:
 
Every time a new kernel comes out you will have to manually rebuild the NVIDIA binary driver kernel module. This can be done by booting to the new kernel and then running:
第150行: 第127行:
 
</nowiki></pre>
 
</nowiki></pre>
 
on the previously downloaded NVIDIA pkg.
 
on the previously downloaded NVIDIA pkg.
 
 
Additionally, any time that the mesa packages are updated you will have to reinstall the NVIDIA pkg again.  
 
Additionally, any time that the mesa packages are updated you will have to reinstall the NVIDIA pkg again.  
 
 
=== It didn't work! (Troubleshooting) ===
 
=== It didn't work! (Troubleshooting) ===
 
When trying to start X, if you get an error about nvidiactl (you will need to see the X log), try the following:
 
When trying to start X, if you get an error about nvidiactl (you will need to see the X log), try the following:
第158行: 第133行:
 
If you want to go back to the Restricted Manager method after performing the above instructions, do this
 
If you want to go back to the Restricted Manager method after performing the above instructions, do this
 
* sudo update-rc.d nvidia-kernel defaults
 
* sudo update-rc.d nvidia-kernel defaults
 
 
If the installer fails, go through the following checklist
 
If the installer fails, go through the following checklist
 
 
* Was Xorg already properly configured for the <code><nowiki>nv</nowiki></code> driver?
 
* Was Xorg already properly configured for the <code><nowiki>nv</nowiki></code> driver?
 
* Did you disable the loading of Ubuntu provided NVIDIA drivers using <code><nowiki>DISABLED_MODULES="nv nvidia_new"</nowiki></code> in <code><nowiki>/etc/default/linux-restricted-modules-common</nowiki></code> ? This is a common cause of driver mismatch errors on manual installations due to conflicts with the Ubuntu provided NVIDIA binary driver.
 
* Did you disable the loading of Ubuntu provided NVIDIA drivers using <code><nowiki>DISABLED_MODULES="nv nvidia_new"</nowiki></code> in <code><nowiki>/etc/default/linux-restricted-modules-common</nowiki></code> ? This is a common cause of driver mismatch errors on manual installations due to conflicts with the Ubuntu provided NVIDIA binary driver.
第171行: 第144行:
 
* Did you check the [http://www.nvnews.net/vbulletin/forumdisplay.php?f=14 NVIDIA Linux Forums] for any current 'known issues' with the latest drivers?
 
* Did you check the [http://www.nvnews.net/vbulletin/forumdisplay.php?f=14 NVIDIA Linux Forums] for any current 'known issues' with the latest drivers?
 
* Did you ask in #ubuntu on irc.freenode.net or any of the other places mentioned on http://www.ubuntu.com/support/communitysupport ?  
 
* Did you ask in #ubuntu on irc.freenode.net or any of the other places mentioned on http://www.ubuntu.com/support/communitysupport ?  
 
 
=== See Also ===
 
=== See Also ===
 
[[UbuntuHelp:BinaryDriverHowto/Nvidia]]
 
[[UbuntuHelp:BinaryDriverHowto/Nvidia]]
 
 
[http://www.albertomilone.com/nvidia_scripts1.html Envy] - Automated script to build and install the latest official NVIDIA binary driver.
 
[http://www.albertomilone.com/nvidia_scripts1.html Envy] - Automated script to build and install the latest official NVIDIA binary driver.
 
 
http://wiki.debian.org/NvidiaGraphicsDrivers
 
http://wiki.debian.org/NvidiaGraphicsDrivers
 
 
[http://www.nvnews.net/vbulletin/showthread.php?t=72490 NVIDIA web forum Ubuntu installation notes] - NVIDIA's guide to installing their binary driver .pkg on Ubuntu.
 
[http://www.nvnews.net/vbulletin/showthread.php?t=72490 NVIDIA web forum Ubuntu installation notes] - NVIDIA's guide to installing their binary driver .pkg on Ubuntu.
 
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
 
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:52的版本

This is not the recommended way to install the NVIDIA drivers - please see UbuntuHelp:BinaryDriverHowto/Nvidia for the supported method. Any problems that occur after using the following instructions should not be reported to the launchpad bug area. If the drivers were downloaded from the NVIDIA web site then the NVIDIA Linux web forum is an appropriate place to report issues. Other places for binary driver manual installation support can be found on the Community Support page. Sometimes using the available nvidia-glx packages provided by Ubuntu is not desirable for NVIDIA card users. If your card is too new it might not be supported by the Ubuntu provided binary packages. Perhaps bugs are present in provided packages that are fixed in later drivers not yet distributed by Ubuntu. Maybe newer drivers provide a new feature not yet available in the Ubuntu packages. The purpose of this page is to detail the necessary work to install the official NVIDIA Linux driver pkg from www.nvidia.com. Note that this will not fix resolution problems, for that you need to see the FixVideoResolutionHowto.

https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconDialog-Warning1.png%7C%7C%3Cstyle%3D%22border%3Anone%3B%22%3EWhen using manually installed NVIDIA binary drivers you will need to redo some of the following steps every time packages related to mesa or linux-image are updated (see the head-be0c72a158dd695c3cc54fbaa2989c272d6fb076 Kernel and Mesa Updates section for details). Attempts to revert to the Ubuntu provided NVIDIA binary drivers may prove troublesome and upgrades to the next Ubuntu release (e.g. from 7.04 to 7.10) may fail unless the manual install is correctly uninstalled first.

Free alternative

There is Nouveau: an open source 3D acceleration for nVidia cards. Currently (2007), there is 2D-support, and a very limited 3D support for extremely lucky developers. See http://nouveau.freedesktop.org/wiki/. The users that have installed the proprietary driver can help the development of Nouveau, by sending information about their cards, see http://nouveau.freedesktop.org/wiki/REnouveauDumps.

Obtaining Needed Software

Before you begin, it is strongly advised that your already have Xorg working acceptably with the 'nv' drivers included. First, make sure that your /etc/X11/xorg.conf is backed up.

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

Next, download the right drivers for your platform from the NVIDIA Unix Driver portal and save them to your home directory. Open a terminal, and run the following command:

sudo apt-get install build-essential linux-headers-`uname -r`
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconHint2.png%7C%7C%3Cstyle%3D%22 border:none;">This next step is optional. Most people will not need it, and it takes a fair amount of bandwidth and diskspace. It installs the Linux kernel source. If later steps fail, consider this a last resort.
sudo apt-get install linux-source-`uname -r`
cd /usr/src
sudo tar xvjf linux-source-`uname -r`
sudo ln -s linux-source-`uname -r` /usr/src/linux

The above command might print an error:

E: Couldn't find package linux-source-2.6.20-16-386

In such case you could try following

sudo apt-get install linux-source

The following command will then probably need adjustment also.

Disable Conflicting Software

Using Synaptic or Apt, uninstall nvidia-glx, nvidia-glx-legacy, nvidia-glx-new and nvidia-settings if they are installed. Open the the /etc/default/linux-restricted-modules-common file with an editor, in Ubuntu use

gksudo gedit /etc/default/linux-restricted-modules-common

and in Kubuntu use

kdesu kate /etc/default/linux-restricted-modules-common

and find the line:

DISABLED_MODULES=""

replace it with:

DISABLED_MODULES="nv nvidia_new"

Note: In Ubuntu 7.04 the nvidia_new is explicitly required in addition to nv on the DISABLED_MODULES line. See this launchpad bug about lrm-manager failing to disable the nvidia_new module when nv is specified alone. Additionally you may need to manually remove the hidden /lib/linux-restricted-modules/.nvidia_new_installed file.

https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconDialog-Warning1.png%7C%7C%3Cstyle%3D%22 border:none;">Warning: Be wary of uninstalling nvidia-kernel-common or packages starting with the name linux-restricted-modules. Doing so will cause all restricted drivers to be uninstalled which may result in other hardware (e.g. certain wireless cards) or other software (e.g. VMware) failing to work after a reboot/kernel update.

Prepare Configuration Files

The next step is to edit your xorg.conf file. Open it with an editor, In Ubuntu:

gksudo gedit /etc/X11/xorg.conf

Or in Kubuntu:

kdesu kate /etc/X11/xorg.conf

Find the section Module and comment out DRI using the # symbol, such as in the following example.

Section "Module"
Load    "bitmap"
Load    "dbe"
Load    "ddc"
#       Load    "dri"   <------ this is 'commented'
Load    "extmod"
Load    "freetype"
Load    "glx"
Load    "int10"
Load    "record"
Load    "type1"
Load    "vbe"
EndSection

Now find the section Device, and change the Driver from nv (or vesa, fb, etc) to nvidia, as in the following example, and then save it.

Section "Device"
Identifier      "Card0"
Driver          "nvidia" #This is where you change it
EndSection

Now that your Xorg.conf is saved, we need to shutdown the X11 server so that we can install the new drivers. To do this, save your work and press ctrl-alt-f1, and log in. Then run the following command to shutdown X11. Make sure your work is saved, Gnome/KDE is going to shutdown too. For Ubuntu:

sudo /etc/init.d/gdm stop

For Kubuntu:

sudo /etc/init.d/kdm stop

Install the Driver

Useful tip, typing the first few letters and hitting the tab key will auto-complete the name, saving you from using wildcards like * For Ubuntu 6.06 (Dapper Drake) or later users: you can start the install script with the following command:

sudo sh NVIDIA*

For Ubuntu 5.10 (Breezy Badger) users: you will need to use the following commands instead of the one above:

sudo apt-get install gcc-3.4
CC=gcc-3.4 sudo sh NVIDIA*

The installer will now walk you through the steps required. Assuming success, you can now restart your X11 server using: For Ubuntu:

sudo /etc/init.d/gdm start

For Kubuntu

sudo /etc/init.d/kdm start

Kernel and Mesa Updates

Every time a new kernel comes out you will have to manually rebuild the NVIDIA binary driver kernel module. This can be done by booting to the new kernel and then running:

sudo sh NVIDIA* -K

on the previously downloaded NVIDIA pkg. Additionally, any time that the mesa packages are updated you will have to reinstall the NVIDIA pkg again.

It didn't work! (Troubleshooting)

When trying to start X, if you get an error about nvidiactl (you will need to see the X log), try the following:

  • sudo update-rc.d -f nvidia-kernel remove

If you want to go back to the Restricted Manager method after performing the above instructions, do this

  • sudo update-rc.d nvidia-kernel defaults

If the installer fails, go through the following checklist

  • Was Xorg already properly configured for the nv driver?
  • Did you disable the loading of Ubuntu provided NVIDIA drivers using DISABLED_MODULES="nv nvidia_new" in /etc/default/linux-restricted-modules-common ? This is a common cause of driver mismatch errors on manual installations due to conflicts with the Ubuntu provided NVIDIA binary driver.
  • You may need to remove the file /lib/linux-restricted-modules/.nvidia_new_installed
  • Did you remove the nvidia-glx/nvidia-glx-legacy/nvidia-glx-new and nvidia-settings packages?
  • Did you read the log found in /var/log/nvidia-installer-log for errors that can guide you?
  • Did you check the output of dmesg ?
  • Did you install the kernel headers (and possibly source package)?
  • Did you check the NVIDIA readme found on their site to make sure your card is supported with that version of driver?
  • Did you check the NVIDIA Linux Forums for any current 'known issues' with the latest drivers?
  • Did you ask in #ubuntu on irc.freenode.net or any of the other places mentioned on http://www.ubuntu.com/support/communitysupport ?

See Also

UbuntuHelp:BinaryDriverHowto/Nvidia Envy - Automated script to build and install the latest official NVIDIA binary driver. http://wiki.debian.org/NvidiaGraphicsDrivers NVIDIA web forum Ubuntu installation notes - NVIDIA's guide to installing their binary driver .pkg on Ubuntu.