Install the NVIDIA graphics card driver on Ubuntu

Source: Internet
Author: User
Deepin 12.12 install the NVIDIA graphics card driver

the NVIDIA graphics card driver has always been a knot in Linux. Text provides one of the installation methods.

1. Download the official driver

click the open link.

choose driver according to your graphics card, I chose NVIDIA-Linux-x86_64-319.32.run

2. system settings

1. Uninstall an existing driver

sudo apt-Get remove -- purge NVIDIA *

2. Disable the built-in Open-Source graphics card driver nouveau.

sudo echo blacklist nouveau>/etc/modprobe. d/nvidia-installer-disable-nouveau.conf

sudo echo options nouveau modeset = 0>/etc/modprobe. d/nvidia-installer-disable-nouveau.conf

sudo Update-initramfs

3. Set text mode to boot

sudo Vim/etc/default/GRUB

change grub_cmdline_linux_default = "quiet Splash" to grub_cmdline_linux_default = "quiet splash text"

sudo Update-grub

4. restart the computer.

3. Install the driver.

1. Install the driver.

sudo chmod A + x NVIDIA-Linux-x86_64-319.32.run

sudo./NVIDIA-Linux-x86_64-319.32.run

2. Modify the startup mode.

modify grub_cmdline_linux_default = "quiet splash text" to grub_cmdline_linux_default = "quiet Splash"

4. Restart is completed.

after the device is started, you can see the NVIDIA disgusting logo, which is clearly installed.

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.