Install video driver under Ubuntu

Source: Internet
Author: User

Objective

The following is a personal learning after the sentiment, reprint please indicate the source ~

The author's video card is GT 730, now take nvidia-linux-x86-384.69 as an example.

1, open the terminal, first delete the old driver:

sudo apt-get purge nvidia*
sudo apt-get install nvidia-319-updates-dev

2. Now switch to the recommended drivers for open source and update, and then restart your PC. (This step is dispensable, not also can succeed)

3, download the official drive.

4. Press CTRL + ALT + F1 key to switch to console.

5. Terminate the graphics session with the following command:

sudo service lightdm stop
sudo service gdm stop(无法识别gdm,没关系,那就不输入这条指令)
sudo service mdm stop(无法识别mdm,没关系,那就不输入这条指令

6. Add executable permissions to the downloaded program, and then run the Setup program:

chmod +x ~/Downloads/NVIDIA-Linux-x86-384.69.run
sudo sh ~/Downloads/NVIDIA-Linux-x86-384.69.run

If the driver is not working properly after installation, use the following command to uninstall:

sudo sh ~/Downloads/NVIDIA-Linux-*-334.21.run --uninstall

Well, I hope you install success, enjoy the new results!

The above is the whole content, if there is something wrong, please leave a message below, thank you ~

Install video driver under Ubuntu

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.