Advertisement
DerangedPineapple

Untitled

Mar 23rd, 2021
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. # Copyright (C) 2009-2014 Stephan Raue ([email protected])
  3. # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
  4. ################################################################################
  5. # Bootloader configuration
  6. # config.txt version v1 (do not remove or change this line!)
  7. ################################################################################
  8. # For more options and information see
  9. # http://rpf.io/configtxt
  10. ################################################################################
  11.  
  12. # Default GPU memory split, 76MB are needed for H264 decoder
  13. gpu_mem=76
  14.  
  15. # Don't send initial active source message.
  16. # Avoids bringing CEC (enabled TV) out of standby and channel switch when
  17. # rebooting.
  18. hdmi_ignore_cec_init=1
  19.  
  20. ################################################################################
  21. # Include distribution specific config file if it exists.
  22. ################################################################################
  23. [all]
  24. include distroconfig.txt
  25.  
  26. # uncomment to enable infrared remote recevier connected to GPIO 18
  27. #dtoverlay=gpio-ir,gpio_pin=18
  28.  
  29. initramfs edid.cpio
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement