728x90
반응형

nouveau란 기본 onboard 그래픽 드라이버로 탐재되어 있는 것.

 
(base) [root@poc-server ~]# lsmod | grep nouveau
(base) [root@poc-server ~]#
 
(base) [root@poc-server ~]# vi /etc/default/grub
vouneau.modeset=0
 
(base) [root@poc-server ~]#
(base) [root@poc-server ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.10.0-1160.76.1.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-1160.76.1.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-862.2.3.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-862.2.3.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-693.21.1.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-693.21.1.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-514.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-514.el7.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-e97782148e174a49b2d284d45565fe95
Found initrd image: /boot/initramfs-0-rescue-e97782148e174a49b2d284d45565fe95.img
done
(base) [root@poc-server ~]#
 
(base) [root@poc-server ~]# grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.10.0-1160.76.1.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-1160.76.1.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-862.2.3.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-862.2.3.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-693.21.1.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-693.21.1.el7.x86_64.img
Found linux image: /boot/vmlinuz-3.10.0-514.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-514.el7.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-e97782148e174a49b2d284d45565fe95
Found initrd image: /boot/initramfs-0-rescue-e97782148e174a49b2d284d45565fe95.img
done
(base) [root@poc-server ~]#

 

728x90
반응형

+ Recent posts