Full process of installing the NVIDIA graphics card driver on Fedora15

Source: Internet
Author: User
The entire process of installing the NVIDIA graphics card through Fedora is a morning of Self-installation. After completing the installation of the N-card driver, the installation steps are as follows: 1, first visit the Nvidia official website to download the latest Linux DRIVER: http://www.nvidia.cn/Download/index.aspx? Lang = cn for example, the file I downloaded is NVIDIA-Linux-x86-270.41.06.run. 2. Prevent nouveau module from loading:

Install the NVIDIA graphics card through Fedora.

After one morning, I completed the installation of the N-card driver. The installation steps are as follows:
1, first visit the Nvidia official website to download the latest Linux DRIVER: http://www.nvidia.cn/Download/index.aspx? Lang = cn
For example, the file I downloaded is NVIDIA-Linux-x86-270.41.06.run.
2. Prevent nouveau module from loading:
Switch terminal to root: su
Edit the/etc/modprobe. d/blacklist. conf file:
vi /etc/modprobe.d/blacklist.conf
Add Blacklist nouveau.

3. Edit the/boot/grub. conf file.
vi /boot/grub/grub.conf
In Rhgh quietAdd' Nouveau. modeset = 0'(No quotation marks)
4. Reduce The selinux level, remove selinux to prevent nvidia driver modules from being loaded, and run the following command:
setsebool -P allow_execstack on
5. Restart the grub interface and press the e key to enter. Select the second item with the Kernel and press the e key to edit the project. Add after quiet 3This parameter (remember to have Space), And then press enter to exit. Press BGuides you to the text terminal.
6. Go to the root directory, switch to the directory where the driver file is placed, and install it:
sh ./NVIDIA-Linux-x86-270.41.06.run
After reboot, you can see that the nvidia logo indicates that the installation is successful.
P.s. After installing the nvidia official driver, the ora boot screen turns into a black screen and a blue band progress bar.
Install the following rpm:
yum install bootchart bootconf bootconf-gui
Run BootconfSelect the resolution, and then reboot to see the original boot screen. The depressing thing is that there is no 1366*769 resolution.
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.