树莓派遇到修改分辨率显示器不能全屏有黑边问题的解决方法
vi /boot/config.txt # uncomment this if your display has a black border of unused pixels visible # and your display can output without overscan #disable_overscan=1 //取消该行注释(即去掉#)
然后重启树莓派系统即可。