Lenovo IdeaPad 320 i5 第8世代に問題があります。Hibernate
電源ボタンを押して起動しようとするたびに黒い画面が表示されることがあります。時にはうまくいきますが、何度も試しても画面が表示されない場合は非常に迷惑です。
azizul@deapad:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.10
Release: 18.10
Codename: cosmic
2枚のグラフィックカードがあります。 1つは統合Intel UHD 620で、もう1つはスタンドアロンです - NVIDIA GEOFORCE
azizul@deapad:~$ lshw -c display
WARNING: you should run this program as super-user.
*-display
description: VGA compatible controller
product: UHD Graphics 620
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:129 memory:90000000-90ffffff memory:80000000-8fffffff ioport:4000(size=64) memory:c0000-dffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
nvidia-smi
表示エラー:
azizul@deapad:~$ 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.
他のドライバはリストされません。
GPUベンチマーク:
azizul@deapad:~$ glxgears
310 frames in 5.0 seconds = 61.860 FPS
301 frames in 5.0 seconds = 60.012 FPS
301 frames in 5.0 seconds = 60.020 FPS
301 frames in 5.0 seconds = 60.007 FPS
301 frames in 5.0 seconds = 60.013 FPS
301 frames in 5.0 seconds = 60.014 FPS
301 frames in 5.0 seconds = 60.014 FPS
ベストアンサー1
Nvidiaグラフィックカード用のドライバがありません。
端末を開き、次のコマンドを作成します。
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo apt update
その後、他のドライバを介してドライバをインストールできます。次のコマンドを使用して直接インストールすることもできます。
sudo apt-get install nvidia-driver-410
dkms
システムカーネルが更新されるたびに、dkms
NVIDIAドライバモジュールは新しいカーネルに合わせて自動的に再構築されるため、まずドライバをインストールするのが最善です。
sudo apt-get install dkms build-essential
Nvidiaグラフィックカードモデルについて言及していませんが、私はそれがGeForce MX150であり、サポートされているグラフィックカードのリストにあると仮定します。