|
发表于 2006-6-2 19:45:01
|
显示全部楼层
但愿这些对你能有所帮助
Enable restricted packages
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.
1.
Select the System menu at the top of the screen.
2.
Select Administration then Synaptic Package Manager.
3.
In the package manager, select the Settings menu, then Repositories.
4.
In the Software Sources dialog that comes up, click the Add button.
5.
In the Edit Repository dialog, ensure that the Restricted copyright box is checked, then press OK.
6.
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.
Install and activate drivers
Packages may be installed by right-clicking on the package and selecting Mark for Installation.
1.
Click the Search button and search for "nvidia".
2.
If your card is a TNT, TNT2, TNT Ultra, GeForce1, or GeForce2, then install nvidia-glx-legacy, otherwise install nvidia-glx.
3.
If you are running Hoary Hedgehog or Breezy Badger, then install nvidia-settings. DO NOT install nvidia-settings in Dapper Drake because it will remove nvidia-glx.
4.
Click the Search button and search for "linux-restricted-modules". You must have restricted modules enabled (see above).
5.
Find the appropriate module for your kernel. For example, if you have linux-image-amd64-k8 installed, then you should install linux-restricted-modules-amd64-k8.
6.
Click the Apply button to install the new packages.
7.
Once Synaptic has finished applying your changes, exit the application.
8.
Select the Applications menu at the top of the screen, then Accessories, then Terminal.
9.
In the terminal window, type the following:
sudo nvidia-glx-config enable
1.
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.
1.
Select the Applications menu at the top of the screen, then Accessories and then Terminal.
2.
Type the following:
sudo gedit /etc/X11/xorg.conf
1.
Find the line Driver "nvidia" in the Device section
2.
Just after this line, add
Option "NoLogo"
1.
Save the file and exit
2.
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. |
|