树莓派raspberry 设置HDMI 分辨率800*480去黑边方法

匿名 (未验证) 提交于 2019-12-03 00:22:01
树莓派raspberry 设置HDMI 分辨率800*480去黑边方法

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1


# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=16
overscan_right=16
overscan_top=16
overscan_bottom=16


# uncomment to force a console size. By default it will be display's size minus
# overscan.
framebuffer_width=800
framebuffer_height=480



# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1


# uncomment to force a specific HDMI mode (this will force VGA)



max_usb_current=1
hdmi_group=2
#hdmi_mode=3

hdmi_mode=87

#hdmi_cvt=<width> <height> <framerate> <aspect> <margins> <interlace> <rb>

hdmi_cvt 800 480 60 6 0 0 0





易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!