How to disable nouveau driver/how to disable nouveau driver on centos6/rhel6 before install NVIDIA Dr

Source: Internet
Author: User

Recently, I started to fix the mudbox bug in centos 6. After compilation, I found that it could not be started. I suddenly remembered that the NVIDIA driver was not installed in the new system, directly go to init 3 and run the downloaded driver to find that the Nouveau driver is enabled. Disable it first. The following command describes how to disable the built-in driver.

Yum install GccKernel-devel
Reboot

After restart, add nouveau to the blacklist and do not load it.

Sed -I '/Root =/S | $ | rdblacklist = nouveau VGA = 791 |' /Boot/Grub/Grub. conf
Echo "Blacklist nouveau" > /Etc/Modprobe. d/Blacklist. conf

Modify initd

MV /Boot/Initramfs-$(Uname-R). Img/Boot/Initramfs-$(Uname-R)-Nouveau. img
Dracut/Boot/Initramfs-$(Uname-R). IMG $(Uname-R)

Remove nouveau driver

Yum removeXorg-x11-drv-nouveau
Reboot

Install the NVIDIA driver after restart

Init3
Sh./NVIDIA-Linux-x86-260.19.29.run

Original article address: http://linux.xvx.cz/2011/01/nvidia-proprietary-drivers-and-rhel6/. thank you for choosing the original author.

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.