How to reduce screen resolution to 1366X768?

My Raspberry Pi gives a resolution of 1824x984 while my display does not support it.

I cannot change the resolution in display settings.

I changed settings to 1360x768 (no 39) in config.txt but it is still providing 1820x768 or something like this.

I am using a HDMI to VGA adapter.

Do you see black borders around the image? If so, overscan is enabled and will affect the resolution.

Search for DISABLE_OVERSCAN=0 in /boot/config.txt and set this to 1. Uncomment the # if necessary.

Overscan is enabled but there are no black borders and the screen resolution is 18**x768

After disabling overscan some black borders appear and they have white bars.

It always provides more resolution than what configured. I configured it to 1024X768 and now the resolution is 1365X768! By the way, I am using a HDMI to VGA adapter.

A post was split to a new topic: “disable overscan” option