Advertisement
Guest User

config.txt

a guest
Feb 23rd, 2017
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. pi@raspberrypi:~ $ cat /boot/config.txt
  2. # For more options and information see
  3. # http://www.raspberrypi.org/documentation/configuration/config-txt.md
  4. # Some settings may impact device functionality. See link above for details
  5.  
  6. # uncomment if you get no picture on HDMI for a default "safe" mode
  7. #hdmi_safe=1
  8.  
  9. # uncomment this if your display has a black border of unused pixels visible
  10. # and your display can output without overscan
  11. #disable_overscan=1
  12.  
  13. # uncomment the following to adjust overscan. Use positive numbers if console
  14. # goes off screen, and negative if there is too much border
  15. #overscan_left=16
  16. #overscan_right=16
  17. #overscan_top=16
  18. #overscan_bottom=16
  19.  
  20. # uncomment to force a console size. By default it will be display's size minus
  21. # overscan.
  22. #framebuffer_width=1280
  23. #framebuffer_height=720
  24.  
  25. # uncomment if hdmi display is not detected and composite is being output
  26. #hdmi_force_hotplug=1
  27.  
  28. # uncomment to force a specific HDMI mode (this will force VGA)
  29. #hdmi_group=1
  30. #hdmi_mode=1
  31.  
  32. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  33. # DMT (computer monitor) modes
  34. #hdmi_drive=2
  35.  
  36. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  37. # no display
  38. #config_hdmi_boost=4
  39.  
  40. # uncomment for composite PAL
  41. #sdtv_mode=2
  42.  
  43. #uncomment to overclock the arm. 700 MHz is the default.
  44. #arm_freq=800
  45.  
  46. # Uncomment some or all of these to enable the optional hardware interfaces
  47. dtparam=i2c_arm=on
  48. #dtparam=i2c_arm=on,i2c_arm_baudrate=32000
  49. dtoverlay=i2c-bcm2708
  50. #dtoverlay=i2c0-bcm2708
  51. #dtoverlay=i2c1-bcm2708
  52. #dtparam=i2s=on
  53. #dtparam=spi=on
  54.  
  55. # Uncomment this to enable the lirc-rpi module
  56. #dtoverlay=lirc-rpi
  57.  
  58. # Additional overlays and parameters are documented /boot/overlays/README
  59.  
  60. # Enable audio (loads snd_bcm2835)
  61. dtparam=audio=on
  62. enable_uart=1
  63.  
  64. # Uncomment this to enable the UPS PIco IR receiver
  65. dtoverlay=lirc-rpi:gpio_in_pin=18,gpio_in_pull=down
  66.  
  67. # Uncomment this to enable the UPS PIco RTC
  68. dtoverlay=i2c-rtc,ds1307
  69.  
  70. arm_freq=1000
  71. sdram_freq=483
  72. core_freq=500
  73. h264_freq=500
  74. isp_freq=500
  75. v3d_freq=500
  76.  
  77. over_voltage=4
  78. over_voltage_sdram=2
  79.  
  80. avoid_pwm_pll=1
  81.  
  82. max_usb_current=1
  83. temp_limit=83
  84.  
  85. gpu_mem=128
  86.  
  87. # 2B video codec license keys
  88. decode_MPG2=0x80f8bb6f
  89. decode_WVC1=0x67e83499
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement