LoginSignup
9
8

More than 5 years have passed since last update.

Raspberry Pi 2画面の黒い縁を消す

Last updated at Posted at 2015-10-22

先日の記事の続きです。
Raspiがモニターに接続して、画面は出たものの、どうも画面上下左右に出た黒いエリアに気になる。色々方法を探したが、結局自分で実践して問題解決した。

方法

  • まず、sudo nano /boot/config.txtで設定ファイルを開く(Viもいいが、RaspiのViはなんと「去勢」されたバージョンで、入力する時大変苦労だった)。
  • そしてファイルの最後でこのような文言を見つける。
# NOOBS Auto-generated Settings:
hdmi_force_hotplug=1
config_hdmi_boost=4
overscan_left=24
overscan_right=24
overscan_top=24
overscan_botton=16
disable_overscan=16
  • overscan_*シリーズ全部0と書き換えて、rebootすれば、黒い縁がなくなる。

参考

http://blog.livedoor.jp/victory7com/archives/23971362.html
http://raspberrypi.stackexchange.com/questions/23094/calibrate-overscan-settings

9
8
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
9
8