适用于 Geforce 1650、MSI Prestige 15 A10SC 的 Kde Neon/Ubuntu 18.04 Nvidia 驱动程序

适用于 Geforce 1650、MSI Prestige 15 A10SC 的 Kde Neon/Ubuntu 18.04 Nvidia 驱动程序

我在 KDE Neon 上的 MSI Prestige A10SC 上安装 nvidia 驱动程序时遇到问题(基于 ubuntu 18.04)

我必须使用以下命令安装 hwe 内核才能使 wifi 正常工作:

$ sudo apt install linux-generic-hwe-18.04

现在我有了这个内核:

$ uname -r
5.3.0-24-generic

我已禁用安全启动

$ mokutil --sb-state
SecureBoot disabled

在 ubuntu 中检测到我的卡:

$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.0 ==
modalias : pci:v000010DEd00001F91sv00001462sd0000129Cbc03sc02i00
vendor   : NVIDIA Corporation
driver   : nvidia-driver-435 - distro non-free recommended
driver   : nvidia-driver-430 - distro non-free
driver   : xserver-xorg-video-nouveau - distro free builtin

我尝试安装 nvidia 驱动程序,执行以下操作:

sudo apt install nvidia-driver-435

重新启动后我有这个:

$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.
Make sure that the latest NVIDIA driver is installed and running.

$ prime-select query
nvidia

$ nvidia-settings

ERROR: NVIDIA driver is not loaded


ERROR: Error querying enabled displays on GPU 0 (Missing Extension).


ERROR: Error querying connected displays on GPU 0 (Missing Extension).

** Message: 10:51:29.107: PRIME: No offloading required. Abort
** Message: 10:51:29.107: PRIME: is it supported? no

ERROR: nvidia-settings could not find the registry key file. This file should have been installed
       along with this driver at /usr/share/nvidia/nvidia-application-profiles-key-documentation.
       The application profiles will continue to work, but values cannot be prepopulated or
       validated, and will not be listed in the help text. Please see the README for possible
       values and descriptions.

我现在不知道该怎么办,并且在最后一条错误消息中没有找到所谓的自述文件。

提前谢谢你,我有点迷失了。

相关内容