fix for Raspberry Pi Bullseye VNC Display in upper left corner. Tiny display, small display, vnc

por | 21 marzo, 2022

sudo vi /boot/config.txt

added the following lines 
framebuffer_width=1920
framebuffer_height=1080
hdmi_group=2
hdmi_mode=16

Uncommented this line
hdmi_force_hotplug=1

And commented out these lines:
#dtoverlay=vc4-kms-v3d
#max_framebuffers=2
-------------------------------------
Save, exit, and reboot to complete.