3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu 16.04の解像度を変更したいときのメモ

Posted at

困ったこと

Ubuntu 16.04の解像度を1980x1080にしたいのに,640×480しか選択肢がない!!:rage:
Nvidiaのドライバは入っていない。

xranderで新しい解像度を追加する方法(),も試した!。

直し方

なぜかは良く分からないが,カーネルのアップデートをしたら解像度が追加された!

カーネルのアップデート
$ sudo apt update 
$ sudo apt install linux-generic-hwe-16.04
$ sudo apt update && sudo apt upgrade 
$ reboot

で,解像度が追加された!やったあ

参考

こちら➡http://ponco2diary.hatenablog.com/entry/20170916/1505552489

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?