Guest User

Raspberry pie config file openelec and xbmc

a guest
Jan 2nd, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1.  
  2.  
  3. ################################################################################
  4. # This file is part of OpenELEC - http://www.openelec.tv
  5. # Copyright (C) 2009-2012 Stephan Raue ([email protected])
  6. # Inspired and partly copied from:
  7. # http://youresuchageek.blogspot.fr/2012/09/howto-raspberry-pi-openelec-on.html
  8. #
  9. # This Program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; either version 2, or (at your option)
  12. # any later version.
  13. #
  14. # This Program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with OpenELEC.tv; see the file COPYING. If not, write to
  21. # the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
  22. # http://www.gnu.org/copyleft/gpl.html
  23. ################################################################################
  24. # Bootloader configuration - config.txt
  25. ################################################################################
  26.  
  27. ################################################################################
  28. # Memory (System/GPU configuration )
  29. ################################################################################
  30.  
  31. # default GPU memory split (do not change if you do not know what you are doing)
  32. gpu_mem=128
  33.  
  34. # SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
  35. # gpu_mem_256=128
  36. # gpu_mem_512=128
  37.  
  38. ################################################################################
  39. # Overclocking settings
  40. # WARNING: Do not change/enable if you do not know what you are doing!
  41. # The System may become unstable or you can have data corruption or
  42. # you can loose your warranty if you set wrong settings
  43. #
  44. # please read: http://elinux.org/RPi_config.txt#Overclocking_configuration
  45. ################################################################################
  46.  
  47. # Overclock mode settings.
  48. #
  49. # default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
  50. # no overclocking : 700 | 250 | 400 | 0
  51. # mode 'Modest' : 800 | 300 | 400 | 0
  52. # mode 'Medium' : 900 | 333 | 450 | 2
  53. # mode 'High' : 950 | 450 | 450 | 6
  54. # mode 'Turbo' : 1000 | 500 | 500 | 6
  55.  
  56. # arm_freq=700
  57. # core_freq=250
  58. # sdram_freq=400
  59. # over_voltage=0
  60.  
  61. # set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
  62. force_turbo=0
  63.  
  64. # If you have any data corruption using Turbo Mode and overclocking
  65. # try with this setting uncommented
  66. # If this still fails, try to use Medium mode without "over_voltage=2"
  67. # If it ultimately keeps failing, forget about this until it gets fixed
  68. # Use a more conservative mode that will works fine in any cases:
  69. # initial_turbo=30
  70.  
  71. ################################################################################
  72. # Overscan settings
  73. ################################################################################
  74.  
  75. # Make display smaller to stop text spilling off the screen
  76. # see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700
  77. # overscan_scale=1
  78. # disable_overscan=1
  79.  
  80. # Adapt overscan values to your needs
  81. # overscan_left=57
  82. # overscan_right=59
  83. # overscan_top=20
  84. # overscan_bottom=20
  85.  
  86. ################################################################################
  87. # various settings see also: http://elinux.org/RPi_config.txt
  88. ################################################################################
  89.  
  90. # Force HDMI even if unplugged or powered off
  91.  
  92. # hdmi_force_hotplug=1
  93. # hdmi_drive=2
  94. # config_hdmi_boost=7
  95.  
  96. ################################################################################
  97. # License keys to enable GPU hardware decoding for various codecs
  98. # to obtain keys visit the shop at http://www.raspberrypi.com
  99. ################################################################################
  100.  
  101. # decode_MPG2=0x00000000
  102. # decode_WVC1=0x00000000
  103. # decode_DTS=0x00000000
  104. # decode_DDP=0x00000000
  105.  
  106. ################################################################################
  107. # End of default configuration
  108. # all values below this line were inserted from config.txt.bk (your old config)
  109. # and can be merged with the above values
  110. ################################################################################
Advertisement
Add Comment
Please, Sign In to add comment