Skip to content

Instantly share code, notes, and snippets.

@takehaya
Created April 21, 2020 11:16
Show Gist options
  • Save takehaya/f25ba62fc8734714fa40d552f33e45bd to your computer and use it in GitHub Desktop.
Save takehaya/f25ba62fc8734714fa40d552f33e45bd to your computer and use it in GitHub Desktop.

thinkpad x1 extreme linux install

これはlinux入れるときにtry without installですら固まるという話があり、それが腹立つのでメモ。

GUIのインストーラーでクッソ固まるときに見るやつ

grab2でのカーネルパラメータを入れる

よくスプラッシュをけせみたいなことが書いてるがそんなことはない。 --- 以降に書く感じ

"nomodeset nvidia-drm.modeset=0 nouveau.modeset=0" のどれかが大体良さそう。

installした後,loginしたらクッソ固まるときに見るやつ

# リポジトリ追加
sudo add-apt-repository ppa:graphics-drivers
sudo apt-get update

# 自動インストール
sudo ubuntu-drivers autoinstall

# もしくはインストール可能な物を調べて、リコメンドされた物等を入れる
ubuntu-drivers devices
sudo apt install nvidia-driver-*

そのご rebootしてOK

memo

https://blog.lunarians.net/pc_it/1878.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment