Guest User

Lakka RP4 Config

a guest
Dec 29th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. ################################################################################
  2. # This file is part of LibreELEC - http://www.libreelec.tv
  3. # Copyright (C) 2016 Team LibreELEC
  4. #
  5. # LibreELEC is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 2 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # LibreELEC is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
  17. ################################################################################
  18. # Bootloader configuration - config.txt
  19. ################################################################################
  20.  
  21. ################################################################################
  22. # Memory (System/GPU configuration )
  23. ################################################################################
  24.  
  25. # Default GPU memory split (do not change if you do not know what you
  26. are doing)
  27. gpu_mem=256
  28. intarm_freq=1950
  29. audio_pwm_mode=514
  30. config_hdmi_boost=5
  31. disable_commandline_tags=2
  32. disable_l2cache=1
  33. disable_overscan=1
  34. disable_splash=1
  35. display_hdmi_rotate=-1
  36. display_lcd_rotate=-1
  37. enable_gic=1
  38. force_eeprom_read=1
  39. force_pwm_open=1
  40. framebuffer_ignore_alpha=1
  41. framebuffer_swap=1
  42. gpu_freq=600
  43. gpu_freq_min=500
  44. init_uart_clock=0x2dc6c00
  45. lcd_framerate=60
  46. mask_gpu_interrupt0=1024
  47. mask_gpu_interrupt1=0x10000
  48. over_voltage=4pause_burst_frames=1
  49. program_serial_random=1v3d_freq=750
  50. hdmi_ignore_edid=0xa5000080
  51. ################################################################################
  52. # For overclocking and various other settings, see:
  53. # https://www.raspberrypi.org/documentation/configuration/config-txt.md
  54. ################################################################################
  55. # Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always.
  56. force_turbo=0
  57.  
  58. # Make display smaller to stop text spilling off the screen
  59. #
  60. # Note that the overscan settings only affect the splash screen and not Kodi.
  61. #
  62. # If you experience overscan/underscan issues the best solution is to adjust
  63. # your TV settings ("full pixel", "1-1 pixel" etc.). Alternatively, there is a
  64. # calibration menu in the Kodi GUI.
  65. # disable_overscan=1
  66.  
  67. # Force HDMI even if unplugged or powered off
  68. # hdmi_force_hotplug=1
  69.  
  70. # Doesn't sent initial active source message.
  71. # Avoids bringing CEC (enabled TV) out of standby and channel switch when
  72. # rebooting.
  73. hdmi_ignore_cec_init=1
  74.  
  75. ################################################################################
  76. # License keys to enable GPU hardware decoding for various codecs
  77. # to obtain keys visit the shop at http://www.raspberrypi.com
  78. ################################################################################
  79.  
  80. # decode_MPG2=0x00000000
  81. # decode_WVC1=0x00000000
  82.  
  83. ################################################################################
  84. # End of default configuration
  85. ################################################################################
  86.  
  87. ################################################################################
  88. # Include distribution specific config file if it exists.
  89. ################################################################################
  90. [all]
  91. include distroconfig.txt
Advertisement
Add Comment
Please, Sign In to add comment