Overscan not working on raspberry pi

I’ve got a fresh installation of manjaro on raspberry pi 4.
I can’t do overscan.
Here’s my config:

# See /boot/overlays/README for all available options

#gpu_mem=64
initramfs initramfs-linux.img followkernel
kernel=kernel8.img
arm_64bit=1
dtparam=krnbt=on

#enable sound
dtparam=audio=on
#hdmi_drive=2

#enable vc4
dtoverlay=vc4-kms-v3d
max_framebuffers=2
disable_splash=1

#overscan
disable_overscan=0
overscan_top=-50
overscan_bottom=-50
overscan_left=-50
overscan_right=-50

No matter how much I decrease the numbers, it never gets inside the screen.

I have this in my cmdline.txt for my gateway monitor.

video=HDMI-A-1:D,margin_left=60,margin_right=60,margin_top=32,margin_bottom=34
1 Like

This worked.
It’s weird though why config.txt is ignored.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.