2016年1月30日 星期六

調整RaspberryPi ,Rpi的resolution使其自動充滿畫面 全螢幕的方法 full screen

開啟終端機,輸入
sudo nano /boot/config.txt
將編輯區的
disable_overscan=1 ,項前的井字註解符號刪除

如果使用noobs安裝的話還需要把檔案中其他4個地方的disable_overscan=0字樣都加上井字號註解掉才行 (最後面一段有noobs的預設指令裏面還有一堆overscan都要加上井號

original----
overscan_left=24
overscan_right=24
overscan_top=16
overscan_bottom=16
disable_overscan=0

change to ----
#overscan_left=24
#overscan_right=24
#overscan_top=16
#overscan_bottom=16
disable_overscan=1







change font size by setting:

framebuffer_width=1920
framebuffer_height=1080


按ctrl+X選擇存檔離開後重新啟動即可



ref:
https://www.webtechgadgetry.com/make-raspberry-pi-use-full-resolution-monitor/

沒有留言:

張貼留言