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.