1.因为 N 卡(我的是 K600 专业做图的卡)一进图形界面就卡死,很难完成以下一系列的步骤,我是先用其它显卡登录,把网速快的源补上(我用的是上海交大的源),升级系统到最新版,然后安装如下软件:
sudo zypper install kernel-default-devel kernel-devel kernel-macros libelf-devel Mesa-libGLESv1_CM1 Mesa-libGLESv2-2
2.用 VIM 修改文件/etc/modprobe.d/50-blacklist.conf,按 “i” 键切换为 “插入” 模式,把以下两行加到文件结尾,按 “Esc” 键,再按 “:wq” 保存退出。
blacklist nouveau
options nouveau modeset=0
3.配置生效,在命令行输入命令。
mkinitrd
4.在 grub 启动界面按 “E"键进入编辑,在” splash-silent mitigations=auto quiet“末尾加入” init 3",按 F10 启动直接进入字符模式。
5.查看 nouveau 是否启动运行可以执行下面命令:
lsmod | grep nouveau
6.给下载的官方驱动执行权限并执行
chmod +x NVIDIA*****.run
./NVIDIA*****.run
安装过程一路回车,期间我的会有一个缺少 32 位的兼容库,原因是没安装 libglvnd,所以出现警告,忽略(不影响使用),回车进入下一步。
最后附上我用的源:
引用
上海交大(速度快,更新快,2021年3月27日)
Index of /opensuse/distribution/openSUSE-current/repo/non-oss/
Index of /opensuse/distribution/openSUSE-current/repo/oss/
Index of /opensuse/update/openSUSE-non-oss-current/
Index of /opensuse/update/openSUSE-current/
引用
国内常用软件
https://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_Leap_15.3/
https://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_Leap_15.2/
https://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_Tumbleweed/
引用
Packman:必备,解码器等
packman-suse-openSUSE_Leap_15.3安装包下载_开源镜像站-阿里云
https://mirrors.aliyun.com/packman/suse/openSUSE_Leap_15.2/
packman-suse-openSUSE_Tumbleweed安装包下载_开源镜像站-阿里云