# 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_safe=1 # hdmi_force_hotplug=1 # hdmi_ignore_edid=0xa5000080 # hdmi_boost=4 # hdmi_drive=2 # hdmi_group=2 # hdmi_mode=4 # disable_overscan=0 # overscan_left=24 # overscan_right=24 # overscan_top=24 # overscan_bottom=24 # Vorschlag für Samsung-TV, # von Da Flex (Forum), Mi., 22.07.2020. # --> Funktioniert auch nicht... #hdmi_ignore_edid=0xa5000080 #framebuffer_width=1920 #framebuffer_height=1080 #hdmi_force_hotplug=1 #hdmi_group=1 #hdmi_mode=16 # enable_tvout "composite" (Pi 4B only)... # enable_tvout= 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 ################################################################################ # End of default configuration ################################################################################ ################################################################################ # Include distribution specific config file if it exists. ################################################################################ [all] include distroconfig.txt