Ubuntu disables n-card driver (System card is dead)

Source: Internet
Author: User

Graphics driver

The release is still built into the Nouveau open source drive, which is a direct cause of frequent crashes. The next three things to do are:

    • Disabling the Nouveau kernel module
    • Installing the Intel HD 530 driver (option two)
    • Installing the NVIDIA closed-source drive (option two)
Disabling the Nouveau kernel module

First Add a blacklist:

# vi/etc/modprobe.d/blacklist-nouveau.conf

Write the following in this file:

12345 blacklist nouveau blacklist lbm-nouveauoptions nouveau modeset=0alias nouveau offalias Lbm-nouveau off

To ensure complete disabling, also disable Nouveau directly in the kernel:

# Echo Options Nouveau modeset=0 | sudo tee-a/etc/modprobe.d/nouveau-kms.conf

After this, the update configuration test takes effect:

# Update-initramfs-u

After restarting the system again, you can avoid the situation of direct card death after login.

From

http://blog.a0z.me/2016/04/24/ubuntu1604-installation/

Ubuntu disables n-card driver (System card is dead)

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.