0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Ubuntuインストーラの画面色が黄色になるときの対処法

Posted at

この記事では、Ubuntu22.04インストーラの画面色がおかしくなる際の対処法を説明していきます。

原因

自分なりに検索してみたところ、
Waylandが無効になっていることが、
原因だと分かった。

対処法

最初の言語選択の画面で、
Ctrl+Alt+Tでターミナルを開き、
下記のコマンドを実行する

sudo gedit /etc/gdm3/custom.conf

そして7行目ぐらいの、

waylandenable=fulse

のfulseをtrueに変更する

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?