Advertisement
Guest User

Untitled

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