Linux drivers installed on MC provide three solutions

Source: Internet
Author: User
Tags driver manager
Linux drivers installed on MC provide three solutions-general Linux technology-Linux technology and application information. The following is a detailed description. Method 1: for Ubuntu, the preferred method is to install the driver that comes with the release version through the network source or CD. you only need to select "System" "System Management"> "restricted driver manager" and tick the check box next to the "nvidia" line. After installation, the System will prompt you to restart, the display is normal.

If you need to modify the resolution, update rate, and 3D options, you can set them in 'applications "→" System Tools "→" nvidia-xserver settings. if this item is not found in the menu after installation, you can enter "sudo nvidia-settings" in the terminal to start the setting interface.

Method 2: If the user's video card is relatively new, such as the new NVIDIA GeForce 8800 GT, the driver is not included in version 7.10. at this time, Ubuntu can also install the driver through APT package management.

First for different NVIDIA graphics card, need to access NVIDIA's latest Linux driver version Support List (http://us.download.nvidia.com/XF... (appendix-a.html ). we learned that NVIDIA divided the video card into three categories. In modern times, from the GeForce 8 series back to the GeForce FX series, we can use the latest drivers, we recommend that you use the 96.43.XX driver after GeForce 2 MX to GeForce 4 Ti/MX in the middle stage, however, we recommend that you use the 71.86.XX driver from the very old GeForce 2 Ti to the earlier TNT and Riva versions. the driver packages obtained through APT are divided into three categories: nvidia-glx-legacy, nvidia-glx, and nvidia-glx-new, which correspond to Legacy and glx, respectively ), modern (new) Three video cards. the command entered when installing the driver is also different:

Sudo apt-get install nvidia-glx-new
Sudo apt-get install nvidia-glx
Sudo apt-get install nvidia-glx-legacy

Select one of these three commands based on your own video card, followed by the command to install the video card configuration program:

Sudo nvidia-xconfig

This step is to modify and back up xorg. in the conf file, restart xWindows or the computer after installation. After the 7.10 version is restarted, a limited driver prompt will be displayed in the upper right corner. Click "enable. to modify the resolution or dual-screen display settings, run:

Sudo nvidia-settings

Method 3: Because the PCB versions of the same display core on the market are different, especially non-public video cards like Tongde may encounter some very strange Driver Installation Problems, for example, this problem occurs in GeForce 6800 gt mb of the same German version. at this time, we had to use the most troublesome NVIDIA official driver. go to the driver download page for NVIDIA (http://www.nvidia.com/Download/index.aspx? Lang = en-us), select your video card, select Linux and Search under Operating System, and find the download link at the End of. run on the download page.

Finally, copy the file to the local hard disk, such as your Home directory. The following statement can be completed on the Ubuntu terminal:

Sudo apt-get install build-essential pkg-config xserver-xorg-dev linux-headers-'uname-R' libc6-dev
Sudo cp/etc/default/linux-restricted-modules-common/etc/default/linux-restricted-modules-common.backup001
Sudo cp/etc/X11/xorg. conf/etc/X11/xorg. conf. backup001

Use a text editor to modify the file "/etc/default/linux-restricted-modules-common ". Change Or (For NVIDIA GeForce 8 series graphics cards, change to "nv nvidia_new ").

Close the graphical interface xWindow and run the following command:

Sudo/etc/init. d/gestation stop

Press ctrl + alt + F1 to log on to another terminal and use the account you just logged on.

Cd ~ (Enter the directory of the copied driver)
Sudo sh NVIDIA-Linux-x86-100.14.19-pkg1.run (run the Driver Installer to see what input the file name you downloaded is)

The Driver Installer prompts whether to accept the Protocol. Select "accept" and press Enter. the program then prompts that the pre-compilation module is missing and asks if the pre-compilation module is downloaded online. "no" is required for local compilation. the last step is "OK" or "Yes. last run"

Sudo/etc/init. d/gestation start

Restart the graphic interface xWindow. If the nvidia logo flash during startup, the driver has been installed.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.