LoginSignup
6
3

More than 5 years have passed since last update.

Raspberry PiのCUIモード時のフォントサイズを大きくする

Posted at

概要

ラズパイを家のテレビにHDMI出力した際に文字が小さくなりすぎてしまったので、フォントサイズを変えてみた

環境

Raspberry Pi 2 Raspbian

方法

/boot/config.txt を編集し、以下2つの行のコメントアウトを外す

#hdmi_group=1
#hdmi_mode=4

その後rebootすると、フォントサイズがいい感じに大きくなる

6
3
1

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