Help with composite output for LibreELEC-RPi4.aarch64-12.0-nightly-20231217-1833aee
I'm using Microsoft Zune 3.5mm composite cable. Used it before without issues.
Hardware: Rasberry Pi 4 4GB RAM (No overclocking)
This is what I have on cmdline.txt per instructions found in config.txt
Code
boot=UUID=1712-0016 disk=UUID=394a24c2-c88a-4566-8f31-e98cf8d0886a quiet console=tty0 video=Composite-1:720x480@60ie
This is what I have in config.txt
Code
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2014 Stephan Raue ([email protected])
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
################################################################################
# Bootloader configuration
# config.txt version v1 (do not remove or change this line!)
################################################################################
# For more options and information see
# http://rpf.io/configtxt
################################################################################
# Default GPU memory split, 76MB are needed for H264 decoder
gpu_mem=76
# Don't send initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
hdmi_ignore_cec_init=1
[all]
################################################################################
# Use distroconfig-composite.txt instead of distroconfig.txt to enable
# composite video output.
# The composite video mode needs to be configured in cmdline.txt:
# For PAL add: video=Composite-1:720x576@50ie
# For NTSC add: video=Composite-1:720x480@60ie
################################################################################
include distroconfig.txt
include distroconfig-composite.txt
# uncomment to enable analog audio output
dtparam=audio=on
audio_pwm_mode=1
sdtv_mode=0
disable_overscan=0
overscan_left=16
overscan_right=16
overscan_top=16
overscan_bottom=16
# uncomment to enable infrared remote receiver connected to GPIO 18
#dtoverlay=gpio-ir,gpio_pin=18
Display More
Any help will greatly be appreciated.