If you want to connect your Recalbox to a CRT monitor, you will need a mini-jack to RCA cable like this one:
On camcorder cables, the video output could be on the right (red) audio socket.
Moreover, as the type of cable needed is not really widespread, it is better to test with a multimeter that the cable used corresponds to the diagram proposed above (an inversion of the ground and video on the jack leads to a jumpy black & white image, sign of an unsuitable cable).
This file is replaced at each update. You will need to do the manipulations in this file each time!
dtoverlay=vc4-kms-v3d,cma-512
And replace with this:
dtoverlay=vc4-kms-v3d,composite=1
#hdmi_enable_4kp60=1
hdmi_
with the #
symbol, and adding the supported sdtv_mode
(one line only from the followings):sdtv_mode=0 # Normal NTSC
sdtv_mode=1 # Japanese version of NTSC – no pedesta
sdtv_mode=2 # Normal PAL
sdtv_mode=3 # Brazilian version of PAL – 525/60 rather than 625/50, different subcarrier
audio_pwm_mode=2
#audio_pwm_mode=2
hdmi_drive=1
hdmi_ignore_hotplug=1
to force composite. Your recalbox-user-config.txt file should look like this:sdtv_mode=2
hdmi_ignore_hotplug=1
audio_pwm_mode=2
The audio_pwm_mode=2
improves the sound but can slow down the system in composite mode, especially on Pi zero. In this case, use the following mode:
audio_pwm_mode=0