LoginSignup
1
0

More than 1 year has passed since last update.

Ubuntuのログイン画面ループ対処法

Posted at

状況

Ubuntu20.04をインストールしたら,ログイン画面がループした.

対処法

調べてみると,GPU周りが怪しいらしい.
①「ctrl + alt + F3」でCUI画面に遷移
②以下のコマンドでGPUの型番を確認

$ sudo update-pciids
$ update-pciids
$ dpkg -l | grep nvidia

nvidia公式ページで対応するnvidia-xxx(xxxが必要)を確認
(私の場合は510でした)
④確認したら以下のコマンドを実行

$ sudo apt install nvidia-driver-xxx -y

⑤再起動

$ sudo reboot

動きました!

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0