Advertisement
Guest User

RASPBERRY PI CONFIGURATION - CONFIG.TXT

a guest
Feb 17th, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ## RASPBERRY PI CONFIGURATION - CONFIG.TXT
  2. ############################################
  3.  
  4. ## MEMORY
  5. ###########
  6.  
  7. # - INFO: CMA has been disabled as it requires the
  8. # following options appended to cmdline.txt:
  9. # coherent_pool=6M smsc95xx.turbo_mode=N
  10.  
  11. # - INFO: Uncomment the cma_* values below to enable
  12. # contiguous memory allocation
  13.  
  14. #cma_lwm=16
  15. #cma_hwm=32
  16. #cma_offline_start=16
  17. gpu_mem_256=128
  18. gpu_mem_512=256
  19. gpu_mem_1024=384
  20.  
  21.  
  22. ## CAMERA
  23. ###########
  24.  
  25.  
  26. ## ONBOARD ANALOGUE AUDIO (3.5MM JACK)
  27. ########################################
  28.  
  29. disable_audio_dither=1
  30.  
  31.  
  32. ## VIDEO
  33. ##########
  34.  
  35.  
  36. ## HDMI MODE OPTIONS
  37. ######################
  38.  
  39. config_hdmi_boost=4
  40. hdmi_ignore_cec_init=1
  41.  
  42.  
  43. ## GENERIC DISPLAY OPTIONS
  44. ########################
  45.  
  46.  
  47. ## LICENSE KEYS - CODECS
  48. ##########################
  49.  
  50.  
  51. ## BOOT
  52. #########
  53.  
  54. boot_delay=2
  55. disable_splash=1
  56.  
  57.  
  58. ## OVERCLOCKING
  59. #################
  60.  
  61. arm_freq=1400
  62. arm_freq_min=100
  63. avoid_pwm_pll=1
  64. dtparam=sd_overclock=100
  65. gpu_freq=500
  66. gpu_freq_min=100
  67. initial_turbo=60
  68. over_voltage=6
  69. over_voltage_min=-6
  70. over_voltage_sdram_p=6
  71. over_voltage_sdram_p=-6
  72. over_voltage_sdram_i=4
  73. over_voltage_sdram_i=-4
  74. over_voltage_sdram_c=4
  75. over_voltage_sdram_c=-4
  76. sdram_freq=600
  77. sdram_freq_min=200
  78. sdram_schmoo=0x02000020
  79.  
  80.  
  81. ## MISCELLANEOUS SETTINGS
  82. ###########################
  83.  
  84. hdmi_debug=1
  85. program_usb_boot_mode=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement