树莓派1024*600 去掉黑边的方法

#在/boot/config更改

#此方法可以启动hdmi显示器

 

disable_overscan=1
overscan_left=32
overscan_right=32
overscan_top=16
overscan_bottom=16
framebuffer_width=1024
framebuffer_height=600

hdmi_force_hotplug=1



max_usb_current=1
hdmi_group=2

hdmi_mode=87

#hdmi_cvt=

hdmi_cvt 1024 600 60 6 0 0 0

 

转自:https://blog.csdn.net/Aexisun/article/details/80813031

你可能感兴趣的:(树莓派)