Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ################################################################################
- # This file is part of LibreELEC - http://www.libreelec.tv
- # Copyright (C) 2016 Team LibreELEC
- #
- # LibreELEC is free software: you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation, either version 2 of the License, or
- # (at your option) any later version.
- #
- # LibreELEC is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
- ################################################################################
- # Bootloader configuration - config.txt
- ################################################################################
- ################################################################################
- # Memory (System/GPU configuration )
- ################################################################################
- # Default GPU memory split (do not change if you do not know what you
- are doing)
- gpu_mem=256
- intarm_freq=1950
- audio_pwm_mode=514
- config_hdmi_boost=5
- disable_commandline_tags=2
- disable_l2cache=1
- disable_overscan=1
- disable_splash=1
- display_hdmi_rotate=-1
- display_lcd_rotate=-1
- enable_gic=1
- force_eeprom_read=1
- force_pwm_open=1
- framebuffer_ignore_alpha=1
- framebuffer_swap=1
- gpu_freq=600
- gpu_freq_min=500
- init_uart_clock=0x2dc6c00
- lcd_framerate=60
- mask_gpu_interrupt0=1024
- mask_gpu_interrupt1=0x10000
- over_voltage=4pause_burst_frames=1
- program_serial_random=1v3d_freq=750
- hdmi_ignore_edid=0xa5000080
- ################################################################################
- # For overclocking and various other settings, see:
- # https://www.raspberrypi.org/documentation/configuration/config-txt.md
- ################################################################################
- # Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always.
- force_turbo=0
- # Make display smaller to stop text spilling off the screen
- #
- # Note that the overscan settings only affect the splash screen and not Kodi.
- #
- # If you experience overscan/underscan issues the best solution is to adjust
- # your TV settings ("full pixel", "1-1 pixel" etc.). Alternatively, there is a
- # calibration menu in the Kodi GUI.
- # disable_overscan=1
- # Force HDMI even if unplugged or powered off
- # hdmi_force_hotplug=1
- # Doesn't sent initial active source message.
- # Avoids bringing CEC (enabled TV) out of standby and channel switch when
- # rebooting.
- hdmi_ignore_cec_init=1
- ################################################################################
- # License keys to enable GPU hardware decoding for various codecs
- # to obtain keys visit the shop at http://www.raspberrypi.com
- ################################################################################
- # decode_MPG2=0x00000000
- # decode_WVC1=0x00000000
- ################################################################################
- # End of default configuration
- ################################################################################
- ################################################################################
- # Include distribution specific config file if it exists.
- ################################################################################
- [all]
- include distroconfig.txt
Advertisement
Add Comment
Please, Sign In to add comment