Guest User

config.txt

a guest
Sep 21st, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. # For more options and information see
  2. # http://www.raspberrypi.org/documentation/configuration/config-txt.md
  3. # Some settings may impact device functionality. See link above for details
  4.  
  5. # uncomment if you get no picture on HDMI for a default "safe" mode
  6. #hdmi_safe=1
  7. hdmi_drive=2
  8. hdmi_force_hotplug=1
  9. hdmi_force_edid_audio=1
  10.  
  11. # uncomment this if your display has a black border of unused pixels visible
  12. # and your display can output without overscan
  13. #disable_overscan=1
  14.  
  15. # uncomment the following to adjust overscan. Use positive numbers if console
  16. # goes off screen, and negative if there is too much border
  17. #overscan_left=16
  18. #overscan_right=16
  19. #overscan_top=16
  20. #overscan_bottom=16
  21.  
  22. # uncomment to force a console size. By default it will be display's size minus
  23. # overscan.
  24. #framebuffer_width=1280
  25. #framebuffer_height=720
  26.  
  27. # uncomment if hdmi display is not detected and composite is being output
  28. #hdmi_force_hotplug=1
  29. #hdmi_force_edid_audio=1
  30.  
  31. # uncomment to force a specific HDMI mode (this will force VGA)
  32. #hdmi_group=1
  33. #hdmi_mode=1
  34.  
  35. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  36. # DMT (computer monitor) modes
  37. # hdmi_drive=2
  38.  
  39. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  40. # no display
  41. #config_hdmi_boost=4
  42.  
  43. # uncomment for composite PAL
  44. #sdtv_mode=2
  45.  
  46. #uncomment to overclock the arm. 700 MHz is the default.
  47. #arm_freq=800
  48.  
  49. # Uncomment some or all of these to enable the optional hardware interfaces
  50. #dtparam=i2c_arm=on
  51. #dtparam=i2s=on
  52. dtparam=spi=on
  53.  
  54. # Uncomment this to enable the lirc-rpi module
  55. #dtoverlay=lirc-rpi
  56.  
  57. # Additional overlays and parameters are documented /boot/overlays/README
  58.  
  59. # Enable audio (loads snd_bcm2835)
  60. dtparam=audio=on
  61. gpu_mem_256=128
  62. gpu_mem_512=256
  63. gpu_mem_1024=256
  64. overscan_scale=1
Add Comment
Please, Sign In to add comment