# 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 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, default 76 gpu_mem=76 ################################################################################ # 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 ################################################################################ # Display Settings ################################################################################ # Uncomment if you get no picture on HDMI for a default "safe" mode #hdmi_safe=1 # Force HDMI even if unplugged or powered off hdmi_force_hotplug=1 # Pretends HDMI hotplug signal is not asserted so it appears a HDMI display is not attached #hdmi_ignore_hotplug=0 # 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 # Initial CEC name of the device. Default is Raspberry Pi cec_osd_name=Morty # The hdmi_drive command allows you to choose between HDMI and DVI output modes. #hdmi_drive=2 # Configure the signal strength of the HDMI interface. # Default is 2 on Pi 1 model B and 5 on later boards. # Try increasing if you have interference issues with hdmi (e.g. to 7) 11 is the maximum. #config_hdmi_boost=7 # Group reported by the edid = CEA #hdmi_group=1 #hdmi_mode=16 # 1080p 60 Hz #disable_overscan=1 #overscan_left=16 #overscan_right=16 #overscan_top=16 #overscan_bottom=16 ################################################################################ # License keys to enable GPU hardware decoding for various codecs # to obtain keys visit the shop at http://www.raspberrypi.com ################################################################################ # decode_DTS=0x00000000 # decode_DDP=0x00000000 ################################################################################ # Eigene Einstellungen ################################################################################ # If set to 1, avoids the rainbow splash screen on boot #disable_splash=1 # Disable BCM2835 internal Bluetooth Controller #dtoverlay=disable-bt ################################################################################ # Include distribution specific config file if it exists. ################################################################################ [all] include distroconfig.txt # uncomment to enable infrared remote recevier connected to GPIO 18 #dtoverlay=gpio-ir,gpio_pin=18