changing the Raspberry Pi’s screen resolution (VNC)

To set a certain screen resolution for your Pi, specify the following settings in /boot/config.txt:

valuedescription
hdmi_force_hotplug=1Tells your Pi an HDMI display is attached.
hdmi_ignore_edid=0xa5000080
hdmi_group=2
hdmi_mode=16Forces a resolution of 1024x768 at 60Hz. See here for more options.
Scroll to Top