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?

More than 1 year has passed since last update.

Ubuntu Serverでフォントサイズを変更する方法

Posted at

フォントサイズを変更する方法

# ルート権限で入る
sudo -s
# Configureing console-setupを開く
dpkg-reconfigure console-setup
  • UTF-8を選択しOKを押下
  • Guess optimal character setを選択しOKを押下
  • Font for the console: 画面で以下から任意のものを選択しOKを押下
    • Fixed
    • Goha
    • GohaClassic
    • Terminus
    • TerminusBold
    • TerminusBoldVGA
    • VGA
    • Do not change the boot/kernel font
    • Let the system select a suitabl font
  • Font Sizeを任意のもの選択
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?