配置树莓派VNC
作者:互联网
sudo raspi-config
Interfacing Options -> VNC -> Yes
分辨率调整,修改SD卡的config.txt文件后便可更改分辨率.
RealVNC更改树莓派分辨率
修改config.txt:
hdmi_force_hotplug=1 Tells your Pi an HDMI display is attached.
hdmi_ignore_edid=0xa5000080
hdmi_group=2
hdmi_mode=16 Forces a resolution of 1024x768 at 60Hz. See here for more options.
标签:树莓,VNC,hdmi,分辨率,配置,txt,config 来源: https://www.cnblogs.com/muyan2020/p/15838901.html