-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
margin_*overscan_* doesn't work in bookworm/kernel 6.1.x anymore #1846
Comments
Apparently this is due to the new wayfire system which replace X11. I was also not able to modify the overscan. According to the release note, this is currently not possible:
I have tried several combinations in Several people mentioned this issue also: I am hesitating to coming back to bulleyes version. |
You can switch back to X11 on Bookworm using raspi-config. That would be preferable over switching back to Bullseye. |
Ok, thank for the help but this was still did not work. I have founded another solution that I will explain here for those who need it:
The approch is different but this work in the same way that old ini files possibilities. |
Initial source: https://raspberrypi.stackexchange.com/questions/142512/how-to-get-overscan-working-on-raspi-4/148024 I am using this successfully on Raspberry Pi 5 / Wayland hosts:
|
I'm using "Raspberry Pi 3 Model B Rev 1.2" with Bookworm
Console mode only, no Xorg running
I set up the /boot/firmware/config.txt like this:
to get 1280x720 with overscan pixels.
it did work in bullseye, but it doesn't seem to work on boorworm anymore.
when i put this in cmdline.txt:
i get 1920x1080 instead also with no margin/overscan
In /proc/cmdline i see the correct video= line for 720 though.
The text was updated successfully, but these errors were encountered: