25-03-2024, 08:47 PM
I had a quick look:
1) By default the TV on HD chops edges off. Set TV to "Full" instead of 16:9.
2) By default the Pi has no composite at all.
You open \boot in Filemanager as Administrator and edit \boot\firmware\config.txt and add / edit various commands. I need to read up it.
3) with appropriate settings it does either NTSC or PAL in 4:3 mode. Sidepanels become inaccessible (these are my custom creation), and the top & bottom ones are a bit chopped (I customised the standard top bar and put workspaces, notifications, date and tasks on the bottom places bar. Both auto hide).
Mysteriously though there are two HDMI that can do 4K, enabling the PAL composite with commands in config.txt disabled both HDMI ports. Only the one beside USB-C power has audio and full signalling. On first attempt the TV briefly indicated NTSC 3.58.
the config.txt needed
dtoverlay=vc4-fkms-v3d,composite=1
Not dtoverlay=vc4-kms-v3d,composite=1
It may or may not need "enable_tvout=1"
You have to reboot to have changes. Save a copy of the original config.txt and a copy of each version that works.
There is a way to automatically have HDMI if a prearranged ID is detected and otherwise have composite. Not sure why it has NO HDMI when there are two, when composite is enabled.
The 405 line and 819 line modes are enabled by a Kernel module (.ko file) from here https://github.com/raspberrypi/linux/pull/5867 It might be just for pi 5, or it might work on pi4, or be adaptable.
There may also be another way on Ubuntu Mate ARM64 using settings in one of the config files for X. The official Raspberry Pi OS uses the Wayland system instead of X and IMO Wayland isn't even Beta. Loads of things don't work on Wayland. Redhat (owned by IBM) is driving Wayland. It's like the politics of Unity Desktop (scrapped in 2017).
I'm running Ubuntu Mate ARM64. If I mess up I can edit the SD card files on my laptop or workstation as they both run Linux Mint. Without a 405 monitor, or if your 405 mode is broken you can only fix it by editing the SD card on a different Linux box. Mac and Windows can't read/write ext4 format filesystem, unless someone has a driver. I do have ext2 on my old XP laptop.
I've also a backup of the Pi SD card.
So I need to read the manual.
1) By default the TV on HD chops edges off. Set TV to "Full" instead of 16:9.
2) By default the Pi has no composite at all.
You open \boot in Filemanager as Administrator and edit \boot\firmware\config.txt and add / edit various commands. I need to read up it.
3) with appropriate settings it does either NTSC or PAL in 4:3 mode. Sidepanels become inaccessible (these are my custom creation), and the top & bottom ones are a bit chopped (I customised the standard top bar and put workspaces, notifications, date and tasks on the bottom places bar. Both auto hide).
Mysteriously though there are two HDMI that can do 4K, enabling the PAL composite with commands in config.txt disabled both HDMI ports. Only the one beside USB-C power has audio and full signalling. On first attempt the TV briefly indicated NTSC 3.58.
the config.txt needed
dtoverlay=vc4-fkms-v3d,composite=1
Not dtoverlay=vc4-kms-v3d,composite=1
It may or may not need "enable_tvout=1"
You have to reboot to have changes. Save a copy of the original config.txt and a copy of each version that works.
There is a way to automatically have HDMI if a prearranged ID is detected and otherwise have composite. Not sure why it has NO HDMI when there are two, when composite is enabled.
The 405 line and 819 line modes are enabled by a Kernel module (.ko file) from here https://github.com/raspberrypi/linux/pull/5867 It might be just for pi 5, or it might work on pi4, or be adaptable.
There may also be another way on Ubuntu Mate ARM64 using settings in one of the config files for X. The official Raspberry Pi OS uses the Wayland system instead of X and IMO Wayland isn't even Beta. Loads of things don't work on Wayland. Redhat (owned by IBM) is driving Wayland. It's like the politics of Unity Desktop (scrapped in 2017).
I'm running Ubuntu Mate ARM64. If I mess up I can edit the SD card files on my laptop or workstation as they both run Linux Mint. Without a 405 monitor, or if your 405 mode is broken you can only fix it by editing the SD card on a different Linux box. Mac and Windows can't read/write ext4 format filesystem, unless someone has a driver. I do have ext2 on my old XP laptop.
I've also a backup of the Pi SD card.
So I need to read the manual.







