Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2022
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. pan:~/.kodi/temp # cat /flash/config.txt
  2. # SPDX-License-Identifier: GPL-2.0-or-later
  3. # Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
  4. # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
  5. ################################################################################
  6. # Bootloader configuration
  7. # config.txt version v1 (do not remove or change this line!)
  8. ################################################################################
  9. # For more options and information see
  10. # http://rpf.io/configtxt
  11. ################################################################################
  12.  
  13. # Default GPU memory split, 76MB are needed for H264 decoder
  14. gpu_mem=76
  15. # Changed to 192 to improve crash behaviour (internet search)
  16. #gpu_mem=192
  17.  
  18. # Don't send initial active source message.
  19. # Avoids bringing CEC (enabled TV) out of standby and channel switch when
  20. # rebooting.
  21. hdmi_ignore_cec_init=1
  22.  
  23. ################################################################################
  24. # Include distribution specific config file if it exists.
  25. ################################################################################
  26. [all]
  27. include distroconfig.txt
  28.  
  29. # uncomment to enable infrared remote recevier connected to GPIO 18
  30. #dtoverlay=gpio-ir,gpio_pin=18
  31. # Try to solve crashes when scrolling fast (albums, pictures, ...)
  32. #dtoverlay=cma,cma-384
  33.  
  34. # disable internal bluetooth (range too low) and use external usb dongle
  35. dtoverlay=disable-bt
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement