Advertisement
Guest User

libreelec config

a guest
Oct 6th, 2017
2,977
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. ################################################################################
  2. # This file is part of LibreElec
  3. ################################################################################
  4. # Bootloader configuration - config.txt
  5. ################################################################################
  6.  
  7. ################################################################################
  8. # Memory (System/GPU configuration )
  9. ################################################################################
  10.  
  11. # default GPU memory split (do not change if you do not know what you are doing)
  12. gpu_mem=360
  13.  
  14. # SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
  15. gpu_mem_256=128
  16. gpu_mem_512=160
  17. gpu_mem_1024=384
  18.  
  19. ################################################################################
  20. # Overclocking settings
  21. # WARNING: Do not change/enable if you do not know what you are doing!
  22. # The System may become unstable or you can have data corruption or
  23. # you can loose your warranty if you set wrong settings
  24. #
  25. # please read: http://elinux.org/RPi_config.txt#Overclocking_configuration
  26. ################################################################################
  27.  
  28. # Set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
  29. force_turbo=0
  30.  
  31. # default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage | over_voltage_sdram
  32. # mode 'Standard Pi3' : 1200 | 400 | 450 | 0 | 0
  33.  
  34. #arm_freq=1300
  35. #core_freq=500
  36. #sdram_freq=500
  37.  
  38. # sdram_schmoo=0x02000020
  39. # over_voltage=4
  40. # over_voltage_sdram=4
  41.  
  42. # If you have any data corruption using Turbo Mode and overclocking
  43. # try with this setting uncommented
  44. # If this still fails, try to use Medium mode without "over_voltage=2"
  45. # If it ultimately keeps failing, forget about this until it gets fixed
  46. # Use a more conservative mode that will works fine in any cases:
  47. # initial_turbo=0
  48.  
  49. ################################################################################
  50. # Overscan settings
  51. ################################################################################
  52.  
  53. # Make display smaller to stop text spilling off the screen
  54. # see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700
  55. # overscan_scale=0
  56. disable_overscan=1
  57. force_overscan=0
  58.  
  59. # Adapt overscan values to your needs
  60. # disable_overscan=0
  61. # overscan_left=20
  62. # overscan_right=20
  63. # overscan_top=15
  64. # overscan_bottom=15
  65.  
  66. ################################################################################
  67. # various settings see also: http://elinux.org/RPi_config.txt
  68. ################################################################################
  69.  
  70. # Force HDMI even if unplugged or powered off
  71. hdmi_force_hotplug=1
  72.  
  73. # Doesn't sent initial active source message.
  74. # Avoids bringing CEC (enabled TV) out of standby and channel switch when
  75. # rebooting.
  76. hdmi_ignore_cec_init=1
  77.  
  78. # Pretends HDMI hotplug signal is not asserted so it appears a HDMI display is not attached
  79. # hdmi_ignore_hotplug=1
  80.  
  81. # Configure the signal strength of the HDMI interface.
  82. # Default is 2 on Pi 1 model B and 5 on later boards.
  83. # Try increasing if you have interference issues with hdmi (e.g. to 7) 11 is the maximum.
  84. config_hdmi_boost=6
  85.  
  86. # Group reported by the edid = CEA
  87. # hdmi_group=1
  88. # 1080p 59.94 Hz
  89. # hdmi_mode=16
  90.  
  91. # If set to 1, avoids the rainbow splash screen on boot
  92. disable_splash=1
  93.  
  94. # 1 = USB power manager will change its output current limit (for all 4 USB ports combined)
  95. # from 600mA to double that, 1200mA. NEW = default on rpi3 is '1'
  96. max_usb_current=0
  97.  
  98. # disable BCM2835 internal Bluetooth Controller
  99. dtoverlay=pi3-disable-bt
  100.  
  101. ################################################################################
  102. # License keys to enable GPU hardware decoding for various codecs
  103. # to obtain keys visit the shop at http://www.raspberrypi.com
  104. ################################################################################
  105.  
  106. decode_MPG2=0xxxxxxxxx
  107. decode_WVC1=0xxxxxxxxx
  108. # decode_DTS=0x00000000
  109. # decode_DDP=0x00000000
  110.  
  111. ################################################################################
  112. # End of default configuration
  113. # all values below this line were inserted from config.txt.bk (your old config)
  114. # and can be merged with the above values
  115. ################################################################################
  116.  
  117. #squeeze
  118. dtparam=audio=on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement