Full process of installing N-card driver on Fedora
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 isNVIDIA-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
AddBlacklist Nouveau
.
3. Edit/boot/GRUB/grub. CONF file
VI/boot/GRUB/grub. conf
in rhGH quiet
Add ' nouveau. modeset = 0
'(no quotation marks)
4. Reduce The SELinux level, remove SELinux, block NVIDIA driver modules, and run the following command:
setsebool-P allow_execstack on
5. Press the e key on the grub page and select the second item with the kernel, press and hold the e key to edit the project. Add 3
to the end of quiet (remember that there is a space
), and press enter to exit. Press B
to enter the text terminal.
6. Go to root, switch to the directory where the driver file is placed, and install the file:
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 the NVIDIA driver is installed, the ora boot screen turns into a black screen and a blue-band progress bar.
you only need to install the following RPM:
Yum install bootchart bootconf-Gui
then run bootconf
, select resolution, and reboot. The original boot screen is displayed. The depressing thing is that there is no 1366*769 resolution.