dankblanket

lakka settings

May 9th, 2021
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.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 - config.txt
  6. ################################################################################
  7.  
  8. ################################################################################
  9. # Memory (System/GPU configuration )
  10. ################################################################################
  11.  
  12. # Default GPU memory split - at least 288M is needed for some 4k HEVC files
  13. gpu_mem=384
  14.  
  15. ################################################################################
  16. # For overclocking and various other settings, see:
  17. # https://www.raspberrypi.org/documentation/configuration/config-txt.md
  18. ################################################################################
  19. # Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always.
  20. force_turbo=1
  21.  
  22. # Force HDMI even if unplugged or powered off
  23. # hdmi_force_hotplug=0
  24.  
  25. # Doesn't sent initial active source message.
  26. # Avoids bringing CEC (enabled TV) out of standby and channel switch when
  27. # rebooting.
  28.  
  29. hdmi_ignore_edid=0xa5000080
  30. hdmi_pixel_encoding=2
  31. avoid_safe_mode=1
  32. disable_overscan=0
  33. config_hdmi_boost=4
  34. hdmi_drive=2
  35. hdmi_group=1
  36. hdmi_mode=8
  37. kernel=zImage
  38. hdmi_force_hotplug=1
  39. gpu_mem_256=128
  40. gpu_mem_512=256
  41. gpu_mem_1024=512
  42. dtparam=audio=on
  43. hdmi_ignore_cec_init=1
  44.  
  45.  
  46.  
  47. over_voltage=6
  48. arm_freq=2000
  49. gpu_freq=750
  50.  
  51.  
  52.  
  53. ################################################################################
  54. # End of default configuration
  55. ################################################################################
  56.  
  57. # Choose between DVI and HDMI output
  58. # 1 = DVI mode (no sound)
  59. # 2 = HDMI mode (sound will be sent if supported and enabled)
  60. # hdmi_drive=2
  61.  
  62. ################################################################################
  63. # Include distribution specific config file if it exists.
  64. ################################################################################
  65. [all]
  66. include distroconfig.txt
  67.  
Advertisement
Add Comment
Please, Sign In to add comment