# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) ################################################################################ # Bootloader configuration - config.txt ################################################################################ ################################################################################ # Memory (System/GPU configuration ) ################################################################################ # Default GPU memory split - at least 288M is needed for some 4k HEVC files gpu_mem=320 ################################################################################ # For overclocking and various other settings, see: # https://www.raspberrypi.org/documentation/configuration/config-txt.md ################################################################################ # Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always. force_turbo=0 # Force HDMI even if unplugged or powered off # hdmi_force_hotplug=1 # Doesn't sent initial active source message. # Avoids bringing CEC (enabled TV) out of standby and channel switch when # rebooting. hdmi_ignore_cec_init=1 hdmi_ignore_cec=1 hdmi_drive=1 hdmi_force_hotplug=1 hdmi_ignore_hotplug=0 hdmi_ignore_edid=0xa5000080 hdmi_group=1 # 320x240 - works rpi3 # hdmi_mode=9 # 576i - works rpi3 # hdmi_mode=22 # 576i quad - works rpi3 hdmi_mode=26 # 576i 100hz # hdmi_mode=45 # 576i 200hz # hdmi_mode=55 # 1080i # hdmi_mode=39 disable_overscan=1 framebuffer_priority=2 hdmi_force_mode=1 hdmi_blanking=1 hdmi_pixel_encoding=1 hdmi_ignore_edid_audio=1 config_hdmi_boost=6 sdtv_mode=2 sdtv_aspect=3 ################################################################################ # End of default configuration ################################################################################ ################################################################################ # Include distribution specific config file if it exists. ################################################################################ [all] include distroconfig.txt