LoginSignup
26
25

More than 5 years have passed since last update.

Raspberry PiでHDMIから映像がでない時の対処方法

Last updated at Posted at 2015-01-14

Raspberry PiでHDMI接続のディスプレイに映像がでなかったときに見つけた方法をメモしておく。

/boot/config.txtの設定を変更する

どれか1つ、または組み合わせると表示されるかもしれない。

# セーフモードで動作させる
hdmi_safe=1

# コンポジットではなく強制的にHDMIから出力する
hdmi_force_hotplug=1

# 信号強度を強くする
config_hdmi_boost=4

参照

Raspberry Piの本家にドキュメントがあった。
上の設定の詳細や他の設定も書かれている。

Raspberry Pi Documentation

26
25
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
26
25