Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # 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
- ################################################################################
- ################################################################################
- # Memory (System/GPU configuration )
- ################################################################################
- # Default GPU memory split - at least 288M is needed for some 4k HEVC files
- gpu_mem=384
- ################################################################################
- # 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=1
- # Force HDMI even if unplugged or powered off
- # hdmi_force_hotplug=0
- # Doesn't sent initial active source message.
- # Avoids bringing CEC (enabled TV) out of standby and channel switch when
- # rebooting.
- hdmi_ignore_edid=0xa5000080
- hdmi_pixel_encoding=2
- avoid_safe_mode=1
- disable_overscan=0
- config_hdmi_boost=4
- hdmi_drive=2
- hdmi_group=1
- hdmi_mode=8
- kernel=zImage
- hdmi_force_hotplug=1
- gpu_mem_256=128
- gpu_mem_512=256
- gpu_mem_1024=512
- dtparam=audio=on
- hdmi_ignore_cec_init=1
- over_voltage=6
- arm_freq=2000
- gpu_freq=750
- ################################################################################
- # End of default configuration
- ################################################################################
- # Choose between DVI and HDMI output
- # 1 = DVI mode (no sound)
- # 2 = HDMI mode (sound will be sent if supported and enabled)
- # hdmi_drive=2
- ################################################################################
- # Include distribution specific config file if it exists.
- ################################################################################
- [all]
- include distroconfig.txt
Advertisement
Add Comment
Please, Sign In to add comment