Kde Neon / Ubuntu 18.04 Geforce 1650用Nvidiaドライバ、MSI Prestige 15 A10SC

Kde Neon / Ubuntu 18.04 Geforce 1650用Nvidiaドライバ、MSI Prestige 15 A10SC

KDE NeonのMSI Prestige A10SCにnvidiaドライバをインストールするのに問題があります(ubuntu 18.04ベース)。

Wi-Fiが機能するには、次のコマンドを使用してhweカーネルをインストールする必要がありました。

$ 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.

今何をすべきかわからず、最後のエラーメッセージでいわゆるreadmeファイルが見つかりません。

よろしくお願いします。少し迷っています。

ベストアンサー1

おすすめ記事