Kylin linux operating system NVIDIA (NV / nvidia) graphics driver installation

          Kylin linux is China's largest domestic market share of linux operating system, it can be seen from the details change from Fedora Linux system, it can almost be seen as a Chinese version of Fedora Linux, then it is simple, the software can be installed on a Fedora Linux basic can be installed on the Kylin system.

         Hush little gossip, come to the question.

1. Check the video card model
 
$ lspci | grep VGA
03: 00.0 VGA compatible the Controller: NVIDIA Corporation GF100GL [Quadro 4000] (Rev a1)
from here you can draw graphics model Quadro 4000.
 
2. Download driver
 
     download address is: http://www.nvidia.com/Download/index.aspx?lang=en-us

3. Install the graphics driver
 
3.1 devel-mounted Kernel
 
     yum the install the sudo Kernel-devel


3.2 The nouveau driver blacklist

    Methods as below:

 1) add content /etc/modprobe.d/blacklist.conf for: blacklist nouveau

(CentOS 7 is lower /usr/lib/modprobe.d/dist-blacklist.conf)

  (If you do not create your own file blacklist.conf in /etc/modprobe.d/)

Open a command line
enter: vi /etc/modprobe.d/blacklist.conf
input: i

Input: blacklist nouveau
Input: [ESC]
input WQ ::
3.3 execute 
sudo mv / boot / initramfs - $ (uname -r) .img / boot / initramfs - $ (uname -r) .img.bak

3.4  执行
sudo dracut -v /boot/initramfs-$(uname -r).img $(uname -r)

3.5 Level 3 start

Reboot the system, select Advance option selected press E to select the interface to add kernel boot parameters 3 (behind ..... ro rhgb quiet join 3), so that the system will start in run level 3 in grub; press F10 (save and reboot)
3.6 after the start, go to the directory where the graphics driver installation file, perform the installation
   #. / installer or graphics sh graphics driver files can perform the installation 
3.7 installation process is basically the way YES.

Well, you can start your carefree life, and do not forget to like this article thumbs up! ! !

Guess you like

Origin blog.csdn.net/seacover/article/details/91410860