mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Drop commented-out hdmi_force_hotplug option which won't work anymore with KMS and force_turbo=0 which is already the default. Fix URL to config.txt documentation (aligned with shorturl from RPiOS). Cleanup comments, fix typos. Signed-off-by: Matthias Reichl <hias@horus.com>
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
# 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
|
|
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
|
|
|
|
################################################################################
|
|
# Include distribution specific config file if it exists.
|
|
################################################################################
|
|
[all]
|
|
include distroconfig.txt
|