Advertisement
Matthewlawson3

LibreElec Stable - Config File 02-15-21

Feb 15th, 2021
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # Bootloader configuration - config.txt
  2. ################################################################################
  3.  
  4. ################################################################################
  5. # Memory (System/GPU configuration )
  6. ################################################################################
  7.  
  8. # Default GPU memory split - at least 288M is needed for some 4k HEVC files
  9. gpu_mem=320
  10.  
  11. ################################################################################
  12. # For overclocking and various other settings, see:
  13. # https://www.raspberrypi.org/documentation/configuration/config-txt.md
  14. ################################################################################
  15. # Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking al ways.
  16. force_turbo=1
  17.  
  18. # Force HDMI even if unplugged or powered off
  19. # hdmi_force_hotplug=1
  20.  
  21. # Doesn't sent initial active source message.
  22. # Avoids bringing CEC (enabled TV) out of standby and channel switch when
  23. # rebooting.
  24. hdmi_ignore_cec_init=1
  25.  
  26. ################################################################################
  27. # End of default configuration
  28. ################################################################################
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement