Nvidia
Size: 3784
Comment: some Geforce2 also requires legacy drivers
|
Size: 3825
Comment: add cats
|
Deletions are marked like this. | Additions are marked like this. |
Line 59: | Line 59: |
CategoryDocumentation CategoryCleanup |
Installation Procedure
The NVIDIA drivers are in the "restricted" section of the Ubuntu Package repository, so before you will be able to install the drivers, you must enable this section on your system. If you have already done this, skip to step 7.
Select the System menu at the top of the screen.
Select Administration then Synaptic Package Manager.
In the package manager, select the Settings menu, then Repositories.
In the Software Sources dialog that comes up, click the Add button.
In the Edit Repository dialog, ensure that the Restricted copyright box is checked, then press OK.
Press OK to close the Software Sources dialog, when Synaptic asks you to reload the package database, say yes.
You now have access to the many additional packages in the restricted section, including the nvidia driver packages.
Click the Search button and search for "nvidia".
Once the search is complete, click the white box next to the following packages and select Mark for Installation in the menu that pops up:
Press the Search button again and this time search for "linux-restricted-modules".
Once the search is complete find linux-restricted-modules-386 (or linux-restricted-modules-686 if you are running the 686 kernel) in the list and mark it for installation the same way as before.
Click the Apply button to install the new packages.
- Once Synaptic has finished applying your changes, exit the application.
Select the Applications menu at the top of the screen, then System Tools and then Terminal.
- In the terminal window, type the following command to enable the driver:
sudo nvidia-glx-config enable
Close all your applications, then press Ctrl-Alt-Backspace to restart the X server. If you see an nVidia splashscreen after hitting Ctrl-Alt-Backspace, your drivers are properly installed.
Remove the nVidia logotype
If you want to get rid of the nVidia logotype that shows up before your login screen you need to perform some manual edits in the Xorg configuration file.
Select the Applications menu at the top of the screen, then System Tools and then Terminal.
- Type the following:
sudo gedit /etc/X11/xorg.conf
- Find the line Driver "nvidia" in the Device section
- Just after this line, add
Option "NoLogo"
- Save the file and exit
Close all your applications, then press Ctrl-Alt-Backspace to restart the X server. If the logotype is gone and everything seems to work you are done.
Notes
If you are going to compile 3d applications, you will want to install the nvidia-glx-dev package
Note: If you wish to use these drivers and run the XMMS music player, you should be aware of [https://bugzilla.ubuntu.com/show_bug.cgi?id=1724 this bug (fixed at least in Breezy]. You can get around this bug by installing libmik.
Note: Be sure to have the right version of linux-restricted-modules installed. It must match the version of the running kernel.
Note: RenderAccel has a bug. Memory leak and crashes. Disable it in /etc/X11/xorg.conf in the section "Device".
Option "RenderAccel" "false"
Getting suspend to work with the binary driver: See NvidiaLaptopBinaryDriverSuspend
For other drivers, refer to the BinaryDriverHowto Part of UserDocumentation
BinaryDriverHowto/Nvidia (last edited 2008-08-06 16:22:27 by localhost)