树莓派更改vnc分辨率

参考链接:https://raspberrypi.stackexchange.com/questions/56421/how-to-increase-resolution-on-latest-raspbian-pixel-while-connected-to-vnc-clien

 

Found a fix, edited /boot/config.txt

enabled these configs:

framebuffer_width=1280
framebuffer_height=720



另外这个文件里面也有一些其他设置,比如插入HDMI接口以后没有反应,也可以通过修改里面的某一行来更改。

 

转载于:https://www.cnblogs.com/itlqs/p/6923281.html

你可能感兴趣的:(树莓派更改vnc分辨率)