openSUSE-Leap-15.2 install NVIDIA Display Card Driver

1.download navida drive from navida official website
https://www.nvidia.cn/geforce/drivers/

2.disable nouveau
append the following lines to /etc/modprobe.d/50-blacklist.conf
blacklist nouveau
options nouveau modeset=0

3.let config works
sudo mkinitrd

4.change to tty1(ctl+alt+f1)
login as root

5.install dependency
zypper install gcc kernel-devel pkg-config libglvnd

6.install the NVIDIA driver
cp NVIDIA-Linux-x86_64-450.66.run /tmp
cd /tmp
chmod +x NVIDIA-Linux-x86_64-450.66.run
./NVIDIA-Linux-x86_64-450.66.run

7.reboot

本文作者: GavinDong

版权属于: GavinDong博客

文章链接: https://gavindong.com/3167.html

如果使用过程中遇到问题,可 **点击此处** 交流沟通。

版权所有,转载时必须以链接形式注明作者和原始出处及本声明。

(0)

相关文章

发表回复

登录后才能评论

评论列表(1条)

  • ag的头像
    ag 2020.09.18 00:14

    if you have more than one disk, you need to move the driver file to the disk that with suse os installed, or the system will throw out an error “permission denied” when you execute the file.